/*
***********************************************************
Title:     Forms
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
form {
	margin-bottom: 1.3em;
	padding: 0.3em;
}

fieldset { border: none;}

input, select, textarea {
	background: #fff;
	border: 1px solid #e4e4e4;
	color: #505050;
	margin-bottom: 0.3em;
	padding: 1px 5px;
	font-family: Times;
}

input:focus, select:focus, textarea:focus {
	background: #FFFFFF;
	border: 1px solid #505050;
}

textarea {
	overflow: auto;
}

label {
	cursor: pointer;
	vertical-align: top;
}

small {
	clear: left;
	display: block;
}

form label { 
	float: left;
	width: 150px; 
	}

/* 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, .tx-powermail-pi1 label {
	float: left;
	padding-right: 0.3em;
	width: 150px;
	text-align: right;
}

.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;
}

#mailformtv {
	float: none;
}

.mf-radio, .mf-check {
	background: none;
	border: 0;
	width: auto;
}

.csc-mailform-radio label, .csc-mailform-check label {
	text-align: left;
}

/* button properties //////////////////////////////////////////////////////////////////////////////*/
input[type="submit"], input.button, input.submit, input.csc-mailform-submit, .tx-newloginbox-pi1-submit {
	clear: both;
	background: #ef4136 url(../img/arrow-small.gif) no-repeat top left;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	padding: 5px 5px 5px 30px;
	margin-left: 157px;
	/*width: auto;*/
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

input[type="submit"]:hover,
input.button:hover, input.submit:hover, input.csc-mailform-submit:hover, 
.tx-newloginbox-pi1-submit:hover {
	background: #FFBA00 url(../img/arrow-small.gif) no-repeat top left;
}

/* warning properties /////////////////////////////////////////////////////////////////////////////*/
#mailform .warning input {
	border: 1px solid #FF0000;
}

#mailform .warning label {
	color: #FF0000;
}
