
button, input.button
{
	background: #DFF7FF 5px center no-repeat;
	border: 1px solid #A4DBEF;
	color: #2C758F;
	padding: 5px 8px 5px 24px;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	
}

button.disabled
{
	background-color: #EFFBFF;
	border: 1px solid #CFF2FF;
	color: #99C4DF;
	cursor: default;
}




button.upload, input.upload
{
	background-image: url(../images/icons/upload.png);
}

button.browse
{
	background-image: url(../images/icons/add.png);
}

/* === CONTAINERS === */


/* === CONTENT === */
div.photo
{
	float: left;
	border: 1px solid #C2E3EF;
	padding: 5px;
	background: #FFF;
	width: 100px;
	height: 100px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	font: 11px Verdana, sans-serif;
	text-align: center;
}

img.thumb
{
	width: 100px;
	height: 100px;
	
	margin-bottom: 5px;
}

div.photo div.name
{
	color: black;
	width: 100px;
	overflow: hidden;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

div.photo div.status
{
	color: black;
	margin-bottom: 10px;
}

div.photo div.progress
{
	color: black;
	border: 1px solid #C2E3EF;
	text-align: left;
	height: 6px;
	width: 98px;
}

div.progress div
{
	background: #7BB963;
	height: 6px;
	width: 0;
}

/* === MESSAGES === */
span.error
{
	margin-left: 10px;
	background: url(../images/icons/error.png) left center no-repeat;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #C34D34;
}



div#loading
{
	background: #CF0C0C url(../images/loading.gif) 8px center no-repeat;
	color: #000;
	padding: 8px 12px 8px 30px;
	font-weight: bold;
	position: fixed;
	top: 0;
	right: 30px;
}

div#notice
{
	padding: 10px 10px 10px 30px;
	background: #E7FFDF url(../images/icons/notice.png) 8px center no-repeat;
	margin-bottom: 10px;
	border: 1px solid #73B65A;
	font-weight: bold;
}

div#warning
{
	padding: 10px 10px 10px 30px;
	background: #FFEFEF url(../images/icons/error.png) 8px center no-repeat;
	margin-bottom: 10px;
	border: 1px solid #EFB3B3;
	font-weight: bold;
}

div.message
{
	background: #FFF8CC;
	border: 1px solid #FFE222;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 1.3;
}

/* === CLEARER === */
.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}
