/**
 * hellmann-salami.de - Content Management System
 *
 * @file    tt_content-mailform.css
 * @author  CAW Media GmbH <www.caw-media.de>
 */


/***********************
  fieldset
 ***********************/
FIELDSET.csc-mailform { border: none; margin: 0px; padding: 0px; }


/***********************
  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; }


/***********************
  input
 ***********************/
INPUT.csc-mailform-text, .csc-mailform SELECT, .csc-mailform TEXTAREA {
	border: 1px solid #4E4D52;
	color: #4E4D52;
	padding: 1px 2px 0px 3px;
}
INPUT.csc-mailform-text { height: 15px; }
INPUT.csc-mailform-check { float: left; }


/***********************
  submit
 ***********************/
INPUT.csc-mailform-submit, A.csc-mailform-submit {
	background: #FFFFFF;
	border: 1px solid #4E4D52;
	color: #4E4D52;
	text-decoration: none;
}
INPUT.csc-mailform-submit {
	cursor: pointer;
	display: inline-block;
	height: 18px;
	margin: 0px;
	overflow: visible;
	padding: 2px 6px 1px 6px;
	text-align: left;
	vertical-align: auto;
	width: auto;
}
A.csc-mailform-submit {
	line-height: 18px;
	padding: 4px 6px 4px 6px;
}
*:first-child+html INPUT.csc-mailform-submit { vertical-align: middle; }


/***********************
  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; }
