/************************************************************
Title:     Forms | Emile Blume - Netcreators.com
************************************************************/
form { }
input, select, textarea { color: #515151;}

form legend { padding-bottom: 0.8em; }
form label { display: inline-block; vertical-align: top; }

form p,
form fieldset { margin-bottom: 1.8em; margin-right: 20px; padding: 0; }
form p.mandatory { margin-bottom: -1.8em; } 		
form fieldset li { background: #f5f5f5; border-bottom: 0.2em solid #fff; list-style: none; padding: 0.4em 1em 0.4em 1em; }
	
form fieldset fieldset { border: none; margin: 0.3em 0 0; }
form fieldset fieldset legend { font-weight: normal; padding-bottom: 0.2em; }
form fieldset fieldset label { display: block; width: auto; }

form label { width: 12.2em; }
form fieldset fieldset label { margin-left: 12.3em; }

form fieldset p { margin: 0; padding: 0 0 0 12.5em; }

form input.text,
form textarea { width: 22.2em; }

form input.submit { position: relative; left: 13.4em; }

textarea { overflow: auto;}
fieldset { border: none;}
form label { cursor: pointer; float:left; padding:0.1em; vertical-align:top; width:150px; }
form p { margin:0; }
small { clear:left; display:block;}

/* csc mailform properties ///////////////////////////////////////////////////////////////*/
.csc-mailform-field, .tx_powermail_pi1_fieldwrap_html {
	clear: both;
	display: block;
	margin-bottom: 0.3em;
	width: 100%;
}

.csc-mailform input, .csc-mailform select, .csc-mailform textarea { width: 200px;}
.csc-mailform label, .tx-powermail-pi1 label {
	float: left;
	padding-right: 0.6em;
	width: 150px;
	text-align: right;
}
.csc-mailform input.mf-radio, .csc-mailform input.mf-check { margin:0 4px 0 0;  width:20px;}
fieldset.mf-radio label, fieldset.mf-check label {
	padding-left: 0.3em;
	text-align: left;
	float: none;
	width: 300px;	
}

fieldset.mf-radio legend, fieldset.mf-check legend { display:none; }


/* Powermail properties ///////////////////////////////////////////////////////////////*/
.tx-powermail-pi1 input, .tx-powermail-pi1 select, .tx-powermail-pi1 textarea { width: 200px;}
.tx_powermail_pi1_fieldwrap_html {
	background:#F5F5F5;
	clear: both;
	display: block;
	margin-bottom: 0.3em;
	padding:1.2em 2em 1.2em 1em;
}
.tx-powermail-pi1 label {
	float: left;
	padding-right: 0.6em;
	width: 150px;
	text-align: right;
}
.tx_powermail_pi1_fieldwrap_html_radio label,
.tx_powermail_pi1_fieldwrap_html_check label { padding-right:0; }
.powermail_radio_inner, .powermail_check_inner { margin-left:150px; padding-left:0.3em;}
.powermail_radio_inner label, .powermail_check_inner label { float:none; }

.powermail_mandatory_js, .tx-comments-required-error {
	background:#FAB2BD url(skin/message_err.png) no-repeat 0.5em 0.5em;
	margin-top:0.6em;
	display:block;
}


/* button properties //////////////////////////////////////////////////////////////////////////////*/
input.button, input.submit, input.mf-submit, .tx-newloginbox-pi1-submit, input.powermail_submit {
	clear: both;
	border: 1px solid #000;
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
	background: #3C3C3C;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0;
	width: auto;
	font-weight: normal;
	text-align: center;
}

input.powermail_submit { margin-left: 158px;}

/* warning properties /////////////////////////////////////////////////////////////////////////////*/
#mailform .warning input { border:1px solid #FF0000;}
#mailform .warning label { color:#FF0000;}


