/*FORMS*/
#contactform, #orderform {
	padding: 20px 0;
	position: relative;
	padding: 10px 0;
}

#contacttable td {
	padding: 6px;
}
#contacttable td.formname {
	text-align: right;
	padding-top: 8px;
}
.formnamer {
	text-align: left;
}

#contacttable .inputinfo, #contacttable textarea {
	width: 305px;
	padding: 2px;
	border: none;
	border: 1px solid #996633;
	height: 20px;
	background: transparent url(images/discbg.png) repeat-x 0 0;
}
#contacttable textarea {
	width: 305px;
	height: 115px;
	padding-right:0;
}
.validmes {color: #ff9222; font-size:1.1em}
#contacttable td.sendcell {
	padding-left: 1px;
}

#contacttable #send {
	cursor: pointer;
	border: none;
	background: transparent url(images/knopka.gif) no-repeat 0 -44px;
	width: 168px;
	height: 44px;
	font-size:1.1em;
	color: #724633;
	display: block;
	line-height: 1em;
}
#contacttable #send:hover {
	text-decoration: none;
	background: transparent url(images/knopka.gif) no-repeat 0 0;
}
.validmes {color: #ef3624;}
.required {border-color: #ef3624}
.feolet {
	color: #cc9966;
}
