/*******************************/
/*                             */
/*    ORDER SHOWTIME -- CSS    */
/*    version February 2008    */
/*                             */
/*******************************/


body#rebate-form {
	background:#FFFFFF !important;
}

#rebate-form #content {
	width:760px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:30px;
	margin-right:30px;
}

#rebate-form .rebateheader{
	background-image:url('/site/order/image-panel/rebate-header.jpg');
	width:760px;
	height:67px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:right;
	border:dashed;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#1b3f59;
}

#rebate-form .rebateform {
	width:760px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	border:dashed;
	border-top-style:none;
	border-width:1px;
	border-color:#1b1900;
}

#rebate-form .smalltext {
	font-size:9px;
}

#rebate-form .footer {
	margin-left:30px;
	margin-right:30px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#959595;
}

#rebate-form .formfieldboxes {
	position:relative;
	top:-5px;
	width:55px;
	margin-right:4px;
	padding:3px;
	height:22px;
	border:solid;
	border-width:1px;
	border-color:#959595;
}

#rebate-form table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
}

#rebate-form hr {
	padding-top:7px;
	color: #fff;
	background-color: #fff;
	border: 1px dotted #363636;
	border-style: none none dotted;
}


