﻿body,td,label,input{
	font-size:12px;
}
#sjtd{
	width:832px;
	height:417px;
	background:url(../images/bg-1.png) no-repeat;
	margin:auto;
	position:relative;
}
#sjtd .wraper{
	padding:90px   150px 0 150px;
	font-size:12px;
}
#sjtd .wraper p{
    font-family:宋体;
	padding:10px 0px 10px 5px;
	margin:0;
}
#sjtd .textinput{
	height:21px;
	width:215px;
	background-image: url(../images/input.png);
	background-repeat: no-repeat;
	background-position:-45px 0;
	padding:3px  5px;
	font-size:14px;
	border:0px;
	margin:0px;
	margin-right:-10px;
	vertical-align:middle;
}
#sjtd .checkboxlabel,#sjtd .checkboxlabel-checked{
	background:transparent url(../images/input.png) no-repeat 0px -22px;
	border:none;
	display:inline-block;
	height:21px;

}
#sjtd .checkboxlabel input{
	filter:alpha(opacity=0);
	opacity:0;
}
.hidden {
	display:none;
}
#sjtd .checkboxlabel-checked{
	background-position:0 -44px !important;
}
#sjtd p.btns{
	text-align:right;
	padding-right:6px;
}
#sjtd #btns button{
	text-align:right;
}

#sjtd .btns button{
	height:22px;
	background: url(../images/btns.png);
	text-indent:-1000em;
	border:none;
	cursor:pointer;
}
#sjtd .btns #yzmbtn{
	width:90px;
}
#sjtd .btns .btnPrev{
	width:68px;
	background-position:-105px 0;
}
#sjtd .btns .btnNext{
	width:68px;
	background-position:-203px 0;
	margin-left:50px;
}
/*绑定按钮*/
#sjtd .btns #btnbd{
	width:70px;
	background-position:-298px 0;
	margin-left:50px;
}

#sjtd button.btnOk{
	background-position:right center !important;
	width:70px;
	
}
#sjtd  a{
	color:red;
}

/*消息框*/
#sjtd #popup{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	display:none;
}
#sjtd #popup .content{
	position:absolute;
	top:100px;
	left:250px;
	width:355px;
	height:178px;
	background:url(../images/dialog.png) no-repeat;
}
#sjtd #popup-msgtext{
	margin:30px 30px 10px 20px;
	height:80px;
	color:red;
	text-align:center;
	font-size:14px;
	font-family:黑体;
}