/*
***********************************************************
Title:     Forms
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

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: 10px;
	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;
}

/* 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: 5px;
}

/* 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;
}

