@charset "utf-8";
/* CSS Document */





.technicalform {
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	width: 620px;
	}


.technicalform fieldset#top {
	border: 2px solid #c68974;
	margin-top: 0px;
}


.technicalform fieldset {
	border: 2px solid #c68974;
	margin: 20px 0 0 0;
}

.technicalform legend {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 10px 5px 10px;
	color: #a13727;
	overflow: hidden;
}

.technicalform input#submit {
	width: 85px;
	display: block;
	height: 20px;
	margin: 10px auto;
	text-align: center;
	float: none;
	background: url('../Images/send-message.png') no-repeat;
}

.technicalform label {
	width: 230px;
	font-size: 0.7em;
	margin: 0 auto 3px auto;
	text-align: right;
	overflow: hidden;
	padding: 3px;
	color: #000;
	float: left;
}

.technicalform input,
.technicalform textarea,
.technicalform select,
.technicalform option {
	border: 0;
	font-size: 0.7em;
	padding: 2px;
	background: #fff;
	border: 1px solid #999;
	float: left;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

.technicalform input,
.technicalform textarea {
	width: 370px;
}

.technicalform input.space {
	width: 14px;
	float: left;
}

.technicalform select {
	width: 375px;
}

.technicalform p {
	float: right;
	width: 360px;
	text-align: center;
	
}

.technicalform p.error {
	float: none;
	width: 100%;
	text-align: center;
	
}

.technicalform br {
	clear: both;
}






