@charset "utf-8";
/* CSS Document */
/*----------------------申请表格----------------------*/
#Content #ContentM #AForm{
	padding:4px;
	height:800px;
	width:590px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#Content #ContentM #AForm h1{
	height:40px;
	line-height:40px;/*设置行距，目的是保证h1中的文字垂直居中*/
	font-size:16px;
	color:#990000;
	border-bottom:1px #969696 dashed;/*设置h1的下边框为宽度1像素的虚线*/
	margin-bottom:10px;/*设置外边距，让h1和下面的内容区域p 保持10像素的距离*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#Content #ContentM #AForm p{
	font-size:14px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
#Content #ContentM #AForm a{
	font-size:14px;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration:none;
}
#Content #ContentM #AForm #Form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
#Content #ContentM #AForm .label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:20px;
	line-height:20px;
	margin:10px;
}

#Content #ContentM #AForm .text{
	font-size:14px;
	height:20px;
	line-height:20px;
	margin-top:10px;
}
#Content #ContentM #AForm .attributes{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:200px;
	margin:10px;
	clear:both;
}
#Content #ContentM #AForm .attributes .att{
	margin-left:-200px;
	margin-top:10px;
	width:200px;
	float:left;
}
#Content #ContentM #AForm .radio{
	margin-left:10px;
	margin-right:5px;
	margin-top:10px;
	height:14px;
	line-height:14px;
}



#Content #ContentM #AForm .newitem{
	margin-top:10px;
	padding-left:150px;
	color:#000000;
	font-size:14px;
	clear:both;
}
#Content #ContentM #AForm .newitem:before{
	display:table;
	content:'\20';
	clear:both;
}
#Content #ContentM #AForm .newitem .label{
	text-align:left;
	line-height:18px;
	width:130px;
	float:left;
	margin-left:-135px;
	font-size:14px;
	padding-right:5px;
}
#Content #ContentM #AForm .newitem .input{
	border:#ccc 1px solid;
	padding:5px;
	line-height:18px;
	height:18px;
	background:#FFFFFF;
	border-radius:3px; 
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	width:180px;
	margin-bottom:5px;
	font-size:18px;
	float:left;	
}


#Content #ContentM #AForm .submit{
	margin-left:10px;
	margin-top:10px;
	height:30px;
	width:100px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}	