.mn_contactform {
	float: right;
	width: 290px;
	padding: 10px;
	background: #F7EFB5;
	border: 1px solid black;
	background-image: url('../images/products/get_in_touch.gif');
	background-repeat: no-repeat;
	padding-top: 65px;
	margin-right: 1px;
}
.mn_contactform em {
	color: red;
}
.mn_contactform input {
	width: 128px;
}
.mn_contactform textarea {
	width: 128px;
	height: 61px;
}
.mn_contactform select {
	width: 128px;
	font: 8pt 'Arial';
}

.mn_contactformbox {
	width: 128px;
}

