/*FORM/SURVEY BUILDER*/
/** CUSTOM FORM **/
.customForm {
}

.customForm .ps td, .customForm .hd td {
	background-color: #E9EAEC;
	color: #646C71;
	font-weight: bold;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.customForm .hd th {
	font-size: 12px;
	background-color: #1A5892;
	color: #FFFFFF;
	text-align:left;
	padding:2px;
}

.customForm td{
	vertical-align:top;
}

.customForm td {
	padding: 2px;
	color: #084B88;
	font-weight: bold;
}

.customForm .buttons td {
	border-bottom: none;
}

.customForm .form_desc {
	display: block;
	font-size: 11px;
	color: #666666;
}

/*buttons only*/
.customForm .buttons input {
	color: #FFF;
}

/*input box*/
.customForm .st input {
	border-top: 1px solid #414141; 
	border-left: 1px solid #414141; 
	border-bottom: 1px solid #D8E3EC; 
	padding: 1px; 
	width: 150px; 
	font-size: 10px;
	background-image: url(../../images/skin3/formfields.gif);
	background-repeat: repeat-x;
	font-family: verdana, arial, sans-serif;
}

/*textarea*/
.customForm textarea{
	width:200px;
	height: 50px;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica;
}
.customForm .pt td{
	vertical-align: top;
}

/*select*/
.customForm .ss, select {
	border: 1px solid #333; 
	padding: 1px; 
	width: 150px; 
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
}

.customForm, select {
	cursor: auto;
	padding: 1px;
	font-family: Arial, Verdana, Helvetica;
}

/*file upload*/
.customForm .fl td{
	vertical-align: top;
}

.customForm .fl input {
	width: 200px;
	cursor: auto;
	padding: 1px;
	font-family: Arial, Verdana, Helvetica;
}

/*radio and checkbox fields*/
.customForm .ra input, .customForm .ch input{
	border:none;
}