#order_form{

}

#order_form form{
	margin: 0px;
	padding: 0px;
}
#order_form input,#order_form textarea,#order_form select{
	border: 1px solid gray;
}
#order_form h1{
	font-size: 15px;
	color: white;
	padding: 3px;
	margin-bottom: 10px;
	height: 25px;
	text-align: center;
	font-weight: normal;
	background-image: url(/images/order_header_background.png);
	background-repeat: no-repeat;
}
#order_form .labels{
	width: 350px;
	text-align: right;
	background-color: #FF9933;
	background-image: url(/images/order_label_box_background.png);
	color: white;
}
#order_form .inputs{
	width: 380px;
	float: right;
	background-color: #DDD;
	background-image: url(/images/order_input_box_background.png);
	color: black;
}
#order_form ul{
	list-style: none;
	margin: 0px;
	padding: 5px;
}
#order_form li{
	height: 30px;
}
#order_form .inputs ul{
	float: left; /* Hack for IE */
	width: 165px; /* Hack for IE */
	padding-right: 0px; /* Hack for IE */
}
#order_form .inputs li{
	font-size: 10px;
}
#order_form .inputs li:hover{
	background: url(/images/order_tip_arrow.png) no-repeat left top;
}

/* Anchors need to be used inside of the list items because of the IE:hover bug */
#order_form .inputs li a{
	color: black;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	cursor: default;
}
#order_form .inputs li a:hover{
	background: url(/images/order_tip_arrow.png) no-repeat left top;
}
/* End IE hack */

/* If there is an input error */
#order_form .inputs ul .error{
	background: url(/images/order_input_error.png) no-repeat right top;
}

#order_form .tips{
	visibility: hidden;
	color: white;
	width: 200px;
	float: right;
	margin-right: 10px;
	background: #121212 url(/images/order_tip_box_bottom.png) no-repeat bottom left;
}
#order_form .tips p{
	font-size: 12px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
#order_form .tips p span{
	font-size: 10px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

/* Rounded Corners */
#order_form .boxtop{
	font-size: 1px;
	height: 10px;
	background-repeat: no-repeat;
}
#order_form .inputs .boxtop{
	background-image: url(/images/order_input_box_top.png);
}
#order_form .labels .boxtop{
	background-image: url(/images/order_label_box_top.png);
}
#order_form .tips .boxtop{
	background-image: url(/images/order_tip_box_top.png);
}

#order_form .boxbottom{
/*	clear: both;*/
	font-size: 1px;
	height: 10px;
	background-repeat: no-repeat;
}
#order_form .inputs .boxbottom{
	clear: both;
	background-image: url(/images/order_input_box_bottom.png);
}
#order_form .labels .boxbottom{
	height: 22px;
	background-image: url(/images/order_label_box_bottom.png);
}
/* */

table{
	width: 510px;
	border: 1px solid #DDD;
}
th{
	padding: 3px;
	text-align: left;
	background: url(/images/tab_background.png) repeat-x top left;
	border-bottom: 1px solid #DDD;
	margin: 50px;
}
td{
	padding: 3px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
#content{ /* Over ride */
	width: 100%; 
	padding: 0px;
}
#content .banner{ /* Over ride */
	height: 24px;
	padding: 2px 10px 0px 10px;
	background-color: #DDD;
	font-size: 14px;
}
#content #highlights{ /* Over ride */
	margin: 10px 10px 0px 0px;
}
#calculator{
	border: 1px solid #DDD;
	background-color: #EEE;
	font-size: 13px;
	padding: 5px;
	margin-bottom: 10px;
	/*margin: 5px;*/
}
.odd{
	background-color: #F9F9F9;
}
.last{
	text-align: right;
	border-right: 1px none #FFF;
}
.middle{
	font-size: 12px;
}
.inquiry{
	float: right;
	width: 130px;
	height: 20px;
	padding-left: 3px;
	margin-top: 2px;
	background: url(/images/order_arrow.png) no-repeat top right;
}
.inquiry a{
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: "Lucidia Grand", Verdana, Arial, sans-serif;
	color: #0099FF;
	text-shadow: none;
}
.inquiry a:hover{
	color: #005E9D;
}

#floating{
	position: absolute;
	top: 150px;
	float: left;
	width: 750px;
	height: 200px;
	margin: 8px auto 10px auto;
	z-index: 10;
}
#floating #message, #floating #message_ie{
	width: 400px;
	height: 200px;
	background: url(/images/order_confirmation_message_background.png) no-repeat top left;
	padding-top: 70px;
	color: white;
	text-align: center;
}
#floating #message_ie{
	background: url(/images/order_confirmation_message_background.gif) no-repeat top left;
}