@import url('global.css');
.arcContent * {
	padding:0;margin:0;
	line-height:26px;
}
#applyForm {
	width:350px;
	height:325px;
	overflow:hidden;
	color:#4F4F4F;
}
#applyForm * {
	margin:0; padding:0;
	list-style:none;
	text-decoration:none;
}
#applyForm textarea,
#applyForm input {
	width:325px;
	border:1px solid #EEEEEE;
	font-size:12px;
	line-height:16px;
	padding:0 3px;
	color:#333;
	font-family:"微软雅黑","Lucida Grande", Verdana, sans-serif;
}
#applyForm textarea:focus,
#applyForm input:focus {
	border-color:#CCC;
}
#applyForm textarea {
	height:60px;
}
#applyForm input {
	height:22px;
	line-height:22px;
}
#applyForm button {
	background:url(../images/bgBtn.gif) center center no-repeat;
	width:150px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:none;
	background-color:#333;
	margin-top:20px;
	color:#FFF;
	font-family:"微软雅黑","Lucida Grande", Verdana, sans-serif;
}