/**
 * caw-media.de - Content Management System
 *
 * This is the MAILFORM CSS DOCUMENT
 * of the caw-media.de - content managament system frontend
 *
 * @file    tt_content-mailform.css
 * @author  dpi one <www.dpi-one.de>
 */


/***********************
  fieldset
 ***********************/
FIELDSET.csc-mailform {
	border: 1px dotted #999999;
	margin: 2px 0px 0px 0px;
	padding: 3px 10px 25px 10px;
}


/***********************
  field & label
 ***********************/
DIV.csc-mailform-field { margin: 6px 0px 3px 0px; }
DIV.csc-mailform-label { float: left; padding: 2px 5px 0px 0px; width: 125px; }
DIV.csc-mailform-check DIV.csc-mailform-label { padding: 4px 0px 0px 4px; width: auto; }
DIV.csc-mailform-check INPUT.csc-mailform-check { margin: 4px 0px 0px 4px; }
*:first-child+html DIV.csc-mailform-check INPUT.csc-mailform-check {
	margin: 0px;
}


/***********************
  input & submit
 ***********************/
INPUT.csc-mailform-text, .csc-mailform SELECT, .csc-mailform TEXTAREA {
	border: 1px solid #014495;
	color: #6D6D6D;
}
INPUT.csc-mailform-check { float: left; }
INPUT.csc-mailform-submit {
	background: #DADADC url(../_ext_/tt_content/mailform-submit.gif) no-repeat;
	border: none;
	color: #014495;
	cursor: pointer;
	display: inline-block;
	height: 21px;
	line-height: 21px;
	margin: 0px;
	overflow: visible;
	padding: 0px 19px 1px 24px;
	text-align: left;
	vertical-align: baseline;
	text-decoration: none;
	width: auto;
}
*:first-child+html INPUT.csc-mailform-submit {
	vertical-align: middle;
}
A.csc-mailform-submit {
	background: #DADADC url(../_ext_/tt_content/mailform-submit.gif) no-repeat;
	color: #014495;
	line-height: 21px;
	margin: 0px 0px 0px 130px;
	padding: 4px 19px 4px 24px;
	text-decoration: none;
}
.csc-mailform-submit:hover {
	text-decoration: underline;
}


/***********************
  radio
 ***********************/
SPAN.csc-mailform-radio { display: block; float: left; }
SPAN.csc-mailform-radio FIELDSET { border: none; margin: 0px; padding: 0px; }
SPAN.csc-mailform-radio LEGEND { display: none; }
SPAN.csc-mailform-radio INPUT.csc-mailform-radio { clear: both; float: left; height: 22px; margin-right: 8px;}
SPAN.csc-mailform-radio LABEL { display: block; float: left; height: 18px; padding-top: 4px; width: auto; }