#map_canvas {
	width: 500px;
	height: 260px;
	border: 1px solid #AA9550;
}
#cont_contacte{
	float:left;
}

#container_sender {
    float: right;
    height: 316px;
    text-align: center;
    width: 450px;
}
#text_area{
    height: 130px;
    resize: none;
    width: 90%;
}

#titlu_contact {
    border-bottom: 1px solid #AA9550;
    color: #E2D9BA;
    font-family: Tahoma;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 18px;
    padding-bottom: 10px;
    padding-left: 32px;
    padding-top: 10px;
}
.element_send {
    background-color: #000000;
    border: 1px solid #AA9550;
    border-radius: 0 0 0 0;
    color: #E2D9BA;
    font: 16px/1.3em times new roman,times,serif;
    margin: 0 0 5px;
    padding: 5px;
    width: 90%;
}

.submit {
    background-color: #C6BA92;
    border: 1px solid #AA9550;
    color: #000000;
    cursor: pointer;
    float: right;
    font: 12px Tahoma;
    letter-spacing: 1px;
    margin-right: 25px;
    margin-top: 6px;
    padding: 2px;
}
.contact_field {
    color: #C6BA92;
    font-family: tahoma;
    font-size: 14px;
    padding: 1px;
}