@charset "utf-8";

/*** ELEMENT STYLES ***/
BODY {
	background:#d4a755 url(images/bg.gif) 0 0 repeat;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	line-height:21px;
	margin:0;
	}
H1, H2, H3 {
	margin:0;
	}
H3 { font-size:17px; margin:20px 0 0; }
H1 a{
	background:transparent url(images/la-bella-logo.jpg) 0 0 no-repeat;
	display: block;
	height: 309px;
	width: 700px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* IE Fix*/
	}
a:link, a:visited, a:active {
	color:#fff;
	}
FORM { margin:0; padding:0; }
LABEL {
	display:block;
	margin:10px 0;
	font-weight:bold;
	}
	
/*** ID STYLES ***/
#wrapper {
	background:#d4a755 url(images/shadow.png) 0 0 repeat-y;
	margin:0 auto;
	width:728px;
	}
#content {
	background:transparent url(images/hot-stone-massage.jpg) bottom left no-repeat;
	margin:0 auto;
	width:700px;
	}
#left-col {
	float:left;
	padding:20px;
	width:400px;
	}
#right-col {
	float:right;
	margin:0 20px 0 0;
	min-height:464px;
	padding-top:20px;
	width:230px;
	}
#confirmation-box {
	background-color:#be964c;
	padding:20px;
	margin:0;
	}
#footer {
	clear:both;
	padding:20px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color:#fff;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
#btn-submit {
	margin:15px 0 5px;
	}
	
/*** CLASS STYLES ***/
INPUT.required {
	border:0;
	font-size:11px;
	height:14px;
	padding:3px;
	width:184px;
	}
SELECT.required {
	border:0;
	font-size:11px;
	height:20px;
	padding:3px;
	width:190px;
	}
H2.head-comerelax {
	background:transparent url(images/head-comerelax.gif) 0 0 no-repeat;
	display: block;
	height: 44px;
	width: 349px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* IE Fix*/
	}
H2.head-offers {
	background:transparent url(images/head-offers.gif) 0 0 no-repeat;
	display: block;
	height: 19px;
	width: 86px;
	margin:0 0 20px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* IE Fix*/
	}
.toggler H3.btn-spa {
	display: block;
	height: 50px;
	width: 230px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* IE Fix*/
	}
.toggler H3.btn-asthetics {
	display: block;
	height: 50px;
	width: 230px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* IE Fix*/
	}
.toggler H3.btn-spa:hover {
	background:transparent url(images/btn-spa-on.gif) 0 0 no-repeat;
	}
.toggler H3.btn-asthetics:hover {
	background:transparent url(images/btn-asthetics-on.gif) 0 0 no-repeat;
	}
	
#header .top {
	background:transparent url(images/header-top.gif) 0 0 no-repeat;
	height:81px;
	width:700px;
	}
#header .bottom {
	background:transparent url(images/header-bottom.gif) 0 0 no-repeat;
	height:33px;
	width:700px;
	}
.btn-spa, .btn-asthetics { cursor:pointer; }
.btn-asthetics { margin:2px 0 0; }
.form-box {
	background-color:#be964c;
	padding:10px 20px;
	margin:0;
	}
.form-box a:link, .form-box a:visited, .form-box a:active {
	color:#5a5a59;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	}
.form-box a:hover {
	color:#848383;
	}
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.italic { font-style:italic; }

.error {
	background-color:#FBA4A4;
	border:1px solid #990000;
	color:#000;
	padding:20px;
	margin:20px auto;
	text-align:center;
	width:86%;
	}
.error P { margin:0; padding:0; }
.thank-you {
	font-weight:bold;
	font-size:22px;
	}
