@charset "utf-8";
/* CSS Document */


.left {
float:left;
width:435px;
}

.left #team {
width:435px;
height:350px;
background:url(../images_contact/team.jpg) no-repeat;
font:Verdana, Arial, Helvetica, sans-serif 12px #58585a;
}

#team #team_text {
line-height:30px;
padding:230px 0px 0px 40px;
}

.left #map {
width:435px;
height:242px;
background:url(../images_contact/map.jpg);
}

.right {
float:left;
width:330px;
height:592px;
background:url(../images_contact/form_back.jpg) no-repeat;
}


.right #form_text {
   width:270px;
   height:40px;
   padding:35px 0px 15px 30px;
   color:#58585a;
}

.right #message {
   height:40px;
   width:270px;
   text-align:center;
   margin:0px 0px 0px 30px;
   border:1px solid #FF0000;
}


.right #message p {
   font:Verdana, Arial, Helvetica, sans-serif 12px;
   color:#FF0000;
   padding:13px 0px 0px 10px;
}

.right #form {
width:270px;
padding-top:20px;
padding-left:30px;
height:353px;
}

.right #form input.input {
width:187px;
height:23px;
margin-top:2px;
padding-top:3px;
padding-left:10px;
margin-bottom:10px;
position:relative;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images_contact/form_input.png');
}

.right #form input.input[class] {
width:187px;
margin-top:2px;
height:23px;
padding-top:3px;
padding-left:10px;
margin-bottom:10px;
position:relative;
background:url(../images_contact/form_input.png);
background-repeat:no-repeat;
}


.right #form p {
color:#58585a;
width:65px;
padding:0px;
clear:left;
padding-top:3px;
}
.right #form p b {
color:#FF0000;
}

.right #form textarea#text[id] {
    padding-top:5px;
	background-image:url(../images_contact/form_textarea.jpg);
	width:179px;
	padding:5px;
	height:112px;
}

.right #form #textarea#text {
padding-top:5px;
background-color:#707070;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images_contact/form_textarea.jpg');
width:179px;
padding:5px;
height:112px;
position:relative;
}

.right #form input#sub {
float:right;
width:auto;
margin-right:15px;
margin-top:15px;
position:relative;
}

#xtend_bottom {
	height:40px;
}

.clear {
clear:left;
}

