@charset "utf-8";
/* CSS Document */

/*弹出层的STYLE*/
.mydiv {
text-align:center;
z-index:10001;
width:956px;
height:490px;
margin:0 auto;
left:29%;/*FF IE7*/
top: 25%;/*FF IE7*/
margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */
margin-top:-60px!important;/*FF IE7 该值为本身高的一半*/
margin-top:0px;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}


.bg {
background-color:#000000;
width:100%;
margin:0 auto;
height:100%;
left:0;
top:0;/*FF IE7*/
filter:alpha(opacity=60);/*IE*/
opacity:0.6;/*FF*/
z-index:10000;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
/*The END*/

.purchase-order { width:613px; height:370px; padding:120px 0px 0px 343px; background:url(../images/pro_content_bg.png) no-repeat; }
.purchase-order input { font-size:16px; }
.purchase-order input.input01 { border:none; background:none; width:220px; margin-left:82px; padding-left:6px; font-weight:bold; text-align:left; }
.purchase-order input.input02 { border:none; background:none; width:263px; margin-left:45px; padding-left:6px; }
.purchase-order input.input03 { border:none; background:none; width:233px; margin-left:70px; padding-left:6px; }
.purchase-order input.input04 { border:none; background:none; width:133px; margin-left:70px; padding-left:6px; }
.purchase-order span { font-size:14px; font-weight:bold; }
.mess-top-r1 { position:absolute; top:3px; right:155px; }