/************************************************************
Title:     Forms
Author:    Emile Blume - Netcreators.com
************************************************************/

form { margin-bottom:1.3em; padding:0.3em; }
fieldset { display: inline; }

input, select, textarea {
	background: #E7F3FD url(../images/bg-input.gif) no-repeat left top;
	border: none;
	color: #333333;
	font-size: 11px;
	margin-bottom: 0.3em;
	line-height: normal;
	padding: 1px;
}

input:focus, select:focus, textarea:focus {
	background: #E7F3FD;
	border: none;
}

textarea { height: auto; overflow: auto; }
label { cursor: pointer; vertical-align: top; padding: 1px;}
small { clear: left; display: block; }

/* mailform properties ///////////////////////////////////////////////////////////////*/
.tx-powermail-pi1 input, .tx-powermail-pi1 select, .tx-powermail-pi1 textarea { width: 200px;}
.tx_powermail_pi1_fieldwrap_html {
	clear: both;
	display: block;
	margin-bottom: 0.3em;
	width: 100%;
}

.tx-powermail-pi1 label, span.powermail-label {
	float: left;
	padding-right: 0.6em;
	width: 150px;
	text-align: right;
}
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 { background:none; left:0; position:absolute; width:20px; }

img.tx-srfreecap-pi2-image,
.tx-srfreecap-pi2-cant-read { clear:both; display:block; margin-left:158px; }


/* csc mailform properties ///////////////////////////////////////////////////////////////*/
.csc-mailform-field {
	clear: both;
	display: block;
	margin-bottom: 0.3em;
	width: 100%;
}

.csc-mailform legend {	display: none;}
.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
	/*width: 200px;*/
}

.csc-mailform-field label {
	display: block;
	float: left;
	width: 200px;	
}

.csc-mailform-field input.csc-mailform-radio {
	clear: left !important;
	background: none;
	border: none;
	float: left;
	height: expression('1.3em'); 
	height: 20px;
	width: 20px;
	margin-bottom: 0;
}

.csc-mailform-radio label, .csc-mailform-check label {
	display: normal;
	height: 20px;
	width: 200px;
	width: 300px;
}

.csc-mailform-field .csc-mailform-check {
	background: none;
	border: none;
	float: left;
	width: 20px;
}

/* button properties //////////////////////////////////////////////////////////////////////////////*/
input.button, input.submit, input.csc-mailform-submit, .tx-newloginbox-pi1-submit,
.tx-srfeuserregister-pi1-submit, .formBtn input, .powermail_submit, input.tx-powermail-pi1_confirmation {
	clear: both;
	background: #3B67A9 url(../images/bg-button.gif) no-repeat left top;;
	color: #FFFFFF;
	width: auto;
	font-weight: normal;
	text-align: center;
	padding:0 5px;
}
.powermail_submit { margin-left:158px; }
#license-files-manual-submit { 
	width: 250px;
	margin: 130px;
	margin-top: 40px;
}

/* searchbox and poll properties ///////////////////////////////////////////////////////////////////*/
.tx-macinasearchbox-pi1 input, .tx-jkpoll-pi1 input { width: auto;}
.tx-macinasearchbox-pi1 input {}

/* user registration //////////////////////////////////////////////////////////////////////////////////////////////////*/
.tx-srfeuserregister-pi1 dt { width: 200px;}
.formCheck input { margin: 0;	margin-right: 10px;}

/* warning properties /////////////////////////////////////////////////////////////////////////////*/
#mailform .warning input { border: 1px solid #FF0000;}
#mailform .warning label { color: #FF0000;}


