@charset "utf-8";
/* CSS Document */
@import url("Menu.css");
@import url("/Themes/Contact/Style/Contact.css");
@import url("/Themes/Job/Style/Job.css");
body {
	background:url(../Image/check_bg.jpg) left top no-repeat;
}
#Check {
	width:100%;
	min-width:1002px;
	position:absolute;
	top:207px;
	left:0px;	
	z-index:11;
}
#Check .left {
	width:85%;
	min-width:600px;
	height:281px;
	background:url(../Image/check_body_bg.png) left top no-repeat;
	float:left;
}
#Check .left .title {
	width:689px;
	height:36px;
	background:url(../Image/Check_title_bg.png) left bottom no-repeat;
	position:absolute;
	left:152px;
	top:38px;
	padding:0px 0px 0px 38px;
}
#Check .left .title div{
	float:left;
}
#Check .left .title .productCheckA{
	width:138px;
	height:35px;
	background:url(../Image/product_check_tab_a.png) left bottom no-repeat;	
}
#Check .left .title .productCheckB{
	width:115px;
	height:35px;
	background:url(../Image/product_check_tab_b.png) left bottom no-repeat;	
}
#Check .left .title .saleCheckA{
	width:138px;
	height:36px;
	background:url(../Image/sale_check_tab_a.png) left bottom no-repeat;	
	margin:0px 0px 0px 3px;
}
#Check .left .title .saleCheckB{
	width:115px;
	height:35px;
	background:url(../Image/sale_check_tab_b.png) left bottom no-repeat;	
	margin:0px 0px 0px 3px;
}
#Check .left .CheckForm {
	font-size:12px;
	color:#DDD;
	margin:81px 0px 0px 213px;
}
#Check .left #CheckFormSales {
	display:none;
}
#Check .left .CheckForm div {
	float:left;
}
#Check .left .CheckForm .space {
	font-family:微软雅黑;
	font-size:18px;
	font-weight:bolder;
	line-height:50px;
}
#Check .left .CheckForm input{
	height:18px;
	color:#000;
	text-align:center;
	line-height:18px;
	background:#717172;
	border:solid 1px #000;
	text-transform:uppercase;
	ime-mode:disabled;
}
#Check .left .CheckForm .SalePrefix input{
	width:47px;
}
#Check .left .CheckForm .ProductPrefix input{
	width:47px;
}
#Check .left .CheckForm .SaleDatetime input{
	width:80px;
}
#Check .left .CheckForm .SaleCode input{
	width:47px;
}
#Check .left .CheckForm .ProductCode input{
	width:120px;
}
#Check .left .CheckForm .FormMsg {
	color:#FF6600;
	margin:12px 0px 0px 10px;
}
#Check .left .CheckForm .FormMsg .checkinfo {
	height:36px;
	line-height:32px;
	background:url(../../Image/alert_icons.png) left top no-repeat;
	padding:0px 0px 0px 22px;
	
}
#Check .left .CheckButton {
	margin:0px 0px 0px 213px;
}
#Check .left .CheckButton .submit {
	width:97px;
	height:30px;
	background:url(../Image/check_button.png) no-repeat;	
    display: block;
    text-decoration:none;
    cursor:pointer;
	font-size:0px;
    line-height: 0px;
	text-indent:-9999px;
}
#Check .CheckHint {
	min-width:600px;
	height:82px;
	font-family:宋体;
	font-size:12px;
	color:#888;
	line-height:18px;
	margin:21px 0px 0px 213px;
	background:url(../Image/check_hint_bg.png) no-repeat;	
	padding:10px 0px 0px 172px;
	white-space:normal; 
	word-break:break-all; 
	word-break:break-word ;
}
#Check .CheckProductHint {
	min-width:600px;
	height:82px;
	font-family:宋体;
	font-size:12px;
	color:#888;
	line-height:18px;
	margin:21px 0px 0px 213px;
	background:url(../Image/product_check_hint_bg.png) no-repeat;	
	padding:10px 0px 0px 172px;
	white-space:normal; 
	word-break:break-all; 
	word-break:break-word ;
}
#Check .CheckHint span {
	color:#BBB;
}
#Check .right {
	width:15%;
	min-width:100px;
	height:281px;
	background: url(../Image/check_body_bg.png) right top no-repeat;
	float:right;
}