/* 
Document   : picasa
Created on : 2009-7-13, 10:22:47
Author     : addoZh
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#media-items {
	border-bottom:medium none;
	border-style:solid solid none;
	border-width:1px 1px medium;
	width:605px;
	border-color:#DFDFDF;
}
#media-upload .media-item {
	border-bottom-style:solid;
	border-bottom-color:#DFDFDF;
	border-bottom-width:1px;
	min-height:36px;
	position:relative;
	width:100%;
}

.describe input[type="text"], .describe textarea {
	border-style:solid;
	border-width:1px;
	width:460px;
	border-color:#DFDFDF;
	-moz-box-sizing:border-box;
}
select#size {
	float:left;
	border:1px solid #DFDFDF;
}
.button:hover {
	border-color:#666666;
	color:#000000;
}
.button{
	background:#F2F2F2 url(../images/white-grad.png) repeat-x scroll left top;
}
