body {
	background:url("../images/bg.gif") repeat;
	color:#000;
	font-size:12px;
}

/*\*//*/ 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:700px;
	background:#fff;
	margin:0 auto;
	border-left:5px solid #B41D55;
	border-right:5px solid #B41D55;
}
#header {
	margin:0 auto;
	overflow:none;
	text-indent:-9000px;
	display:block;
	width:700px;
	background: url("../images/join_header.jpg") no-repeat;
	height:395px;
}



#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:135px;
}
#customer-info li li {
	padding-left:20px;
}
#customer-info li li label {
	font-weight:normal;
	}
#pricing-options label
{
	display:inline-block;
	font-size:2em;
	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;
}
