
/*-  CONTACT
----------------------------------------------------------------------*/
#main_alternative #right {
		height: 520px;
}

#main_alternative #right p {
	font-size: 16px;
	margin-left: 35px;
}


#main_alternative #right a {
	color: #231f20;
}

#main_alternative #right #icon {
	float:left;
}

#main_alternative #right #icon #house {
	margin-top: 6px;
}

#main_alternative #right #icon #profile {
	margin-top: -5px;
}

#main_alternative #right #icon #phone {
	margin-top: 7px;
}

#main_alternative #right #icon #mail {
	margin-top: 2px;
}

#main_alternative h3 {
    margin-bottom: 20px;
}

#main_alternative #right #map {
	padding-top: 5px;
	padding-left:5px;
	width: 300px;
	height: 450px;
    background-image: url(../_images/frame-despre.png);
    background-repeat: no-repeat;
}

#name_box, #email_box, #subject_box {
	width: 380px;
	height: 25px;
	border-color: #cccccc;
	border-width:1px;
	border-style:solid;
	margin-top: 10px;
	margin-bottom: 10px;
}

#name_box:focus, #email_box:focus, #subject_box:focus, #mesage_box:focus {
	border-color: #00c0f5;
	outline:none;
}

#mesage_box {
	width: 560px;
	height: 150px;
	border-color: #cccccc;
	border-width:1px;
	border-style:solid;
	margin-top: 10px;
	margin-bottom: 10px;
}
		
#submit {
	width: 100px;
	height: 30px;
	margin-top: 5px;
	padding-top: 3px;
	background:url(../_images/button-default.png) repeat-x;
	color: #242424;
	font-family: 'BebasNeue', 
                 Arial, 
                 Helvetica, 
                 sans-serif;
    font-size: 18px;
    border-color: #008baa;
	border-width:1px;
	border-style:solid;
    font-weight: lighter;
}
		
#submit:hover {
	background:url(../_images/button-hover.png) repeat-x;
	color: #000000;
	border-color: #006278;
}