@charset "utf-8";
/* Subscription Form CSS */

#squeezeheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #039;
	background-color: #edf5f9;
	border: thin solid #dddddd;
	position: relative;
	height: 30px;
	width: 885px;
	padding: 15px;
	text-align: center;
}
#squeezebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 885px;
	padding: 10px;
	text-align: left;
}
#squeezeimage {
	background-color: #CCC;
	padding: 0px;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	border: thin solid #666;
	position: relative;
	height: 300px;
	width: 500px;
}
#squeezeformcontainer {
	position: relative;
	margin-top: 15px;
	width: 340px;
	float: right;
}
#squeezeformtext {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
}
#squeezeformcode {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
#squeezefooter {
	position: relative;
	width: 900px;
	margin-top: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#squeezeyellowbox {
	float: right;
	height: 40px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	background-color: #FFC;
	border: thin solid #dddddd;
	position: relative;
	margin-top: 15px;
	padding: 10px;
}

#squeezeformcode form h4 span { color: #00123f; font-weight: bold; font-style: italic; }
#squeezeformcode form .text { background: #eeeeee; border: 3px solid #dddddd; padding: 0; width: 304px; padding: 5px; font-size: 18px; margin-top: 5px;}

#squeezebuttonContainer {margin-top: 15px; margin-bottom: 10px; }

.af-clear{clear:both; margin-bottom: 10px;}

/* Thank you page CSS */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000;
	text-align: center;
}

.h4subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	18px;
	font-style: bold;
	line-height: 18px;
	color: #666;
	text-align: center;
}

.boldtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #03F;
	text-align: center;
}

#mainWrapper {
	position:absolute;
	width: 100%;
	text-align: center;
}

#maincontainer {
	position:relative;
	width: 800px;
	margin:0 auto;
	text-align: center;
}

#imageheader {
	position:relative;
	height: 145px;
	width: 800px;
	margin-bottom: 50px;
}
#thanksmagimage {
	position:relative;
	float: left;
	width: 400px;
	height: auto;
}
#thankstext {
	position:relative;
	float: right;
	width: 400px;
}


