body {
	background: url("../lite/images/bg.gif");
	font-size:12px;
	color:#000;
}
a {
	color:#ff0066;	
	}

/*\*//*/ form.joinform legend { display: inline-block; } /* IE Mac legend fix */

.clear {
	clear:both;
	height:0;
}
input, textarea {

margin:0;
padding:2px;
}
#pricing-options {
	float:right;
}
#customer-info {
	float:left;
}
input:focus, textarea:focus{
	background:#eff;
	border:1px solid #111;
	margin:0;
	padding:2px;
}
form.joinform fieldset
{
	border:none;
	border-top:1px solid #C91018;
	margin-bottom:10px

}
#wrapper {
	width:690px; 
	margin:0 auto;
	background:#fff;
	border-left:5px solid #ACACAC;
	border-right:5px solid #ACACAC;
}
#header {
	position:relative;
	height:448px;
}
#header-image
{
	background:url("../lite/images/header.jpg") no-repeat;
	display:block;
	height:448px;
	overflow:hidden;
	text-indent:-9000px;
}
#top-menu {
	position:absolute;
	right:0;
	bottom:21px;
}
#top-menu li a
{
	display:block;
	overflow:hidden;
	text-indent:-2000px;
}
	.menu-join a {
		background:url("../lite/images/menu-join.png") no-repeat;
		width:149px;height:44px;
	}
	.menu-tour a {
		background:url("../lite/images/menu-tour.png") no-repeat;	
		width:149px;height:46px;		
	}
	.menu-members a {
		background:url("../lite/images/menu-members.png") no-repeat;
		width:149px;height:47px;		
	}



#name, #email, #category {
	width:250px;
}
#phone {
	width:240px;
}
form {
	padding:20px;
}
form.joinform legend
{
	_margin:0 -7px;
	font-weight:700;
	font-size:2em;
	padding:0 2px 20px 0

}

#pricing-options li, #customer-info li {
	margin-bottom: 15px;
	position:relative;
}
#customer-info label
{
	display:inline-block;
	line-height:1.5;
	vertical-align:top;
	width:200px;
	font-weight:600;
}
#customer-info input[type=text] {
	display:block;	
	width:145px;
}
#customer-info li li {
	padding-left:20px;
}
#customer-info li li label {
	font-weight:normal;
	}
#pricing-options label
{
	display:inline-block;
	font-size:1.75em;
	vertical-align:top;
	width:400px
}
#pricing-options input {
	margin-right:10px;
}
#pricing-options span {
	padding-top:5px;
	padding-left:22px;
	font-size:.5em;
}

#pricing-options li {
	padding:5px;
	background:#eee;
	border:1px solid #67082B;
}
form.joinform strong
{
	color:#333;
	font-style:normal;
	font-weight:500
}
form.joinform em {
	font-size:.5em;
	vertical-align:top;
	font-style:normal;
	font-weight:550;
	}


#submitBox {
	padding-top:10px;
	text-align:center;
}
	#submit {
		font-size:1.5em;
		padding:3px;
	}

#footer {
	text-align:center;
	padding:5px;
	line-height:1.3em;
}	
/* Error */
div.error {
	color:#fff;
	position:absolute;
	font-size:12px;
	background:#000 url("../images/error_arrow.gif") no-repeat 0% 90%;
	left:100%;
	width:100px;
	top:15px;	
	margin-left:10px;
    padding: 5px 5px 5px 15px;
}
