/**
 * project FatimaSpaClub.com
 * filename template_css.css
 * description Template CSS file.
 * creationdate 21/12/2010
 * author Able-Mind.
 */

@charset "utf-8";
*{ margin: 0px; padding: 0px; color:#6D7D8C; font: 11px/18px Trebuchet MS, Trebuchet MS1, Helvetica, sans-serif; }

a{
	text-decoration:none;
	color:#2389A7;
}

input, select, #contact_text {
	color:#737373;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
}

#contact_text {
	width: 99.5%;
	height: 100px;
}

.button, .validate {
	background: url("../../images/button.png") no-repeat scroll 0 0 transparent !important;
	border: medium none;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: right;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	margin: 0;
	padding: 3px 0 4px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize !important;
	width: 74px;
}

.button:hover, .validate:hover {
	color: #FFFFFF !important;
	text-decoration: underline;
}

#ok_message {
   color: green;
    font-size: 15px;
    height: 25px;
    margin-left: 21px;
    margin-top: 7px;
    text-align: left;
}

#error_message {
   color: red;
    font-size: 15px;
    height: 25px;
    margin-left: 21px;
    margin-top: 7px;
    text-align: left;
}

#infotable {
	border: 1px solid #eeeeee;
}

#infotitle {
	font-size: 11px;
	line-height: 100%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}

#infotitle:hover {
	text-decoration: underline;
}

#infocontent {
	font-size: 10px;
	line-height: 100%;
	background-color: #eeeeee;
	color: #333333;
	padding: 5px;
}


/**************************/
#map{
	background-color: #E5E3DF;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-height: 280px;
    min-width: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
	margin-bottom: 15px;
	}
#div1 {
    float: left;
    margin: 0 5% 10px;
    max-width: 500px;
    width: 100%;
}
#div2{
	max-width: 350px;
	float:right;
	margin:0 5%;
	width: 90%;
}
#div1 #dados{
	width:100%;
	min-width:250px;
}
.divmorada, .divtel, .divmail {
    float: left;
    margin-right: 20px;
}
#icon{
	float:left;
	margin-right:10px;
 
}
#texto{
	float:right;
 
}