/************************************************************
Title:     Forms | Emile Blume - Netcreators.com
************************************************************/
form { font-size:12px; }
fieldset { border:none; margin-bottom:1.3em; float:left; clear:both; display:block;}

input, select, textarea {
	background: #FFF;
	border: 1px solid #A4A4A2;
	color: #333333;
	margin-bottom: 0.3em;
	padding: 1px;
}

input:focus, select:focus, textarea:focus {
	background: #FFFFFF;
	border: 1px solid #A4A4A2;
}

textarea { overflow: auto;}

label {
	cursor: pointer;
	vertical-align: top;
	padding: 0px 0;
}

small {
	clear: left;
	display: block;
}

legend {
	font-size: 14px;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0;
	text-align: left;
}

legend {
	*left:-8px;
	*position: relative;
}

/* csc mailform properties ///////////////////////////////////////////////////////////////*/
.csc-mailform-field, .tx_powermail_pi1_fieldwrap_html {
	clear: both;
	display: block;
	margin-bottom: 0.3em;
	width: 100%;
}

#col-03 .csc-mailform-field, #col-03 .tx_powermail_pi1_fieldwrap_html { width:345px; }

.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea { width: 200px;}

.csc-mailform-field label, .tx-powermail-pi1 label {
	float: left;
	width: 150px;
}

.csc-mailform-radio fieldset{
	margin-left: 160px;
	width: 200px;
}

.csc-mailform-radio input, .csc-mailform-radio label {
	display: inline;
	float: left;
	margin-bottom: 0.3em;
}

.csc-mailform-field input.csc-mailform-radio,
.csc-mailform-field .csc-mailform-check {
	background: none;
	clear: left;
	border: none;
	margin-right: 4px;
	width: 20px;
}

.csc-mailform-radio label, .csc-mailform-check label {
	text-align: left;
}

.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;}
.tx_powermail_pi1_fieldwrap_html_check label, .powermail_radio_inner label, .powermail_check_inner label { float:none; }
.powermail_radio_inner input, .powermail_check_inner input { border:none; }

#col-04 legend {
	display:inline;
	width:100px;
}
#col-04 .csc-mailform-field label, #col-04 .tx-powermail-pi1 label {
	float:none;
	width:190px;
}

#col-04 .powermail_radio_inner, .powermail_check_inner { margin-left:0px;}


/* button properties //////////////////////////////////////////////////////////////////////////////*/
input.button, input.submit, input.csc-mailform-submit, 
.tx-newloginbox-pi1-submit, .powermail_submit {
	clear: both;
	background: #E20030;
	border: 1px solid #E20030;
	color: #FFFFFF;
	cursor: pointer;
	font-size:12px;
	padding: 1px 3px;
	width: auto;
	font-weight: normal;
	text-align: center;
}

.powermail_submit { margin:5px 0 0 152px; }

/* searchbox and poll properties ///////////////////////////////////////////////////////////////////*/
.tx-macinasearchbox-pi1 input, .tx-jkpoll-pi1 input { width: auto;}
.tx-macinasearchbox-pi1 input { background: #FFFFFF;}

/* warning properties /////////////////////////////////////////////////////////////////////////////*/
#mailform .warning input { border: 1px solid #FF0000;}
#mailform .warning label { color: #FF0000;}

