/****** Preside form CSS ******/

#test{
	background:			transparent !important
}
#presideform select{
	width:				19em;	
}

#presideform input{
	width:				auto
}

#presideform input.standard{

}

#presideform .group-radio label, #presideform .group-checkbox label{
	width:				auto
}

#presideform textarea{
	width:				19em !important
}

#presideform .group-radio,#presideform .group-checkbox{
	border:none
}

#presideform .group-radio h4,#presideform .group-checkbox h4{
	font-size:1em;
	font-weight:normal;
	color:#505050
}

#presideform .group-radio legend em,#presideform .group-checkbox legend em{
	color:red;
}

#presideform .group-radio label, #presideform .group-checkbox label{
	
	width:				auto
}

#presideform .group-radio input,#presideform .group-checkbox input{
	border:none;
	background:none
}

fieldset.standard legend {
		color: #8f8f8f
	}

	fieldset.standard ul,fieldset.standard ol {
		margin: 0;
		padding: 0;
		list-style: none
	}
	
		fieldset.standard li {
			clear: both;
			margin: 0;
			padding: .3em 0
		}
			fieldset.standard li label,fieldset.standard li .label {
				display: block;
				float: left;
				padding: 0;
				width: 15.5em
			}

				fieldset.standard li label em {
					display: inline;
					color: red;
					font-weight: bold
				}

			fieldset.standard li input
			 {
				width: 19em;
				border: 1px solid #E4E4E4;
				background: url(/graphics/bg-form.jpg) repeat-x
			}

			fieldset.standard li textarea
			 {
				width: 19em;
				border: 1px solid #E4E4E4;
				background: url(/graphics/bg_input_large.gif) repeat-x center
			}

			fieldset.standard li input:focus,
			fieldset.standard li textarea:focus {
				border: 1px solid red
			}
			fieldset.standard textarea {
				height: 10em
			}

			fieldset.standard .inline {
				float: none;
				display: inline;
				background-image: none
			}
			fieldset.standard .checkbox,fieldset.standard .option {
				width: 1em;
				margin: 0 .5em;
				border: 0;
				background:none
			}
			
			fieldset.standard p.submit{
				margin:0 auto;
				text-align:center;
				
			}