/**
 * 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; }

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: #82D800;
	margin-top: 7px;
	height: 25px;
}

#error_message {
	color: #D82020;
	margin-top: 7px;
	height: 25px;
}

#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;
}