/* THRISLINGTON CONTACT FORM STYLES */

/*INPUT ELEMENTS------------------------------------*/
.txtBox1 {
	border: 1px solid #7c7c7c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-ssmall;
	color: #000000;
	text-decoration: none;
	height:18px;
	width:150px;
	background-image:url(../images/textbox2_off.gif);
}
.txtBox2 {
	border: 1px solid #7c7c7c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-ssmall;
	color: #000000;
	text-decoration:none;
	height:18px;
	width:400px;
	background-image:url(../images/textbox2_off.gif);
}
.txtField {
	border:1px solid #7c7c7c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
	text-decoration:none;
	height:46px;
	width:244px;
	padding-left:3px;
	padding-top:2px;
	background-image:url(../images/textfield_off.gif);
}
/*Button--------------------------------------------*/
.buttonSubmit {
	width:92px;
	height:38px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/Sbtn_01.gif) no-repeat;
	cursor:pointer;
	border:none;
}
.buttonReset {
	width:92px;
	height:38px;
	color:#000;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/Sbtn_02.gif) no-repeat;
	cursor:pointer;
	border:none;
}
