/* =-=-=-=-=-=-=-=    SpamLab CSS   =-=-=-=-=-=-=-= */

/* ---- MAIN STRUCTURE ---- */
body {
	margin:10px 0;padding:0;width:100%;text-align:center;
}
#wrapper {
	width: 767px;margin:0 auto;text-align: left;background-color:#FFF;background-image:none;
}	
#iw {
	background:url(../img/bck.gif) repeat-y top left;
}	
#iwtop {
	background:url(../img/bck-top.gif) no-repeat top left;
}
#iwfoot {
	background:url(../img/bck-foot.gif) no-repeat bottom left;
}
#main {
	padding:15px 3px;font:normal .8em/1.3em Arial, Helvetica, sans-serif;
}

/* -----  FOOTER  ----- */
#footer {
	padding:0 2px;background:#FFF;
}
#fwtop {
	clear:both;padding-top: 5px;margin-bottom: 0px;background: transparent url(../img/bck-foot-top.gif) no-repeat top;width: 763px;
}
#fwfoot {
	float: left;width: 763px;background: transparent url(../img/bck-foot-low.gif) no-repeat bottom;padding: 0 0 5px;
}
p.copyright {
	float:left;margin:0;padding: 0 0 0 10px;color:#FFF;font:normal .7em/20px Arial, Helvetica, sans-serif;
}
p.sponsor {
	float:right;margin:0;padding: 0 10px 0 0;color:#FFF;font:normal .7em/20px Arial, Helvetica, sans-serif;
}
p.sponsor a { color: #FFF; }


/* -----  HOME CONTENT  ----- */
#home #header {
	height: 100px;
	width: 760px;
	margin: 0;
	padding: 0 0 10px 0;
	position: relative;
}
#home #header h1 a{
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 300px;
	margin: 0;
	padding: 0;
	background: url(../img/spamlab-logo.gif) no-repeat top left;
	text-indent: -9999em;
}
#home #sign {
	position: absolute;
	top: 17px;
	left: 550px;
}
#home #sign a {
	display: block;
	width: 160px;
	height: 21px;
	background: url(../img/head-signup.gif) no-repeat top left;
	text-indent: -9999em;
	overflow: hidden;
}
#home #log {
	position: absolute;
	top: 47px;
	left: 550px;
}
#home #log a {
	display: block;
	width: 160px;
	height: 21px;
	background: url(../img/head-login.gif) no-repeat top left;
	text-indent: -9999em;
	overflow: hidden;
}
#home #sign a:hover, #home #log a:hover {
	background-position: bottom left;
}
#home #splash {
	margin: 0;
	padding: 0;
	background: url(../img/spamlab-splash.jpg) no-repeat top left; 
	width:761px;
	height:183px;	
	position: relative;
}
#splash h2 {
	position: absolute;
	top: 29px;
	left: 343px;
	margin: 0;
	padding: 0;
	background: url(../img/spamlab-splash-head.jpg) no-repeat top left; 
	width:325px;
	height: 85px;
	text-indent: -9999em;	
}
#splash p {
	position: absolute;
	top: 130px;
	left: 349px;
	margin: 0;
	padding: 0;
	width:325px;
	height: 85px;
}
#splash p a {
	display: block;
	background: url(../img/spamlab-splash-signup.gif) no-repeat top left; 
	width:325px;
	height: 85px;
	text-indent: -9999em;	
	overflow: hidden;
}
#home #content {
	padding: 20px 85px 20px 85px;
}
#home #content p.intro {
	color:#FC5709; font:normal 1.4em/1.4em Arial, Helvetica, sans-serif;
}
#home #content p a {
	color:#FC5709; font:normal 1.4em/1.4em Arial, Helvetica, sans-serif; text-decoration:none;
}
#home #content p a:hover {
	text-decoration:underline; color: #0390FC;
}


/* ----- APPLICATION CONTENT ----- */
#apply #main h1 {
	margin: 0;
	padding: 0;
}
#apply #main h1 a {
	display: block;
	height: 100px;
	width: 761px;
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../img/spamlab-logo.gif) no-repeat top left;
	text-indent: -9999em;
	overflow: hidden;
}
#apply #main h2 {
	margin: 0 0 15px 0;
	padding: 0;
	background: url(../img/spamlab-app-splash.jpg) no-repeat top left; 
	width:761px;
	height:100px;
	text-indent: -9999em;	
}
fieldset {
	background-color: #EBEBDF;
	border: none;
	margin: 18px;
	padding: 15px;
}
fieldset h3 {
	margin: 0;
	padding: 0 0 .3em;
	color: #FC5709;
}
fieldset p {
	margin: 0;
	padding: 0 0 .3em;
}
fieldset fieldset {
	background-color: #EBEBDF;
	border: none;
	margin: .2em 0 0 0;
	padding: 0;
}
fieldset #mailserverset {
	float: left;
	width: 450px;
}
fieldset label {
	margin-top: .5em;
	display: block;
	width: 160px;
	padding-right: 10px;
	float: left;
	text-align: right;
	font-weight:bold;
}
fieldset input, fieldset select {
	margin-top: .5em;
}
fieldset fieldset .chkbox {
	width: 450px;
	display: inline;
	float: left;
	text-align: left;
	margin-top: .5em;
	font-weight:bold;
}
#apply fieldset input#Current_Customer {
	float: left;
	margin-top: .5em;
	margin-left: 172px;
	margin-right: 10px;
}
#submitfields {
	float: left;
	width: 725px;
	padding: 0px 18px 10px;
}
#submit {
	float: left;
}
#reqmarker {
	float: right;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}