/** * TYPO3 - Content Management System * * This is the MAILFORM CSS DOCUMENT * of the TYPO3 - content managament system frontend * * @file    tt_content-mailform.css * @author  dpi one <www.dpi-one.de> *//***********************  GLOBAL ***********************/FORM, FIELDSET, INPUT, TEXTAREA { margin: 0px; padding: 0px; }/***********************  fieldset ***********************/FIELDSET.csc-mailform { border: none; margin-bottom: 2px; vertical-align: baseline; }FIELDSET.csc-mailform:last-child { margin-bottom: 0px; }/***********************  field & label ***********************//*LABEL { font-family: Trebuchet MS,Verdana !important; font-size: 1.3em !important; }*/DIV.csc-mailform-check DIV.csc-mailform-label { padding: 3px 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.text, SELECT, TEXTAREA {	-x-system-font: none;	background: #FFFFFF url(../images/input_shadow.png) no-repeat;	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;	border-style: solid;	border-width: 1px;	/*font-family: Arial,Helvetica,Verdana,sans-serif;*/	/*font-size: 1.3em;*/	font-size-adjust: none;	font-stretch: normal;	font-style: normal;	font-variant: normal;	font-weight: normal;	line-height: normal;	padding: 5px 1px;}INPUT.text:focus, SELECT:focus, TEXTAREA:focus {	background: #FFFFCC;	border: 1px solid #FFCC00;}INPUT.button, A.csc-mailform-submit {	-x-system-font: none;	background: #F5F5F5 url(../images/button.png) repeat-x;	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;	border-style: solid;	border-width: 1px;	color: #34404F;	cursor: pointer;	font-family: Arial,Helvetica,Verdana,sans-serif;	font-size: 11px;	font-size-adjust: none;	font-stretch: normal;	font-style: normal;	font-variant: normal;	font-weight: bold;	line-height: normal;	overflow: visible;	padding: 4px 5px 4px 5px;	width: auto;}A.csc-mailform-submit {	display: inline-block;	padding: 5px !important;	text-decoration: none !important;	text-transform: none !important;}INPUT.button:hover, INPUT.button:focus, A.csc-mailform-submit:hover, A.csc-mailform-submit:focus {	background: #DFF4FF;	border-color: #A7CEDF;	color: #336699;}/***********************  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: 3px; width: auto; }