/************************************************************
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;}
small { clear:left; display:block; }
legend {
	font-size: 14px;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0;
	text-align: left;
}

legend { *left:-1px; *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,
.tx-powermail-pi1 input, .tx-powermail-pi1 select, .tx-powermail-pi1 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; }
.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;}


span.powermail-label { padding:0; }
.tx_powermail_pi1_fieldwrap_html_radio label,
.tx_powermail_pi1_fieldwrap_html_check label { padding:0 0 0 24px; }
.powermail_radio_inner, .powermail_check_inner { /*margin-left:150px;*/ padding-left:0.3em; position:relative; }
.powermail_radio_inner label, .powermail_check_inner label { float:none; }
.powermail_radio_inner input, .powermail_check_inner input { left:0; position:absolute; width:20px; }

.powermail_mandatory_helper { display:none; }

/* Comments /////////////////*/
#col-03 form ul, #col-03 form li { margin:0; padding:0; list-style:none;  }
#col-03 .tx-comments-comment-form li { position:relative; }

.tx-comments-required-mark { color:#E20030; font-weight:bold; }
li .tx-comments-required-mark { left:0px; top:0px; position:absolute; }

.tx-comments-comment-form label {
    display: block;
    float: left;
    padding: 0 0 0 8px;
    text-align: left;
    width: 92px;
}

.tx-comments-comment-input, .tx-comments-comment-form textarea { width:300px; }
.tx-comments-comments { clear:both; display:block; float:left; }
.tx-comments-captcha input.tx-comments-comment-input { margin-left:100px; }
.tx-comments-required-error { margin-left:100px; display:block; clear:both; }


/* button properties //////////////////////////////////////////////////////////////////////////////*/
input.button, input.submit, input.csc-mailform-submit, 
.tx-newloginbox-pi1-submit, .powermail_submit, input.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;}

#frmPbSurvey fieldset { float:none; }
.tx-pbsurvey-pi1 .question { margin:0.1em 0; }
.tx-pbsurvey-pi1 .survey_item { margin-top:0px; }
.tx-pbsurvey-pi1 .survey_item td { padding-right:0.3em; }


