﻿@charset="utf-8";
.orderinfo{width:100%;font-size:12px;font-family:Arial;margin-bottom:20px;}
.orderinfo b{color:#FF0000;font-family:Symbol;font-weight:bold;margin-left:5px;margin-right:5px;}
.orderinfo .title{height:25px;overflow:hidden;margin-bottom:10px;text-align:left;line-height:25px;background-color:#EDEDED;font-weight:bold;font-size:14px;padding-left:40px;background-image:url("../images/arrow_2.gif");background-repeat:no-repeat;background-position:20px center;}
.orderinfo .description{padding-top:10px;}
.orderinfo .description div{padding-left:40px;margin-bottom:5px;background-image:url("../images/dot.gif");background-repeat:no-repeat;background-position:25px 5px;}
.orderinfo table{width:100%;}
.orderinfo table *{font-size:12px;border-collapse:collapse;}
.orderinfo table th{text-align:left;padding-left:40px;padding-bottom:5px;font-weight:normal;vertical-align:top;}
.orderinfo table td{padding-bottom:5px;}
.orderinfo label{line-height:20px;height:20px;margin-right:20px;}

.orderinfo .text{border:1px #666666 solid;}
.orderinfo .size1{width:200px;}
.orderinfo #submit{width:65px;height:20px;border:0px;background-image:url("../images/order_submit.gif");cursor:pointer;filter:alpha(opacity=80);}
.orderinfo #reset{width:65px;height:20px;border:0px;background-image:url("../images/order_reset.gif");display:inline;margin-left:20px;cursor:pointer;filter:alpha(opacity=80);}
#errtipdiv{float:left;width:auto;padding:5px;margin-top:3px;color:#FF0000;}


/*错误提示*/
form td div.errortip{color:#FF0000;display:block;padding-top:3px;clear:both;}
.orderinfo input.errborder{border:1px #FF0000 solid;}
