/*
***********************************************************
Title:     Forms
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";
form {
	margin-bottom: 1.3em;
	padding: 0.3em;
}

fieldset {
}

fieldset dd{
	margin-left: 20px;
	margin-bottom: 0.5em;
}

input, select, textarea {
	background: #FFFFFF;
	border: 1px solid #D10F41;
	color: #333333;
	margin-bottom: 0.3em;
	padding: 1px;
}

checkbox, radio {
	border: none;
	width: 20px;
}
input:focus, select:focus, textarea:focus {
	background: #FFFFFF;
	border: 1px solid #E85E3C;
}

textarea {
	overflow: auto;
}

label {
	cursor: pointer;
	vertical-align: top;
	padding: 1px;
	width: 90px;
}

form label {
	width: 90px;
}

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 {
	
	text-align: left;
	float: left;
	width: 150px;
}

.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 //////////////////////////////////////////////////////////////////////////////*/
button, input.button, input.submit, 
input.csc-mailform-submit, .tx-newloginbox-pi1-submit,
input.pollsubmit {
	clear: both;
	background: #D10F41;
	color: #FFFFFF;
	cursor: pointer;
	padding: 1px;
	width: auto;
	font-weight: normal;
	text-align: center;
}

#header input.button {
	background: #FFFFFF;
}

/* searchbox and poll properties ///////////////////////////////////////////////////////////////////*/
.tx-macinasearchbox-pi1 {
	width: 160px;
}

.tx-macinasearchbox-pi1 input, .tx-jkpoll-pi1 input {
	width: auto;
}

.tx-macinasearchbox-pi1 input {
	background: #FFFFFF;
}

.tx-macinasearchbox-pi1 input.button {
	background: transparent;
	color: #000000;
	width: 40px;
}

/* Email subscribe ////////////////////////////////////////////////////////////*/
.tx-sremailsubscribe-pi1-multiple-checkboxes input, input.pollanswer {
	background: none;
	border: none;
	float: left;
	width: 20px;
}

.tx-sremailsubscribe-pi1-multiple-checkboxes {
	display: block;
	margin-left: 20px;
	clear: both;
}

.tx-sremailsubscribe-pi1-multiple-checkboxes label {
}

.poll-answer {
	clear: both;
}

/* warning properties /////////////////////////////////////////////////////////////////////////////*/
#mailform .warning input {
	border: 1px solid #FF0000;
}

#mailform .warning label {
	color: #FF0000;
}


