/*
Title	: Form
Author	: Vincent Kessels, vincent@roquin.nl
Version	: 1.0
--------------------------------------------------------*/

form {
	margin: 0;
	padding: 0;
}

legend {
	display: none;
	}
	
form button {
	font-family: Verdana, Arial, Helvetica, Sans, sans-serif;
	background: #ccc;
	border: 1px solid #aeaeae;
	color: #333;
	font-size: 11px;
	width: auto;
	height: 19px;
	margin: 0;
	padding: 0;
}

form button:hover {
	cursor: pointer;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 5px 0 !important;
	padding: 2px !important;
	color: #333;
}

div#columnRight input {
	width: 214px !important;
}

form ol,
form ol li {
	margin: 0 !important;
	padding: 0 !important;
}

/* Search */

form#search {
	padding: 0 1em;
	margin: 1em 0 0 0;
	height: 40px;
}

form#search label {
	display: none;
}

form#search input.text {
	position: absolute;
	left: 15px;
	top: 48px;
	width: 280px;
	margin: 3px 0 0 0 !important;
	border: 0;
	background: none;
	color: #7d7d7d;
	font-size: 11px;
}

form#search button {
	position: absolute;
	right: 12px;
	top: 52px;
	display: block;
	width: 38px;
	height: 16px;
	background: transparent url(../../fileadmin/images/css/searchButton.gif) no-repeat 0 0;
	text-indent: -9999px;
	border: 0;
}

form#search button:hover {
	cursor: pointer;
}

/* Radiobuttons
--------------------------------------------------------*/

.dmsubscription-radio-and-label {
	margin-bottom: 10px;
	margin-left: 140px;
}
	
/* Submit
--------------------------------------------------------*/
	
.dmsubscription-submit {
	margin-bottom: 10px;
	margin-left: 140px;
}

/* Typo form */
	
.tipafriend_form label,
.csc-mailform label,
.csc-mailform .csc-mailform-label,
.login-field label {
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 30px;
	width: 170px;
	font-weight: bold;
}
	
.tipafriend_form input,
.csc-mailform input,
.tipafriend_form select,
.csc-mailform select,
.tipafriend_form textarea,
.csc-mailform textarea,
.login-field input {
	padding: 1px;
	width: 240px;
}
	
.tipafriend_form textarea,
.csc-mailform textarea {
	height: 200px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
}

.tipafriend-field-and-label,
.csc-mailform-radio-and-label,
.csc-mailform-field,
.csc-mailform-field-and-label-required,
.csc-mailform-checkbox-and-label,
.login-field {
	height: 100%;
	margin-bottom: 10px;
	overflow: auto;
	position: relative;
	line-height: 1em;
}
	
/* Required
--------------------------------------------------------*/
.csc-mailform-field-and-label-required {}

.csc-mailform .csc-mailform-field-and-label-required input,
.csc-mailform .csc-mailform-field-and-label-required select,
.csc-mailform .csc-mailform-field-and-label-required textarea {}
	
.csc-mailform-required {
	color: #cc0000;
	left: 175px;
	position: absolute;
	top: 2px;
	vertical-align: top;
}

/* Checkboxes
--------------------------------------------------------*/
.csc-mailform-checkbox-and-label {
	margin-left: 200px;
	position: relative;
	top: -2em;
	padding: 0 0 3px 0;
	margin-bottom: 0.25em;
	overflow: hidden;
}
	
.csc-mailform-checkbox-and-label input {
	float: left;
	height: 14px;
	margin: 1px 6px 1px 1px;
	padding: 0;
	width: 18px;
}
	
.csc-mailform-checkbox-and-label label {
	float: none;
	_float: left; /* In IE6 Stylesheet */
	overflow: auto;
	padding: 0 0 0 7px;
	width: auto;
}

/* Radiobuttons
--------------------------------------------------------*/
.csc-mailform-radio-and-label input {
	clear: left;
	display: block;
	height: 14px;
	margin: 4px 1px 1px 1px;
	width: 18px;
}
	
.csc-mailform-radio-and-label fieldset label {
	float: left;
	margin-top: -18px;
	padding: 0 0 0 24px;
	width: auto;
}

/* Submit
--------------------------------------------------------*/
.csc-mailform .csc-mailform-submit {
	margin-left: 200px;
	margin-top: 10px;
	width: auto;
	_overflow: visible; /* In IE6 Stylesheet */
	_padding: 0 4px; /* In IE6 Stylesheet */
}
