/* CSS Document */
html,body,form { margin:0px; padding:0px; border:0px; }
body {
	text-align: center;
	background:#FFFFFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.7em;
	margin:8px 20px 20px 20px;
}
a,a:link {
	color:#990000;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
h1 { font-size:24px; letter-spacing:-1px; margin-top:5px; padding-top:0px; }
h2 { font-size:18px; letter-spacing:-1px; }
h3 { font-size:14px; }
input,textarea,select {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
}
input.textinput, input[type="text"], input[type="password"], textarea, select {
	border:1px solid #999;
	padding:3px;
}
.required {
	color:#339933;
	font-size:18px;
	font-weight:bold;
	float:right;
	display:block;
	width:20px;
	height:12px;
	line-height:12px;
}

.highlight {
	padding:4px;
	border:1px solid #FFFF00;
	background:#FFFFCC;
	margin:4px 0px;
}

.clearer {
	height:0px;
	line-height:0px;
	clear:both;
	margin:0; padding:0;
}

.good { color:#3399FF; }
.bad { color:#FF3300; }

.col1 {
	float:left;
	width:400px;
}

.col2 {
	float:right;
	width:200px;
}

.multi_col {
	float:left;
	width:120px;
	margin-right:10px;
}
.multi_colLAST {
	float:left;
	width:120px;
}
#container {
	margin: 0 auto;
	width: 659px;
	text-align:left;
}

.preloader { visibility:hidden; position:absolute; top:0px; right:0px; z-index:-1; }


#header {
	margin:20px 0px 0px 0px;
	padding:0px 6px;
	text-align: center;
}

#nav,#content {
	padding:0px 6px;
}
.error { color:#CC3300; }
.error a {
   text-decoration: underline;
}

.divider_line {
	border-top:1px dotted #333;
	margin-top: 8px;
	padding-bottom: 8px;
	line-height: 0px;
	height: 0px;
	clear: both;
}


.form_info {
	border-bottom:1px solid #CCCCCC;
	background:#F7F7F7;
	padding:3px;
}
#signup {
	clear:both;
	background:url(/img/signup_bg.jpg) no-repeat top left;
	width:659px;
	height:49px;
	color:#444444;
	padding:14px 0px 0px 18px;
}

.whisper {
	color:#999;
	font-size: smaller;
}



#register_button {
	display: block;
	width:79px;
	height:21px;
	background:url(/img/register_btn.jpg) no-repeat top left;
	border:0px;
	cursor:pointer;
}
#register_button em {
	display:none;
	font-style: normal;
}


#copyright {
	clear:both;
	text-align:center;
	font-size:9px;
	margin-top:10px;
	padding:65px 0px 0px 0px;
	_padding-top:30px;
	margin-left:6px;
	background:url(/img/grass.jpg) repeat-x top left;
}