form#orderform p {padding:10px 0px 0px 0px;}
form#orderform fieldset {
	border:1px solid #CCC;
	margin:0px 10px 10px 0px;
	padding:10px;
	position:relative;
}
form#orderform fieldset strong {
	font-size:9pt;
	font-weight:bold;
	color:#002384;
	display:inline;
}
form#orderform label {
	font-size:8pt;
	color:#000000;
   	font-weight:normal;
}
form#orderform fieldset#products label {margin-left:10px;font-size:9pt;}
form#orderform fieldset#contacts {width:250px;height:530px;float:left;}
form#orderform fieldset#products {width:430px;height:530px;float:left;}
form#orderform fieldset#payment {margin-right:25px}
form#orderform fieldset#contacts label {display:block;margin-top:10px;}
form#orderform fieldset#contacts input, form#orderform fieldset#contacts textarea, form#orderform fieldset#contacts select {
	width:245px;
	background-color: #fff !important;
        border:1px solid #CCC;
        border-bottom:1px solid #CDCDCD;
}
form#orderform fieldset#products td.odd {
background:#F1F1F1;
border-bottom:1px solid #DEDEDE;
padding:10px 0px 5px 0px;
}
form#orderform fieldset#products td.even {
background:#F9F9F9;
border-bottom:1px solid #DEDEDE;
padding:10px 0px 5px 0px;
}
form#orderform fieldset#products input {width:50px;text-align:right;border:1px solid #CCC; border-bottom:1px solid #CDCDCD;}
form#orderform fieldset#products td.total input {width:100px;font-size:8pt;color:#FFF;background:#002384;}
form#orderform fieldset#products td.total {border-top:1px solid #CCC;line-height:18px;font-size:8pt;}
form#orderform fieldset#products span {display:block;color:#666;font-size:7pt;padding:0px 0px 5px 15px;}
form#orderform table {width:420px;}
form#orderform td {padding:3px 0px;}
form#orderform th {
	font-size:8pt;
	font-weight:bold;
	text-align:left;
	padding:0px 0px 2px 0px;
	border-bottom:1px solid #CCC;	
}
form#orderform td strong {
	color:red;
	font-size:8pt;
margin-left:5px;
	font-weight:normal;
}
form#orderform .button {position:absolute;right:25px;font-size:8pt;color:#FFF;background:#002384;width:120px;}
div#error {
	background:#EFEFEF;
	padding:10px;
	margin:0px 15px 10px 0px;
}