/************************************************************
Title:     Forms | Emile Blume - Netcreators.com
************************************************************/
form, form td p {
	margin: 0;
	padding: 0;
}

form td {
	padding-right: 0.3em;
	padding-bottom: 0.3em;
}

form td input, form td select, form td textarea {
	margin-left: 0.3em;
}

form ul, #main form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

form ul li { clear:both; float:left;}
fieldset { border: none;, display:inline;}

form {
	margin-bottom: 1.3em;
	padding: 0.3em;
}

input, select, textarea {
	background: #ECF4F9;
	border: 1px solid #307C9C;
	color: #333333;
	margin-bottom: 0.3em;
	padding: 1px;
}

input:focus, select:focus, textarea:focus {
	background: #FFFFFF;
	border: 1px solid #3F98BC;
}

textarea { 
	overflow: auto;
}

textarea#message {
	width: 400px;
}

label {
	display: inline;
	float: left;
	width: 250px;
}

small {
	clear: left;
	display: block;
}

td small { clear: none; }

/* csc mailform properties ///////////////////////////////////////////////////////////////*/
.csc-mailform-field {
	clear: both;
	display: block;
	margin-bottom: 0.3em;
	width: 100%;
}

.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
	width: 200px;
}

.csc-mailform-field label {
	display: inline;
	float: left;
	width: 150px;
}

.csc-mailform-radio fieldset{
	margin-left: 160px;
	width: 200px;
}

.csc-mailform-radio input, .csc-mailform-radio label, .check label {
	display: inline;
	float: left;
	margin-bottom: 0.3em;
	width: auto;
}

.csc-mailform-field input.csc-mailform-radio,
.csc-mailform-field .csc-mailform-check, .check input,
.tx-mmforum-pi1-newpost-middle input {
	background: none;
	clear: left;
	border: 1px solid #307C9C;
	margin-right: 4px;
	/*width: 20px;*/
	text-align: left;
	float: left;
}

.check { padding: 0.3em; }
.check input {
	float: left;
	display: inline;
}

.csc-mailform-radio label, .csc-mailform-check label {
	text-align: left;
}

/* button properties //////////////////////////////////////////////////////////////////////////////*/
input[type="submit"], .com-chkout-address-fields-submit input,
input.button, input.submit, input.csc-mailform-submit, .tx-newloginbox-pi1-submit {
	clear: both;
	background: #307C9C;
	color: #FFFFFF;
	cursor: pointer;
	padding: 1px;
	width: auto;
	font-weight: normal;
	text-align: center;
}

/* searchbox and poll properties ///////////////////////////////////////////////////////////////////*/
.tx-macinasearchbox-pi1 input, .tx-jkpoll-pi1 input { width: auto;}
.tx-macinasearchbox-pi1 input { background: #ffffff;}

/* FE User /////////////////////////////////////////////////*/
.tx-srfeuserregister-pi1 form legend { margin-bottom: 1em; }
.tx-srfeuserregister-pi1 form li { margin-bottom: 4px; width:100%; }
.tx-srfeuserregister-pi1 form li label { width: 200px; }
.tx-srfeuserregister-pi1 .radio {
	float: left;
}

.tx-srfeuserregister-pi1 .radio input, .tx-srfeuserregister-pi1 .radio label {
	background: 0;
	border: none;
	float: left;
	margin-right: 10px;
	width: auto;
}

p.tx-srfeuserregister-pi1-error {
	color: red;
	display: block;
	clear: both;
}

label.tx-srfeuserregister-pi1-password-again { width:auto; float:none; }

/* warning properties /////////////////////////////////////////////////////////////////////////////*/
#mailform .warning input { border: 1px solid #FF0000;}
#mailform .warning label { color: #FF0000;}

