#formWrapper {
	width: 715px;
}
#formWrapper {
	margin-right: auto;
	margin-left: auto;
}
#orderForm {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #ffffff;
}
#orderForm table {
	margin-bottom: 1.0em;
	border: 1px solid #253B68;
	background:url(images/orderform_bg.gif) repeat-x;
	background-color: #7294EA;
}
#orderForm input.link {
	display: block;
	margin-bottom: 4px;
}

#orderForm table td {
	font-size: 10pt;
	font-weight: bold;
}

#orderForm table tr td input, #orderForm table tr td select, #orderForm table tr td textarea {
	background-color: #D3E1FF;
	font-size:10pt;
	border:1px solid #ffffff;
	text-align:left;
	color:#253B68;
	margin:0px;
	pading:0px;
}

#orderForm button, #orderForm table tr td input.file {
	text-align: left;
	padding: 2px;
	font-weight:normal;
	font-size: 8pt;
	margin:1px;
	background-color: #D3E1FF;
	border: 1px solid #ffffff;
}



div.inputfile{
	background:url(images/add_example.gif) no-repeat 100% 1px;
	padding-bottom: 4px;
	width:230px;
	margin:0px;
	margin-top: 5px;
}

div.inputfile input.file{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	font-size:10pt;
	width: 229px;
}

div.fakeinputfile{
	margin-top:-22px;
}

div.fakeinputfile input{
	width:143px;
	height:17px;
	font-size:10pt;
	font-family:Arial;
}




#orderForm .italicnotbold {
	font-weight: normal;
	font-size: 8pt;
	font-style: italic;
}

#orderForm table th {
	vertical-align: middle;
	text-align: left;
	color:	white;
	background: #253B68;
}

#orderForm table th button {
	float: right;
}

#bannerOptions, #landingOptions {
	display: none;
}


