/**************************************** FORM *****************************************/
.form {
	margin-top: 20px;
	padding: 0;
	width: 405px;
	display: block;
}
.form .form_item {
	float: left;
	width: 200px;
}
.form .form_item.required label:after {
	content: '*';
}
.form .form_item label {
	font-size: 12px;
	line-height: 16px;
	width: 200px;
}
.form .form_item .text {
	height: 24px;
	width: 200px;
	padding: 2px;
}
.form .form_item.textarea {
	height: 230px;
	width: 400px;
}
.form .form_item.textarea .input textarea {
	height: 200px;
	width: 398px;
}
.form .form_item.normal .input select
{
	width: 197px;
}
.form .form_item.wide .input select
{
	width: 396px;
}
.form .form_item.date input {
	width: 176px;
}
.form .form_item.text input {
	height: 22px;
	width: 196px;
	margin: 0;
	padding: 0;
}
.form .form_item.html {
	width: 680px;
	height: auto;
}
.form .form_item.html .input textarea,
.form .form_item.html .input table.mceLayout {
	height: 450px;
}

.form .form_item.wide {
	width: 400px;
}
.form .form_item.wide.text input {
	width: 398px;
}
.form .form_item.auto_height {
	height: auto;
}
.form .form_item.select.multiple {
	height: auto;
}
.form .form_item.wide.select .input select {
	width: 398px;
	margin-bottom: 4px;
}
.form .form_item.select select {
	height: 24px;
	width: 196px;
}
.form .action {
	margin: 0 auto;
	height: 50px;
	width: 400px;
	clear: both;
}
.form .action input {
	height: 27px;
	text-align: center;
	font-size: 14px;
}
.form .action .submit, form .action .reset {
	padding: 10px;
	float: left;
}
.custom_form .form_item
{
	clear: both;
}

.home-forms{
	float: left;
	width: 214px;
}

.snail-mail, .online-mail {
  background: url("../images/layout/form-top.gif") repeat-y scroll 0 0 transparent;
  border-bottom: 2px solid #D09033;
  color: #F5CD93;
	margin: 0 0 20px 0;
  padding: 20px 0 0 10px;
	width: 214px;
}

.snail-mail p{
	color: #000;
	font-weight: bold;
  margin: 0;
	text-align: center;
}

.snail-mail .form_item{
  margin: 0 0 9px;
}

.snail-mail input{
  width: 196px;
}

.snail-mail .action{
  margin: 5px 0 0 0;
}

.snail-mail .action input, .online-mail .btn{
  background: #990000;
	border: 0 !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	padding: 3px 0;
	width: 70px;
}

.online-mail fieldset{
  border: 0 !important;
}

.online-mail label{
  color: #990000;
	font-weight: bold;
}

.online-mail span{
  color: #000;
	font-weight: bold;
}

.online-mail .mc-field-group{
  margin: 0 0 10px 0;
}

.online-mail .clear{
  height: 0;
}
