@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px 20px 20px 20px;
	background: url(page_bg.png) 0px 0px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 950px;
	margin: 0px auto 20px auto;
	background: url(art.png) 0px 0px no-repeat;
}

.content {
	width: 900px;
	margin: 315px 0px 0px 40px;
	float: left;
	position: relative;
}

.content h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	color: #666666;
	margin: 20px 0px 15px 0px;
}

.content h1 strong {
	font-size: 36px;
	color: #0094E8;
}

.text {
	width: 390px;
	float: left;
}

.text ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 15px;
}

.text ul li {
	margin: 0px 0px 10px 0px;
	padding-left: 20px;
	background: url(bullet.png) 5px 5px no-repeat;
	color: #666666;
}

	.form_field {
	width: 328px;
	margin: 0px 0px 10px 0px;
	clear: left;
	}
	
	.form_field em {
	font-size: 14px;
	font-style: normal;
	color: #7F4701;
	}
	
	.form_field input {
	width: 326px;
	height: 28px;
	border: 2px solid;
	font-size: 20px;
	border-color: #D07604;
	margin: 3px 0px 0px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
	
.form_first {
	width: 328px;
	float: left;
	margin: 0px 0px 10px 0px;
}

.form_last {
	width: 328px;
	float: left;
	margin: 0px 0px 10px 0px;
}

	.form_first em, .form_last em {
	font-size: 14px;
	font-style: normal;
	color: #7F4701;
	}


.form_namefields {
	width: 326px !important;
	height: 28px;
	border: 2px solid;
	font-size: 20px;
	border-color: #D07604;
	margin: 3px 0px 0px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.form_wrapper {
	width: 329px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #FF9409;
	padding: 15px;
	color: #fff;
	float: right;
	margin: 45px 102px 0px 0px;
}

.form_wrapper h2 {
	margin: 0px 0px 0px 0px;
}

.form_wrapper p {
	margin: 5px 0px 10px 0px;
}

.space {
	height: 19px;
}

.sub {
	width: 150px;
	text-align: center;
	font-size: 18px;
	padding: 12px 0px 12px 0px;
	color: #fff; text-decoration: none;
	line-height: 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #00c2f3 url(button_login.png) 0px 0px repeat-x;
	display: block;
	border: 1px solid #0094e8;
	margin: 5px 0px 0px 0px;
	postion: relative;
	float: left;
}

.sub:hover {
	background-position:0px -45px ;
	border-color: #448e00;
}

.clear {
	clear: both;
}
