body{
	background: #303030 url(../img/bg.gif) repeat fixed;
	margin: 0px;
	
}
.black_bg {
	color: white;
	font-family : helvetica;	
	background-color: #990000;
	line-height: 18px;
	font-size : 14px;		
	padding: 5px;
}

.input_button {
	
		background-color: #990000;
		line-height: 12px;
		border: 0px;
		padding: 3px;
		color: white;
		font-weight: bold;
		font-family : Helvetica;				
}

.input_box {
	width: 145px;
	background-color: white;
	font-family: Helvetica;
	font-size : 12px;			
	color : black;
}

.black {
	color: black;
	font-family : Helvetica;	
	line-height: 18px;
	font-size : 13px;		
}
a.black:link {
	color: black;
	text-decoration: none;
}
a.black:visited {
	color: black;
	text-decoration: none;
}
a.black:hover {
	color: black;
	text-decoration: underline;
}

.rp {
padding-right: 10px;
}

.white {
	color: white;
	font-family : Helvetica;	
	line-height: 18px;
	font-size : 13px;		
}
a.white:link {
	color: white;
	text-decoration: none;
}
a.white:visited {
	color: white;
	text-decoration: none;
}
a.white:hover {
	color: white;
	text-decoration: underline;
}

.line {
	height: 1px;
	color: #4b4b4b;
}

.userInfo {
	border: 1px solid #990000;
}

#container {
	margin: auto;
	width: 533px;
}


#container #content {
	padding: 5px;
}


.sbtn    {
	border: 1px solid #000033;
	height: 22px;
	color: #333333;
	font-weight: bold;
	background-position: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	width: 82px;
	background-image: url(images/button.gif);
}
#container #content #form1 legend {
	padding: 5px;
	margin: auto;
}
form {
	margin: 0px;
}




#container #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}
label {
	padding: 0px;
	text-align: center;
}

.msg {
	text-align:left;
 	color:#666;
	background-repeat: no-repeat;
 	margin-left:30px;
   margin-right:30px;
	padding:5px;
   padding-left:30px;
}

.emsg {
	text-align:left;
	margin-left:30px;
   margin-right:30px;
	color:#666;
	background-repeat: no-repeat;
	padding:5px;
   padding-left:30px;
}

#loader{
   visibility:hidden;
}


#f1_error{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#FF0000;
}

#f1_ok{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#00FF00;

}

#f1_upload_form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#f1_upload_process{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:center;
   width:400px;
}

div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #CFCBA9;
border: 3px solid #990000;
color: black;
padding: 3px;
font-family : Helvetica;	
line-height: 18px;
font-size : 13px;		
width: 300px; /*width of tooltip*/
}

#bform {
	visibility: hidden;
}