body {
	font-family: Arial,Helvetica,sans-serif;
}

.sbtn    {
	background: url(images/button.gif);
	border: 1px solid #000033;
	height: 22px;
	width: 82px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-position: center;
}
button {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	width: 82px;
	background-image: url(images/button.gif);
}

.msg {
	text-align:left;
	background-repeat: no-repeat;
}

.emsg {
	text-align:left;
	background-repeat: no-repeat;
}

#loader{
   visibility:hidden;
}

#f1_upload_form{
}

#f1_error{
	font-size: 12px;
   font-weight:bold;
   color:#FF0000;
}

#f1_ok{
	font-size: 12px;
   font-weight:bold;
   color:#00FF00;

}

#f1_upload_form {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: left;
}

#f1_upload_process{
   z-index:100;
   /*visibility:hidden;*/
   display: none;
   /*position:absolute;
   margin: 0 auto;*/
   text-align:center;
   width:350px;
}

#f1_upload_thumbnail {
	display: none;
}