#main{
}
#main ul{
	float:left;
}
#main .title{
	font-size:12pt;
	font-weight:600;
	width:10px;
	display:inline;
	overflow:visible;
	border-bottom:3px solid #f28413;
	margin-bottom:10px;
	padding:0px 20px 0px 0px;
	color:#b7b7b7;
	cursor:default;
}
#main .body{
	margin-top:10px;
}
#cont{
	width:100%;
	padding:25px 0px 0px 0px;
	display:block;
	*margin-bottom:10px;
	line-height:24px;
}
#cont p{
	color:#FE8100;
	font-weight:600;
}
#cont span{
	display:block;
	width:70px;
	float:left;
	color:#333333;
	_height:20px;
	_overflow:hidden;
}
#cont .content input{
	color:#333333;
	width:200px
}
#cont .content textarea{
	color:#333333;
	width:324px;
	height:75px;
}
#cont .content .button{
	width:auto;
	margin:0px auto;
	color:#000000;
}
.error{
	color:red;
}
