/**
 * project LowCostBeautyCenter.com
 * filename template_css.css
 * description Template CSS file.
 * creationdate 28/11/2010
 * author W3Market.
 */

@charset "utf-8";
*{ margin: 0px; padding: 0px;  
	color:#444444;
	font:	normal 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; }

input, select, #contact_text {
	 color: #444444;
    font: 13px/20px "Trebuchet MS",Arial,Helvetica,sans-serif;
}

#contact_text {
	width: 648px;
	height: 187px;
}

.button, .validate {
	background: url("../../images/button_wrapper1.gif") no-repeat scroll 0 0 transparent !important;
	border: medium none;
	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: #444444;
	margin-top: 7px;
	height: 25px;
}

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

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

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

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

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