@charset "iso-8859-1";

INPUT.textField, SELECT.textField{
width:190px;
	height:22px;
	border:#C5C5C5 solid 1px;
	margin:0 0 5px 0;

}
INPUT.textFieldFocus, SELECT.textFieldFocus{
width:190px;
	height:22px;
	border:#C5C5C5 solid 1px;
	margin:0 0 5px 0;

}
.textLabel{
width:110px;
	font:bold 12px/26px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#F1F1F1;
	text-transform:capitalize;

}

INPUT.buttonfield{
	display:block;
	background:url(images/btn_submit.gif) 0 0 no-repeat;
	width:70px;
	height:21px;
	border-left:#F1F1F1 solid 6px;
	border-bottom:none;
	border-top:none;
	border-right:none;
	cursor:pointer;
	padding:0;
	margin:0;

}

INPUT.buttonfieldFocus{
	display:block;
	background:url(images/btn_submit.gif) 0 0 no-repeat;
	width:70px;
	height:21px;
	border-left:#F1F1F1 solid 6px;
	border-bottom:none;
	border-top:none;
	border-right:none;
	cursor:pointer;
	padding:0;
	margin:0;

}