/******************************************************************************
 *** MAIN AREA
 *****************************************************************************/
 
#main_content
{
    position: relative;
	color: Black;
	height: 650px;
    background: Black url("/images/main-edges-black.png") repeat-y;
}
#main_bottom
{
    width: 782px;
    height: 20px;
    background: url("/images/main-bottom-black.jpg") no-repeat top left;
}

#main_text
{
	color: White;
}
#main_image
{
    position: absolute;
    top: 0px;
    left: 2px;
}

#main_text h1
{
    background: url("/images/subscribe-now-head.gif") no-repeat top left;
	height: 69px;
}

#main_text h2
{
    font-size: 18px;
}

#main_text a.button
{
    display: block;
    margin-top: 25px;
}

.product_text h2
{
    font-size: 24px;
}

.product_text h2 span
{
    margin-left: -10000px;
}

.product_text h2.fender_package
{
    background: url("/images/heading-package-fender.gif") no-repeat top left;
}

.product_text h2.gibson_package
{
    background: url("/images/heading-package-gibson.gif") no-repeat top left;
}
.inputlabel
{
	float: left;
	width: 50px;
}
.button {
	margin-left: 140px;
	margin-top: 10px;
    border: none;
    background: url('/images/submit-button-off.png') no-repeat top left;
    padding: 2px 8px;
	width: 64px;
	height: 24px;
}
.button:hover {
	margin-left: 140px;
	margin-top: 10px;
    border: none;
    background: url('/images/submit-button-on.png') no-repeat top left;
    padding: 2px 8px;
	width: 64px;
	height: 24px;
}
#home_buy
{
 
    position: static;
}

#home_buy a
{
    background-image: none;
    padding: 0;
}
#indicate-required
{
	text-align: right;
	font-style: italic;
	overflow: hidden;
	color: white;
	margin: 0 9% 0 0;
}
#form
{
	margin-left: 1px;
	padding: 10px;
	border-width: 1px;
	border-color: white;
	border-style: solid;
}
span.label,span.spacer,span.multiple span {width:130px;float:left;} 
span.multiple {margin-left: 130px;float:left;} 
span.button {padding-left:130px;} 