#left {
  width: 660px;
	*width: 680px;
	float: left;
	padding-left: 20px;
}
#right {
	width: 220px;
	float: left;
}
.box {
	text-align: right;
	width: 185px;
	height: 168px;
	background: url(../Images/box-back.jpg);
	padding: 11px;
	float: left;
	margin: 3px;
}
* html .box {
	height: 190px;
	width: 207px;
}
.box img {
	float: left;
	margin-left: 20px;
}
h1 {
	border-bottom: 1px dotted #D2D2D2;
	height: 24px;
	margin-bottom: 5px;
	margin-top: 90px;
}
* html h1 {
	font-size: 12px;
}
p {
	color: #787878;
	font-size: 10px;
}
h1#mail      {background: url(../Images/mail-title.jpg) right top no-repeat;}
h1#direction {background: url(../Images/direction-title.jpg) right top no-repeat;}
h1#telfax    {background: url(../Images/telfax-title.jpg) right top no-repeat;}
h2 {
	color: #333333;
	font-size: 14px;
	margin-bottom: 30px;
}
label {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	color: #999999;
	padding: 3px;
}
label.invalid {
	background: #CCCCCC;
	color: #333333;
}
input, select, textarea {
	width: 214px;
	border: 1px solid #999;
	font-size: 11px;
	color: #666;
}
textarea {
  height: 50px;
}
select {
	margin-top: 3px;
}
.check {
	width: 20px;
	border: none;
}
.button {
	width: 53px;
	height: 18px;
	border: none;
	margin: 10px;
	display: block;
	background: url(../Images/send-button.jpg);
}
.comment {
	font-size: 11px;
	color: #999999;
}
#map {
	margin-top: 205px;
}
#map iframe {
	margin-left: 5px;
}
#info-error-validation h2 {
	color: #f00;
	margin-bottom: 10px;
}
#info-error-validation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#info-error-validation ul li {
	font-size: 10px;
	color: #990000;
	padding-left: 10px;
}