@charset "utf-8";

/* Forms Document */
h1, h2, h3, h4, h5, h6, p, form, label, ul, li, input { margin:0; padding:0; }
fieldset, img { border:0; }
address { font-style:normal; }
.clearboth, br { clear:both; }

#registration {
	height:400px;
	margin:0 auto;
	overflow:hidden;
	padding-top:100px;
	width:960px;
}

#content {
	height:50px;
	overflow:hidden;
	padding-top:60px;
	width:960px;
}

#data {
	height:220px;
	margin-bottom:36px;
	width:960px;
}

#data_left, #data_center, #data_right {
	float:left;
	line-height:1.83em;
	height:190px;
	width:130px;
}

#data_center {
	line-height:0;
	width:250px;
}

#data_right {
	line-height:1.5em;
	width:580px;
}

/* data */
.form_submit, .form_field, .form_pull {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.form_field, .form_pull {
	border:2px solid #000;
	color:#000;
	font-size:11px;
	margin:0.5px 0;
	height:17px;
	padding-left:3px;
	width:197px;
}

.form_pull {
	height:21px;
	padding:0;
	width:204px;
}

.form_submit {
	margin-top:-10px;
	width:150px;
}

.form_field:hover, .form_pull:hover { 
	background-color:#666;
	color:#FFF;
	cursor:default;
}

/* text */
h1 {
	display:block;
	font-size:16px;
	font-weight:bold;
	height:30px;
	width:960px;
}

#content p, #data_right p {
	line-height:1.5em;
}

.required { 
	color:#94E86F;
}

#data a:link, #data a:visited, #data a:active {
	color:#FFF;
	text-decoration:none;
}

#data a:hover {
	color:#94E86F;
	text-decoration:underline;
}