/**
 * iworxs - Content Management System
 *
 * This is the MAILFORM CSS DOCUMENT
 * of the iworxs.de - content managament system frontend
 *
 * @file    mailform.css
 * @author  dpi one <www.dpi-one.de>
 */


/***********************
  tt_content.mailform
 ***********************/
.csc-mailform { border: none; margin: 10px 10px 5px 15px; }
.csc-mailform .csc-mailform-field P.csc-form-label, .csc-mailform .csc-mailform-field P.csc-form-label-req {
  color: #666666;
  clear: both;
  float: left;
  height: 10px;
  margin: 0px 30px 0px 0px;
  padding-top: 6px;
  width: 135px;
}
.csc-mailform INPUT.csc-mailform-input {
	border: 1px solid #F47000;
	color: #000000;
	font-size: 7.5pt;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.csc-mailform INPUT.csc-mailform-submit {
	clear: both;
	margin-left: 168px;
}
.csc-mailform SELECT.csc-mailform-select {
	border: 1px solid #F47000;
	color: #F47000;
	font-size: 7.5pt;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 195px;
}
.csc-mailform TEXTAREA {
	border: 1px solid #F47000;
	color: #000000;
	font-size: 8pt;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 300px;
}
