@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/background.jpg) repeat-x #c2d5d9;
}
#footer #piece {
	position:absolute;
	bottom:50px;
	left:-270px;
}

table tr td {
	vertical-align:top;
}
table tr td b {
	padding-right:5px;	
}
table tr td a {
	color:#666666;	
}

.address {
	width:230px;
	float:left;
	padding-right:15px;
}
.address .banner {
	margin-top:20px;	
}

.form {
	width:320px;
	float:left;
	border-left:1px dotted #cccccc;
	padding-left:14px;
}
.form form {
	padding-top:10px;	
}
.form .field  {
	padding-bottom:5px;	
}
.form .field label {
	width:100px;
	float:left;
}
.form .field input,
.form .field textarea {
	width:200px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
}
.form .field textarea {
	height:90px;	
}

.form .conditions input {
	margin:0;
	padding:0;
	vertical-align:text-top;
}
.form .conditions a {
	text-decoration:underline;
	color:#666666;
}

.form .buttons {
	text-align:right;	
	padding-right:18px;
	padding-top:20px;
}

#map {
	margin-top:10px;
	width:580px;
	height:290px;
}

