@charset "utf-8";
/* CSS Document */
#quickcontact {
	float: left;
	width: auto;
	height: auto;
	text-align: center;
	margin-left: 0px;
	margin-bottom: 15px;
}
#contactform {
	margin-top: 15px;
}
#quickcontact input {
	width: 150px;
	margin-bottom: 7px;
	font-size: 12px;
}
#quickcontact textarea {
	width: 150px;
	height: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#quickcontact h2 {
	text-align: center;
}
#quickcontact #rbutton, #quickcontact #sbutton {
	width: 54px;
	height: 17px;
	margin-top: 8px;
	border: none;
	}
#rbutton {
	background: url(../images/rbutton2.gif) no-repeat top center;
}
#sbutton {
	background: url(../images/sbutton2.gif) no-repeat top center;
}
#quickcontact #accesscode {
	margin-bottom: 0;
}