<!--
br {
	clear: left;
}

/*显示表单主体*/
.articleForm {
	margin:0px;
	padding:10px;
	display:block;
	border:1px dashed #B9C0C5;
	clear:both;
	background:#F6F7F7;
}

/*表单-左*/
.articleForm-l {
	width:100px;
	float: left;
	margin:5px;
	padding:5px; 
	color:#333;
	text-align:right;
	display:block;
	font-weight:bold;
}
/*表单-右*/
.articleForm-r {
	float: left; 
	margin:5px;
	padding:5px;
	display:block;
	text-align:left;
}
/*模拟链接*/
.href {
	text-decoration:underline;
	cursor:pointer;
}

input {
	margin:0px;
}

/*下拉列表样式*/
.selectClass {

}
-->