div#left{
	position: relative;
	z-index: 1000;
	margin-left: 70px;
	width: 425px;
	float: left;
}

.ul_first{
	border: 0px; 
	margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style: none;
}

.ul_first li{
	border: 0px; 
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ul_first li{
	clear: both;
	list-style: none;
	padding-bottom: 10px;	
}

.ul_first li label{
	font-family: Georgia;
	font-weight: bold;
	color: #666;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	width: 100px;
	height: 32px;
	float: left;
	font-size: 14px;
}

.account_type_table{
	width: 250px;
	border-collapse: collapse; 
}

.account_type_radio{
	width: 30px;
	margin-left: 0px;
}

.account_type_title{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

.account_type_desc{
	font-size: 10px;
}

.account_type_spacer{
	height: 20px;
}

.large_input_box {
	padding: 10px;
	border: none;
	color: #535353;
	font-size: 1em;
	height: 41px;
	width: 309px;
	background: url(../images/large_input_box.png) no-repeat left top;
}

.input_box {
    font: 16px Helvetica, Arial, Sans-serif;
    padding: 5px;
    width: 203px;
    height: 22px;
    color: #666;
    margin: 0px 0px 5px 0px;
    display: block;
    border: 0px;
}

.input_box_valid{
	background: url(../images/input_box.png) no-repeat left top;	
}

.input_box_invalid {
	background: url(../images/input_box_error.png) no-repeat left top;
}

.browse {
	position: absolute;
	border: 0px;
	width: 80px;
	height: 38px;
	background: url(../images/browse.png) no-repeat left bottom;
}

div#right{
	position: relative;
	z-index: 999;
	margin-right: 20px;
	margin-top: -80px;
	float: right;
	width: 425px;
}

.clear{
	clear: both;
}

div#billing_options{
	margin-left: 88px;
	background: url(../images/billing_options.png) no-repeat left top;
	height: 159px;
	width: 244px;
}

div#billing_radios{
	padding-top: 101px;
	margin-left: 8px;
	width: 215px;
}

.billing_type{
	margin-left: 50px;
}

div#center_divide{
	position: absolute;
	z-index: 1000;
	margin-left: 500px;
	margin-top: -90px;
	width: 425px;
	height: 630px;
	background-color: #eff1e6;
	opacity: .75;
	display:  none;
}

div#sample_profile{
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: 12px;
	background: url(../images/profile_sample.png) no-repeat right top;
	width: 167px;
	height: 169px;
}

div#profile_pic {
	position: absolute;
	border: none;
	height: 152px;
	width: 152px;
	margin-left: 192px;
	margin-top: -171px;
	float: left;
}

div#profile_pic img {
	border: 1px solid #999;
}

#title_tooltip { 
    display:none; 
    background:transparent url(../images/black_arrow.png); 
    font-size:10px; 
    height:70px; 
    width:160px; 
    padding: 25px; 
    color:#fff;     
}

