﻿/*
 * written by Rivendel Kft
 * http://www.rievndel.hu
 */
/* Contact ********************************************************/
#sendemailform {
	display: block;
	clear: both;
	background: white url(../images/mail.jpg) left bottom no-repeat;
}
fieldset{
	clear: both;
	border: none;
	border-top: 1px solid #a49071;
	width: 100%;
	display: block;
	margin: 5px 0 5px 0;
	padding: 0;
}
legend {
	border: none;
	border-left: 1px solid #a49071;
	border-right: 1px solid #a49071;
	color: #77592b;
	font-weight: bold;
	padding: 0px 10px;
	margin: 0;
}
label {
	clear: both;
	float: left;
	width: 40%;
	text-align: right;
	margin: 6px 10px 0px 0px;
	font-weight: bold;
}
#contact_box02 a{
	float: left;
	display: block;
	width: 55%;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
input, textarea{
	width: 55%;
	margin: 5px 0px 0px 0px;
	border: 1px solid #a49071;
	border-bottom: 2px solid #a49071;
}
textarea{
	height: 60px;
}
p button, button {
	border: none;
	width: 108px;
	height: 23px;
	background: #5a5a5a url(../images/button.gif) top left no-repeat;
	color: white;
	float: right;
	font-weight: bold;
	padding: 2px;
	margin: 7px 13px 5px 5px;
	background-color: white;
}
button {
	clear: right;
}
button:hover {
	background-color: #e6e6e6;
}
#mailto span {
	float: left;
	display: block;
	width: 55%;
	margin: 6px 0 0 0;
	padding: 0;
}
div#map{
	width: 500px;
	height: 300px;
	margin: 5px 0px 5px 5px;
}
#sendemail_error{
	margin-left: 37%;
	padding-top: 5px;
	padding-left: 5%;
	height: 15px;
	background: url(../images/error.gif) no-repeat center left;
	font-size: 12px;
	font-weight: bold;
	color: red;
}
#contact_info {
	padding: 5px;
}