.customForm { font-size: 11px; }

.customForm .ps th, .customForm .ps td, .customForm .hd td {
	padding: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #343434;
}

.customForm .form_even td, .customForm .form_odd td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

.customForm .hd th, .customForm th, .checkout th, .wholesale {
	font-family: arial;
	font-size: 12px;
	text-align: right;
	color: #727272;
	border-bottom: 2px dotted #dcdcdc;
}
	.checkout th { font-size: 11px; } /* shop checkout */

.customForm td {
	padding: 3px;
	vertical-align:top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

.customForm .form_desc {
	padding: 4px;
	display: block;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.customForm input.tinp, .customForm textarea, .customform .st input, .customform .st select, .customForm .fl input, .customForm select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width: 100%;
	border: 1px solid #a4a4a4;
}

/*input box*/
.customForm input, .customForm textarea, .customForm select {
	width: 138px;
	//width: 144px;
	padding: 1px 2px;
	font-family: arial;
	font-size: 11px;
	color: #656565;
	border: 1px solid #a4a4a4;
}
.customForm select { width: 144px; }

/*textarea*/
.customForm textarea {
	width: 99%;
	height: 150px;
}

.customform .st input, .customform .st select, .customForm .fl input { border: 1px solid  #a4a4a4; }

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

.customForm .button, .checkout .button {
	width: 70px;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;

	color: #636363;
	background: #fff;
	border: 1px solid #949494;
	border-left: 5px solid #949494;
}

.customForm .button:hover, .customForm .button:focus, .checkout .button:hover, .checkout .button:focus { /* only works in FF(hover) and IE7+(focus) */
	color: #535353;
	background: #f3f3f3;
	border-left: 5px solid #747474;
}

.error { border-bottom: 1px solid #d6d6d6; }
