#map {
    margin-right: 5px;
    float: right;
    width:811px;
    height: 500px;
}
.contact{height: 500px;margin-top: 40px;}
.contactform{height: 500px; width:300px;float:left;font-family: sans-serif;font-size: 20px;
text-align: center;}
.contactcon{
    height: 250px;
}
.contactcontrol{
    float: right;
}
.contactcontrol th {
    border:0px;
    padding: 0px;
}
.contactcontrol td {
   border:0px;
   padding: 0px;
}
.contactcontrol textarea {
    width: 800px;
    height: 100px;
    margin-bottom: 3px;
    padding-left: 10px;
    background-color:#333333;
    color: #AAA;
    border: 1px solid black;


}



.contactcontrol input[type=text]{
    width: 800px;
    height: 25px;
    margin-bottom: 3px;
    padding-left: 10px;
    background-color:#333333;
    color: #fff;
    border: 1px solid black;
}
.contactcontrol input[type=email]{
    width: 800px;
    height: 25px;
    margin-bottom: 3px;
margin-left: 0px;
padding-left: 10px;
    background-color:#333333;
    color: #fff;
    border: 1px solid black;
    opacity: 1;
   

}
.contactcontrol input[type=submit] {
    width: 200px;
    height: 30px;
    margin-bottom: 3px;
    padding-left: 10px;
    background-color:#9ec32c;
    color: #fff;
    border: 0px solid black;
    float: right;
    font-weight: bold;
}