html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 100%;
	color: #434a54;
	font-size:9pt;
}

a {
	text-decoration: none;
}

ul {
	margin:0px;
}

.titlediv {
	margin: 20px;
	padding: 0px;
}

.menutype {
	float:right;
	margin-right:20px;
	margin-top: -6px;
}

.menutypebtn {	
	background-color: #FFF;
	color: #434A54;
	border: 0px;
	outline-style: none;	
	height: 30px;
	width: 75px;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	font-family:'Microsoft YaHei';
    cursor:pointer;
}

.contentdiv {
	margin: 0px 20px 20px 20px;
}

.datarow {
	padding: 14px 0px 8px 0px;
	border-bottom: 1px dotted #E6E9ED;
}

.imgrow {
	padding: 14px 0px 10px 0px
}

.datarow:first-child {
	border-top: 1px dotted #E6E9ED;
}

.option {	
	background: none repeat scroll 0% 0% #F5F7FA;
	padding: 11px;
	clear: both;
	overflow: hidden;
}

.option span:first-child {
	font-weight: 700;
}

.itemcel {
	font-weight: 700;
}

.spanred {
	color:#DD0000;
}

.spanred,.spanlabel {
	font-weight: 700;
}

.inputext {
	margin-top:12px;
}

.fractiontxt {
	width:80px !important;
	margin: 0px !important;
	text-align: right;
}

.labelselect {
	width:80px !important;
	margin: 0px !important;
}

.optcontext {
	width:320px !important;
	margin: 0px !important;
}

.spandata {
	display:inline-block;	
	height: 20px;
	margin-top: 6px;
}

.rdospan {
	vertical-align:middle;
	display: inline-block;
}

.queturldiv {
	width:350px;
	display: inline-block;
}

.imgmindiv {	
	width:350px;
	display: inline-block;
}

.copyurldiv {
	display: inline-block;
}

.barcodediv {
	display: inline-block;
	vertical-align: bottom;
}

.imgmindiv img {
	width:160px;
	height:160px;
	margin:10px 0px 0px 0px;
	border: 1px dotted #E6E9ED;
	display: block;
}

.abarcode {
	margin-top:-5px;
}

.optionleft {
	float:left;
}

.optionright {
	float:right;
}

.optinrigtha,.optinrigthd {
	color:#DD0000;
}

.tablediv table {
	width:1000px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.tablediv table tr {
	height:40px;
	border-bottom: 1px dotted #E6E9ED;
}

.tablediv table tr td {
	font-size: 9pt;
	color: #434A54;
	position: relative;
	vertical-align: middle;
}

.leftcel {
	width:100px;
	font-weight: 700;
}

table img {
	width: 50px;
	height: 50px;
	border: none;
	outline-style: none;
	display:block;
	margin:9px 0px;
	
}

table a {
	cursor: pointer;
}

.margincel {
	width:800px;
}

.additembtndiv {
	cursor: pointer;
	width: 80px;
}

.itembtndiv {
	padding: 10px 0px;
}

.chkspan {
	margin-bottom: 8px;
	display: inline-block;
}

.addquestimg,.addquestspan {
	vertical-align: middle;
}

.addquestspan {
	color:#DD0000 ;
}

input[type="text"],select {
	width: 320px;
	height: 20px;
	outline-style: none;
	font-family: "微软雅黑";
	color: #434A54;
	font-size: 9pt;
	border: 1px solid #E6E9ED;
	margin: 6px 5px 0px 0px;
}

.inputradio {	
	margin: 0px;
	vertical-align: middle;
}

.testtypetxt,.answertypetxt {
	margin-right: 12px;
}

input[type="text"]:hover,input[type="text"]:focus,select:hover,select:focus {	
	border: 1px solid #F73500;
}

.bottomdiv {
	padding-top:14px;
	clear: both;	
	border-top: 1px dotted #E6E9ED;
}

.okbtn {
	background-color: #DD0000 ;
	color: #FFF ;
	border: 0px ;
	outline-style: none ;
	font-family: "微软雅黑";
	width: 70px ;
	height: 24px ;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.backbtn {
	background-color: #F5F7FA;
	color: #434a54;
	border: 1px solid #E6E9ED;;
	outline-style: none;
	font-family: "微软雅黑";
	width: 70px;
	height: 24px;
	margin-left:5px;
	font-weight: 700;
	font-size: 9pt;
	text-align: center;
	cursor: pointer;
}

#okbtn1 {
	margin-left:5px;
}

.backbtn:hover,.backbtn:focus{
	background-color:#FFF;
}

.okbtn:focus,.okbtn:hover{
	background-color:  #F73500;
	color: #FFF;
}