body, table {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

.headerwrapper {
	display: block;
	width: 100%;
	height: 124px;
	min-width: 700px;
	clear: both;
}

#headerleft {
	width: 285px;
	height: 124px;
	float: left;
	clear: none;
}

#headerright {
	text-align: right;
	width: 415px;
	height: 124px;
	float: right;
	clear: none;
}

#iewrap {
	width:expression(document.body.clientWidth < 1020 ? "1020px" : "auto"); height: 124px;
}

#iewrap2 {
	width:expression(document.body.clientWidth < 1025 ? "1025px" : "auto");
}

.title {
	font-size: 32px;
/*	font-weight: bold;*/
}

.subtitle {
	font-size: 24px;
/*	font-weight: bold;*/
}

.container {
	display: block;
	width: 100%;
	min-width: 1020px;
}

#leftside {
	width: 700px;
	float: left;
	clear: none;

}

#rightside {
	padding-top: 170px;
	width: 320px;
	float: right;
	clear: none;
	z-index: 1;
}

.box {
	display: block;
	width: 100%;
	height: 20px;
	background-color: #cd6601;
	clear: both;
}

.optin {
	background-color: #FFFFFF;
}

#error {
	color: #FF0000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.footer {
	color: #000000;
	clear: both;
}