/************************************************************
Title:     Forms
Author:    Emile Blume - Netcreators.com
************************************************************/

input, select, textarea {
	background: #D4F1FF;
	border: 1px solid #005C97;
	color: #333333;
	padding: 1px;
}

input:focus, select:focus, textarea:focus {
	background: #FFFFFF;
	border: 1px solid #73BCDD;
}

textarea { overflow: auto; }
fieldset { border: none; }
legend { display: none;}
form label { cursor: pointer; float:left; padding:1px; vertical-align:top; width:150px; }
form p { margin:0; }
small { clear:left; display:block; }
form ul, form li { margin:0; padding:0; list-style:none; clear:both; }


label.inside {
	color: #000;
	font-size:100%;
	margin-left:3px;
	padding-left:2px;
	vertical-align:middle;
	position:absolute;
	visibility:hidden;
	z-index: 20;
}


table td input {
	clear: both;
	margin-bottom: 0.3em;
}


input.radio { background:none; border:0; margin-right:8px; }
.additional_ver input { margin-top:4px; }

/* 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-field label, .tx-powermail-pi1 label {
	float: left;
	padding-right: 0.6em;
	width: 150px;
	text-align: right;
}

.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; }

.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;
}

/* button properties //////////////////////////////////////////////////////////////////////////////*/
input.button, input.submit, input.mf-submit, .tx-newloginbox-pi1-submit, input.powermail_submit {
	clear: both;
	background: #005C97;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
	padding: 1px;
	width: auto;
}

input.powermail_submit { margin-left: 156px;}

/* searchbox and poll properties ///////////////////////////////////////////////////////////////////*/
.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;}



