/*
***********************************************************
Title:     Forms
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
form {
	margin-bottom: 1.3em;
	padding: 0.3em;
}

fieldset {
	border: none;
}

input, select, textarea {
	background: #F4F5F9;
	border: 1px solid #C7CCE2;
	color: #20358C;
	margin-bottom: 0.3em;
	padding: 1px;
	width: 200px;
}

input:focus, select:focus, textarea:focus {
	background: #FFFFFF;
}

textarea {
	overflow: auto;
}

label {
	display: block;
	cursor: pointer;
	vertical-align: top;
	padding: 1px;
}

small {
	clear: left;
	display: block;
}

.check input {
	border: none;
	background: none;
	width: auto;
}

/* 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 {
}

.csc-mailform-field label {
	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 //////////////////////////////////////////////////////////////////////////////*/
input.button, input.submit, input.csc-mailform-submit, 
.tx-newloginbox-pi1-submit{
	clear: both;
	display: block;
	background: #20358C;
	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;
}



/* warning properties /////////////////////////////////////////////////////////////////////////////*/
#mailform .warning input {
	border: 1px solid #FF0000;
}

#mailform .warning label {
	color: #FF0000;
}

#clock{
	width: 100px;
}
