/* CSS Document */
fieldset{
	margin:10px;
	margin-left:0px;
	border:none;
	
}
input{
	color:#333;
}
fieldset table td{
	font-size:12px;
	padding:3px;
}
legend{
	background:#333;
	padding:5px;
	font-size:13px;
}

input.form{
	width:300px;
	border: solid 1px #90896D;
	padding:3px;
}
select.form{
	width:300px;
	border: solid 1px #90896D;
	padding:3px;
}
textarea.form{
	width:300px;
	height:120px;
	border: solid 1px #90896D;
	padding:3px;
}


/*.button{
	background:url(../design/btn.jpg) no-repeat;
	height:29px;
	width:77px;
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
	float:right;
	display:block;
	color:#793827;
	border:none;
	cursor:pointer;
	margin-right:4px;

}*/

/*eform set*/

fieldset.eform{
	margin-bottom:10px;
	margin-top:10px;
	border-bottom:dashed 1px #90896D;
	padding-bottom:10px;
}

fieldset.eform legend{
	text-transform:uppercase;
	font-size:15px;
	margin-bottom:10px;
	background:none;
	font-weight:bold;	
	padding:0px;
}

fieldset.eform label{
	float:left;
	width:200px;
	min-height:20px;	
}

fieldset.eform .eform_fieldrow{
	padding-bottom:5px;
	padding-top:5px;
}
fieldset.eform .eform_content{	
	margin-bottom:15px;
}
fieldset.eform .eform_fieldrow .field_help{
	color:#999999;
	font-style:italic;
	margin-left:200px;
	font-size:10px;
	margin-top:3px;
}

fieldset.eform .input_text{
	width:300px;
	
	background: none repeat scroll 0 0 #FFFFFF;
    border: solid 1px #aaa;
    box-shadow: 0 3px 5px #CCCCCC inset;

	height:20px;
	line-height:20px;	
}

fieldset.eform .input_select{
	width:300px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: solid 1px #aaa;
    box-shadow: 0 3px 5px #CCCCCC inset;
	height:20px;
	line-height:20px;	
}

fieldset.eform .input_textarea{
	width:300px;
	height:100px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: solid 1px #aaa;
    box-shadow: 0 3px 5px #CCCCCC inset;
	line-height:20px;	
}

fieldset.eform .input_radio{
	margin-right:10px;
	/*height:20px;*/
	line-height:20px;
	padding-top:4px;
}

fieldset.eform .checkbox_outer{
	float:left;
	width:350px;
	line-height:20px;
}

fieldset.eform .radio_outer{
	float:left;
	width:350px;
}

fieldset.eform .text_outer{
	
	width:500px;
}

fieldset.eform hr{
	border:none;
	height:1px;
	background:#66a5df;
}