﻿/* mailform css */

table {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0;
}

table.main-table {
	padding: 0;
	margin: 0;
	width: 470px;
	background-color: #F2ECF9;
}

tr {
	border: 0;
	padding: 0;
	margin: 0;
}

td {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	font-size: 12px;
	color: #3F4B54;
}

p.error {
	color: #cc0000;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

label {
	margin: 0;
	padding: 0;
	border: 0;
}

label.cbx {
	margin: 0;
	padding: 0 0 0 5px;
	border: 0;
}

select {
	font-size: 11px;
	margin: 5px 0 12px 0;
	padding: 0;
	width: 202px;
	height: 15px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

input.cbx {
	font-size: 1em !important;
	width: 1em !important;
	height: 1em !important;
	border: 0 none !important;
	margin: 0 !important;
	padding: 0 !important;
}

input.rd {
	font-size: 1em !important;
	width: 1em !important;
	height: 1em !important;
	border: 0 none !important;
	margin: 0 !important;
	padding: 0 !important;
}

input.txt_small {
	font-size: 12px !important;
	margin: 0 0 5px 1px !important;
	padding: 0 !important;
	width: 43px !important;
	height: 15px;
	color: #3F4B54;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

input.txt_full {
	font-size: 12px !important;
	width: 360px !important;
	height: 16px;
	color: #3F4B54;
	border-top: 1px solid #D0B1E9 !important;
	border-bottom: 1px solid #D0B1E9 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	margin: 0 !important;
	padding: 2px 0 0 3px !important;
}

input.txt_half {
	font-size: 12px !important;
	width: 150px !important;
	height: 16px;
	color: #3F4B54;
	border-top: 1px solid #D0B1E9 !important;
	border-bottom: 1px solid #D0B1E9 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	margin: 0 !important;
	padding: 2px 0 0 3px !important;
}

* html input.txt_full,
* html input.txt_half {
	height: 20px;
}

input.formsbm {
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	padding: 0;
	margin: 0 35px 0 0;
	width: auto;
	height: auto;
	font-size: 10px;
	line-height: 15px;
	color: #9966CC;
	text-transform: uppercase;
	text-decoration: none;
	background: #F2ECF9;
}

input.formsbm:hover {
	color: #633399;
	cursor: pointer;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 438px;
	height: 134px;
	color: #3F4B54;
	border-top: 1px solid #D0B1E9 !important;
	border-bottom: 1px solid #D0B1E9 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	background-color: white;
	padding: 5px;
	margin: 5px 0 0 0;
	font-size: 12px;
}