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

.customForm .ps th {
	font-size: 14px;
	
	background-color: #e5e5e5;
	color: #FFFFFF;
}

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

.customForm .hd th {
	padding: 3px;
	
	font-size: 12px;
	text-align:left;
	
	background-color: #e5e5e5;
	color: #220F4C;
}

.customForm td { vertical-align:top; }

.customForm td {
	padding: 1px 1px 3px 1px;

	border-bottom: 1px dashed #D5D5D5;
}

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

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

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

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

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

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

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

/*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; }

.customForm, select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}