@charset "utf-8";
/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
margin:0;
}

.container {
width:710px;
margin: 50px auto 0 auto;
}

.left {
width:315px;
height:296px;
float:left;
}

.right {
width: 379px;
height:400px;
float:right;
}

.logo {
margin-top:7px;
}

.wwd {
font-size:9px;
}

.formleft {
width: 70px;
float:left;
}

.formleft ul {
list-style-type:none;
padding:0;
margin:3px 0 0 0;
}

.formleft ul li {
font-size:10px;
color:#666666;
font-weight:bold;
padding: 8px 0 8px 0;
}

.formright {
width:304px;
float:left;
}

.formright ul {
list-style-type:none;
padding:0;
margin:3px 0 0 0;
}

.formright ul li {
padding:2px 0 2px 0;
}

.formright .input {
background:#E7E8EA;
border:none;
padding: 2px;
font-size:10px;
width:300px;
height:15px;
}

.fright {
float:right;
}

.cta {
color:#999999;
font-size:12px;
font-weight:bold;
}

.details {
font-size:11px;
font-weight:bold;
position:absolute;
margin-top:92px;
}

.details span {
font-size:13px;
}

.policy {
font-size:9px;
color:#999999;
margin-top:123px;
position:absolute;
}

#error {
color:#FF0000;
font-size:11px;
position:absolute;
margin-top:150px;
}

#error ul {
list-style-type:none;
}

#error ul li {
list-style-type:none;
}

.container2 {
	background:#E6E7E8;
	width:100%;
	height:214px;
	clear:both;
	position:absolute;
	top:385px;
}

.container2 .notice {
	margin:auto auto;
	position:relative;
	z-index:1;
	width:696px;
}

.container2 .notice .url {
	position:absolute;
	z-index:99;
	margin-top:-41px;
	font-size:25px;
	color:#F5EB28;
	margin-left:88px;
}

.container2 .notice .url a {
	text-decoration:none;
	color:#F5EB28;
}

.container2 .notice .url a:hover {
	text-decoration:underline;
}