body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#333;
}

.req{
	color:red;
}

#wrapper{
	background:#FFF;
	padding:5px;
}

.heading{
	font-size:16px;
	font-weight:bold;
	background:#0D9003;
	color:#FFF;
	padding:5px;
}

#upload{
padding:5px;
	font-weight:bold; font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#f2f2f2;
	color:#3366cc;
	border:1px solid #ccc;
	width:134px;
	margin-top:5px;
	cursor:pointer !important;
}

#upload:hover{
	cursor:pointer;
}

.darkbg{
	background:#ddd !important;
}
#status{
	font-family:Arial;
	margin-left:-5px;
}
ul#files{ list-style:none; padding:0; margin:0; }
ul#files li{ width:144px; float:left;}
ul#files li img{ max-width:144px; max-height:144px; }
.success{ }
.error{ background:#f0c6c3; border:1px solid #cc6622; }

#wrapper{
	width:980px;
	margin:0 auto;
}

span.small{
	font-size:10px;
	color:#666666;
}

tr{

}

#photo-wrap{
	width:144px;
	height:144px;
	border:1px solid #c0c0c0;
}

.message{
	font-size:10px;
	color:red;
}

.success-message{
	color:blue;
}
input{
	padding:3px;
	font-size:11px;
}

a img{
	border:none;
}

a{
	color:#0A6403;
}