/*======================================================
	(C)2010 ChemDry, CSS styles :: Express Request
	@Author: Patrick Bennett, Modern Blue
======================================================*/

#express {
	width:925px;
	margin:25px auto;
	background:url(../images/ERyrepeat.png) repeat-y;
}	

#express #top {
	height:51px;
	background:url(../images/ERHeader.png) repeat-x;
	width:891px;
	margin:0 auto;
}

#express h1 {
	color:#fff;
	font-size:26px;
	font-weight:normal;
	padding:12px 0 0 15px;
}

#express #content {
	margin:25px;
}

#express h2 {
	color:#006699;
	font-size:28px;
	font-weight:normal;
}

#express p {
	color:#333;
	font-size:13px;
	line-height:16px;
	margin:10px 0;
}

#express #fLeft {
	margin:0 10px;
	width:410px;
	float:left;
}

#express #fRight {
	width:430px;
	float:right;	
}

#express form {
	color:#444;
}

#express .minput {
	width:175px;
	float:left;
	margin:7px 0;
}

#express .minput.l, #express .linput.l {
	margin-right:50px;
}

#express .linput {
	float:left;
	width:275px;
	margin:7px 0;
}

#express .finput {
	width:100%;
	margin:7px 0;
}

#express .finput p {
	color:#333;
	font-size:14px;
	margin-bottom:0;
}

#express .finput small {
	font-size:11px;
}

#express .sinput {
	float:left;
	width:75px;
	margin:7px 0;
}

#express .iNormal {
	width:100%;
	font-size:13px;
}

#express label {
	font-size:13px;
}

#express .infoBox {
	margin:10px 0;
	background:#e6eff7;
	border:1px solid #e4e4e4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#left_container #express .infoBox p {
	color:#000;
	margin-left:10px;
	padding:0;
	float:none;
}

#express #whatNext {
	background:#eeeded;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:10px;
	position:relative;
	top:490px;
}

#left_container #express #whatNext h3 {
	color:#174883;
	font-weight:normal;
	font-size:24px;
}

#left_container #express #whatNext p {
	float:none;
	padding:5px 0;
}

#express .hlight {
	background:#FFFFCC;
	border:1px solid #FF3300;
}






