﻿
form{
	border:0;
}

form fieldset{
	border:none;
	margin:0.8em 0.6em 0.4em;
	padding-bottom:0.84em;
}

form legend{
	color:#62126B;
	font-weight:bold;
	margin-bottom:0.84em;
}

textarea{
	width:450px;
}

.star{
	color:#F47020;
}

.forminput{
	margin-bottom:0.5em;
	position:relative;
}

.formfiled,.formlabel{
	float:left;
	line-height:1.6em;
	margin-right:0.5em;
}

.formlabel{
	text-align:right;
	width:6em;
}

.formlabel label{
	float:right;
	color:#505050;
}

.formsubmit{
	text-align:left;
	padding:0 0 0.8em 33%;
}

.ceditor{
	width:84%;
}

.tip{
	color:#999;
	padding:2px 0;
}

.text{
	width:200px;
}

div.error{
	color:#f00;
	position:absolute;
	left:500px;
	top:0;
	width:auto !important;
	width:150px;
	min-width:150px;
}

input.error,select.error,textarea.error{
	border-color:#f00;
}

button{
	border:0 none;
}

/*for ie asp.net*/
span input{
	margin:2px 2px 2px 0;
	border:0;
}

span label{
	margin-right:2px;
}
/*for ie asp.net*/

#regform .formsubmit{
	text-align:left;
	padding:0 0 0.8em 26%;
}

#p_infoform select,#c_infoform select{
	width:130px;
}

#p_infoform .formlabel{
	width:7em;
}




