/************************************************************
Title:     Forms | Emile Blume - Netcreators.com
************************************************************/
form {}
input, select, textarea { background:#fff; color:#333; font-size:0.9em;}

fieldset { border: none;}
legend { display:none; }
textarea { overflow: auto;}
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 ///////////////////////////////////////////////////////////////*/
.tx_powermail_pi1_fieldwrap_html {
	clear: both;
	display: block;
	margin-bottom: 0.3em;
	width: 100%;
}

.csc-mailform label, .tx-powermail-pi1 label {
	float: left;
	padding-right: 0.6em;
	width: 130px;
}

.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; }


/* button properties //////////////////////////////////////////////////////////////////////////////*/
input.button, input.submit, input.mf-submit, .tx-newloginbox-pi1-submit, input.powermail_submit {
	clear: both;
	border: 1px solid #008CC6;
	background: #008CC6;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0;
	width: auto;
	font-weight: normal;
	text-align: center;
}

input.powermail_submit { margin-left: 136px;}

/* warning properties /////////////////////////////////////////////////////////////////////////////*/
#mailform .warning input { border:1px solid #FF0000;}
#mailform .warning label { color:#FF0000;}


