@charset "utf-8";
/* CSS Document */

#column_top{
	width: 460px;
	background-image: url(contact_images/contact_top.png);
	background-repeat: no-repeat;
	height: 166px;
	padding: 0 0 17px 0;
}
#column1{
	width: 460px;
	padding: 0 30px 0 0;
	float: left;
}
#column2{
	width: 215px;
	padding: 0px 0 0 0;
	float: left;
}
ul.contact_address{
	width: 460px;
	float: left;
	list-style: none;
	margin-bottom: 22px;
	margin-left: 0px;
}
.list_space{
	margin-bottom: 22px;
}
#mailform{
	font-size: 11px;
	width: 450px;
}
form label{
	float: left;
	width: 78px;
	margin-right: 4px;
	margin-left: 0px;
	text-align: left;
	clear: left;
}
form span label {
	width: 330px;
	float: none;
	font-size: 10px;
	margin: 5px 0 0 5px;
}
#mailformskill input {
	float: none;
}
.csc-mailform, #mailformskill {
	border: 0 none;
}
div.csc-mailform-field {
/*	height: 32px;*/
	margin: 16px 0 0 0;
}
input#mailformname, input#mailformlastname, input#mailformemail, input#mailformmessage{
	background-color: #e9eef1;
	width: 260px;
	border-top: 1px solid #7f99ac;
	border-right:1px solid #a6bcc6;
	border-bottom:1px solid #a6bcc6;
	border-left: 1px solid #406683;
}
textarea#mailformmessage{
	background-color: #e9eef1;
	width: 260px;
	border-top: 1px solid #7f99ac;
	border-right:1px solid #a6bcc6;
	border-bottom:1px solid #a6bcc6;
	border-left: 1px solid #406683;
}
input#mailformformtype_mail{
	margin: 22px 0 10px 145px;
	width: 65px;
	float: right;	
	background: #a6bcc6;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	font-weight:600;
}
input#mailformformtype_mail:hover{
	margin: 22px 0 10px 145px;
	text-decoration: underline;
	background: #d2dde2;
	border: 1px solid #e9eef1;
	width: 65px;
	float: right;
	color: #fff;
	text-align: center;
	font-weight:600;
}
input.replybox{
	width: 20px;
	float: left;
}
.replybox_special {
	font-size: 10px;
	margin: 5px 0 0 0;
}
#menu_left {
	border-bottom: 0px;
}

