/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#fff;
color:#444;
font-weight:bold;
padding: 1px 10px 2px 10px;
background:url(../images/formbg.gif) repeat-x left top;
vertical-align: top;
}

#contact-form label {
	float: left;
	width: 30%;
	font-size: 13px;
	margin-left: 1.2em;
	margin-top: 1px;
}

#contact-form fieldset label {
	margin-left: 0.4em;
}

#contact-form .txt {
	width: 60%;
	border: 1px solid #a1a1a1;
	background-color: #fff;
	margin-bottom: 3px;
}

#contact-form .txt_small {
	border: 1px solid #a1a1a1;
	background-color: #fff;
	margin-bottom: 3px;
}

#contact-form textarea.txt {
	width: 60%;
}

#contact-form select {
	border: 1px solid #a1a1a1;
	background-color: #fff;
}


