/** CUSTOM FORM **/
.customForm {
	border: 1px solid #999;
	background-color: #FFF;
}

.customForm .ps th {
	font-size: 14px;
	background-color: #A5B0B2;
	color: #FFFFFF;
	text-align:left;
	padding: 3px;
}

.customForm .ps td, .customForm .hd td {
	background-color: #E7E7E7;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.customForm .hd th {
	font-size: 12px;
	background-color: #A5B0B2;
	color: #FFFFFF;
	text-align:left;
	padding-left:15px;
}

.customForm td{
	border-bottom: 1px dashed #D5D5D5;
	padding: 3px;
}

.customForm .buttons td {
	border-bottom: none;
}

.customForm .form_desc {
	display: block;
	font-size: 10px;
	color: #666666;
}

/*buttons only*/
.customForm .button input {
	cursor: pointer;
	font-size: 11px;
	background-color: #EEE;
	border: 1px solid #000;
	padding: 1px 7px;
}

/*input box*/
.customForm .st input {
	width: 200px;
	cursor: auto;
	font-size: 11px;
}

/*textarea*/
.customForm textarea{
	width: 250px;
	height: 75px;
	font-size: 11px;
}
.customForm .pt td{
	vertical-align: top;
}

/*file upload*/
.customForm .fl td{
	vertical-align: top;
}

.customForm .fl input {
	background-color: #FFFFFF;
	width: 200px;
	font-size: 11px;
}

/*radio and checkbox fields*/
.customForm .ra input, .customForm .ch input{
	border:none;
}

.button {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
}

.formfields {
	font-size: 11px;
}
