/************************************************************
Title:     Forms | Emile Blume - Netcreators.com
************************************************************/
form { margin:1em 0;}

input, select, textarea {
	background:#FFF;
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	color: #333333;
	padding: 0;
	width:170px;
}

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;
	width:132px;
	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:132px; padding-left:0.3em;}
.powermail_radio_inner label, .powermail_check_inner label { float:none; }

.csc-mailform input.mf-radio,
.csc-mailform input.mf-check,
.powermail_check_inner input {
	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;	
}

#button {
	cursor:pointer;
	margin-top: 9px;
	width:auto; padding:0px 10px;
	}


fieldset.mf-radio legend, fieldset.mf-check legend { display:none; }

/* PB SURVEY //////////////////////////*/
.tx-pbsurvey-pi1 h1 { color:#5D5D5D; font-size:1.1em; margin:1.3em 0;}
.tx-pbsurvey-pi1 .question { color:#008BD7; font-weight:bold; margin-bottom:0.2em;}
.survey_item { margin-bottom:0.6em; }
.questionComment { color:#7E9BAD; font-size:0.9em; margin-bottom:0.2em; }
.tx-pbsurvey-pi1 input { width:auto; }
.tx-pbsurvey-pi1 .columnFirst { text-align:left; width:100%; }
.tx-pbsurvey-pi1 .columnNext { text-align:center; width:10%; }
table.matrix { margin-bottom:1.3em; }
.matrix-single .columnFirst { display:none; }
.surveyrow_even { background:#EBECEE; height:1%; }
.questionNumber { margin-right:6px; }

.tx-pbsurvey-pi1 .radio { background:transparent; border:0; margin-right:4px; }
.tx-pbsurvey-pi1 table .radio { margin:0px 2px; }


/* button properties //////////////////////////////////////////////////////////////////////////////*/
input.button, input.submit, input.mf-submit, .formbuttons input,
.tx-newloginbox-pi1-submit, input.powermail_submit {
	/*
	clear: both;
	margin-left: 310px;
	*/
	background: #FFF;
	border: 0;
	border-bottom: 2px solid #C4E8F4;
	color: #008BD7;
	cursor: pointer;
	padding: 0;
	font-weight: normal;
	text-align: center;
	width: auto;
}

input.powermail_submit { margin-left: 138px;}

/* warning properties /////////////////////////////////////////////////////////////////////////////*/
#mailform .warning input { border:1px solid #FF0000;}
#mailform .warning label { color:#FF0000;}


