#contactform {
	padding-left: 5px;
}
.contact-text-field {
	width: 202px;
	height: 22px;
	background-image: url(../images/textfield_bg.jpg);
	background-repeat: no-repeat;
	border: none;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292019;
	font-weight: bold;
}
.contact-text-area {
	width: 302px;
	height: 167px;
	background-image: url(../images/textarea_bg.jpg);
	background-repeat: no-repeat;
	border: none;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292019;
	font-weight: bold;
}
.contact-submit {
	width: 77px;
	height: 27px;
	background-image: url(../images/contact_button_bg.jpg);
	background-repeat: no-repeat;
	border: none;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292019;
	font-weight: bold;
	cursor: pointer;
}
.contact-dropdown-medium {
	width: 103px;
	height: 23px;
	border: none;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292019;
	font-weight: bold;
	background-color: #ffffff;
}
.contact-dropdown-small {
	width: 62px;
	height: 23px;
	border: none;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292019;
	font-weight: bold;
	background-color: #ffffff;
}
#miniresform {
	width: 275px;
	height: 120px;
	margin: 0 auto;
	padding: 0px;
	position: absolute;
	top: 190px;
	left: 80px;
}
#miniresform h1 {
	font-size: 26px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#miniresform p {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 5px;
}
#miniresform label {
	width: 100px;
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 5px;
}
#miniresform select {
	display: inline;
	margin-right: 5px;
	margin-bottom: 5px;
}
.miniresformbutton {
	width: 204px;
	height: 29px;
	margin-top: 5px;
	margin-right: 35px;
	background-color: #292019;
	background-image: url(../images/miniresformbutton-big.jpg);
	background-repeat: no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	display: inline;
}

