/* CSS Document */
div#signup_container{
width:80%;
background: #e5e5e5;
border: 1px solid #ccc;
margin-top:10px;
margin-left:10%;
}
div#signup_container span.required{
	color: #c03;
    font-weight: bold;
}
div#signup_container span.code{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:right;
}
div#message_bar{
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align:center;
}

div#signup_body{
margin-left:2.5%;
border: 1px solid #ccc;
background-color: #f5f5f5;
width:95%;
margin-top:5px;
margin-bottom:5px;

}
div#signup_container h1 span.inner {
	float: right;
	font-size: 11px;
	position: relative;
	height: 22px;
	background-repeat: no-repeat;
	background-position: right top;
}
div#signup_container h1 {
	height: 30px;
	padding: 10px 0 0 15px;
	margin: 0 25px 0 0;
	background-repeat: no-repeat;
	background-position: left top;
}
div#signup_label{
	background-image: url(/images/spacer.gif);
	font-family: "Times New Roman", Times, serif;
	height:25px;
	background-repeat: repeat;
	width:100%;
	font-weight: bold;
	color: #8CC6FF;
	width:100%;
	clear:both;
}
table.frm{
	width:100%;
}

div#signup_submit{
width:100%;
background-color:#F5F5F5;
height:100px;
}
.swapImage{
	margin-left:50%;
	margin-top:25px;
}
div#signup_body span.small_text{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #909090;
	}
	
	label {
	padding-left: 20px;
	background: url(/images/unchecked.gif) no-repeat;
}
label.checked {
	padding-left: 20px;
	background: url(/images/checked.gif) no-repeat;
	color: #1AFF64;
}
label.over {
	color: #0000FF;
}
.formerror {
	border: 1px solid #F00;
	background-color : #FFCCCC;
	width: auto;
}

.errortext {
 
  font: bold smaller sans-serif;
}
div#file_error{
	background-color:#FDD;
	border:1px solid #F00;
}
/*password */
.password {
font-size : 12px;
border : 1px solid #cc9933;
width : 200px;
font-family : arial, sans-serif;
}
.pstrength-minchar {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #909090;
}
/* tooltip */
.tooltipContainer
{
	height:16px;
	font-size:11px;
	color: #87613A;
	display:none;
	float:none;
	background-repeat:no-repeat;
	background-position:left center;
	padding:0px 20px;
}
.info
{
	background-image:url('/images/info.gif');
}
.frmError {
	position:absolute;
	top:300px; left:300px;
	width:150px;
	padding-bottom:15px;
	display:block;
	z-index:5000;
}
.frmError .frmErrorContent {
	width:100%; 
	background:#000;
	color:#fff;
	font-family:tahoma;
	font-size:10px;
	box-shadow: 1px 1px 6px #000;
	-moz-box-shadow: 1px 1px 6px #000;
	-webkit-box-shadow: 1px 1px 6px #000;
	padding:4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.frmError .frmErrorArrow{
	position:absolute;
	bottom:0;left:20px;
	width:15px; height:15px;
	
}
.frmError .frmErrorArrow div{
	box-shadow: 1px 4px 5px #000;
	-moz-box-shadow: 1px 4px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	font-size:0px; 

}
.frmError .frmErrorArrow .line10{width:15px;height:1px; background:#000;margin:0 auto; font-size:0px; display:block;} 
.frmError .frmErrorArrow .line9{width:13px;height:1px; background:#000;margin:0 auto;display:block;} 
.frmError .frmErrorArrow .line8{width:11px;height:1px; background:#000;margin:0 auto;display:block;} 
.frmError .frmErrorArrow .line7{width:9px;height:1px; background:#000;margin:0 auto;display:block;} 
.frmError .frmErrorArrow .line6{width:7px;height:1px; background:#000;margin:0 auto;display:block;} 
.frmError .frmErrorArrow .line5{width:5px;height:1px; background:#000;margin:0 auto;display:block;} 
.frmError .frmErrorArrow .line4{width:3px;height:1px; background:#000;margin:0 auto;display:block;} 
.frmError .frmErrorArrow .line3{width:1px;height:1px; background:#000;margin:0 auto;display:block;} 