div#order_form{
																				xborder: 1px solid red;
	width: 700px;
	overflow: hidden;
}

form{
																				xborder: 1px solid green;
}

dl{
																				xborder: 1px solid blue;
}

																				/* Headers */
div#content h3{
	margin-top: 1.4em;
	margin-bottom: .95em;
	font-size: 1.5em;
	line-height: .725em;
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	text-transform: Uppercase;
	letter-spacing: -1px;
	font-weight: normal;
	color: #666666;
}
																				/* Section Help Text Wrapper */
div#content dl p{
	display: block;
	padding-bottom: .5em;
	border-bottom: 1px dotted #cccccc !important;
}
																				/* Section Help Text Wrapper > Text */
div#content dl span{
	font-size: 11px;
	font-size: .7em;
	line-height: 1.3em;
	font-style: normal;
	color: #999999;
}
																				/* Field Row */
div#order_form form dl dd{
	padding: 0 0 0 0;
	line-height: 1em;
}
																				/* Field Row > Field Wrapper */
div#order_form form dd div{
	margin-left: 20px;
	width: 46%;
}
																				/* Field Row > Field Wrapper > Override */
div#order_form form dd div div{
	margin-left: 0px;
	width: 100%;
}
																				/* Field Headers */
div#order_form form dd div b{
	font-size: .875em;
	display: block;
	padding-top: 1.375em;
	padding-bottom: .125em;
	color: #999999;
}
																				/* Field Headers > Help text */
div#order_form form dd div b small{
	font-weight: normal;
	font-size: .8em;
}	
																				/* Fields */
																				
div#order_form form dd div input{
	display: block;
	background-color: #f5f5f5;
	border: 1px solid #999999;
	color: #333333;
	margin: 0;
	-webkit-border-radius: 5px;
	font-size: 1.1em;
	text-indent: .25em;
	width: 99%;
}
																				/* Fields > Input tag FOCUS */
																				
div#order_form form dd div input:focus{
	background-color: #FFFFB3;
	color: #000000;
	border-color: #dddddd;
}

div.submit{
	padding: 1.25em 0 1.85em 20px;
	border-bottom: 1px solid #cccccc;
}

																				/* Submit Button Wrapper */
div.submit input{
	
	background-color: #0099CC;
	background-image: url("/_site/img/btn_overlay.png");
	background-position: center center;
	background-repeat: no-repeat;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	width: 186px;
	height: 47px;

	color: #ffffff;
	text-transform: Uppercase;
	line-height: 47px !important;
	
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.125em;
	
	cursor: pointer;	
	border: none !important;
	
}

div.submit input:hover{
	background-color: #FF00A7 !important;
}

																				/* No Login Info Link Wrapper */
div#order_form p small{
	display: block;
	margin-top: 1.75em;
}
																				/* No Login Info Link Wrapper > Link */
div#order_form p small a{
	font-size: .75em;
	font-weight: bold;
}

/* ERROR COLOR & STYLING ADJUSTMENTS */

dl.alert dt{
	padding-bottom: .8em;
}

