.register_sub_title.register_seller_options_title{border-bottom:0;}
.register_sub_title.register_seller_options_title span
{
	border-bottom:1px solid #DADADA;
	height:29px;
}
.register_sub_title.register_seller_options_title span.arrow_down{display:none;}

.register_seller_options_area
{
	overflow:hidden;
	text-align:center;
	margin-bottom:30px;
}
.register_seller_options_area a.register_seller_option
{
	display:inline-block;
	overflow:hidden;
	margin-left:50px;
	height:180px;
}
.register_seller_options_area a.register_seller_option.last {margin-left:0;}
.register_seller_options_area a.register_seller_option img
{
	height:130px;
}
.register_seller_options_area a.register_seller_option img.mask
{
	position:relative;
	top:-130px;
	opacity:0;
}
.register_seller_options_area a.register_seller_option:hover img.mask,
.register_seller_options_area a.register_seller_option.selected img.mask
{
	opacity:1;
}
.register_seller_options_area a.register_seller_option span
{
	display:block;
	overflow:hidden;
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:12pt;
	color:#F56404;
	
	position:relative;
	top:-130px;
}

.form_seller_details 
{
	height:0px;
	height:auto;
	overflow:hidden;
}
.register_seller_details_btn_area
{
	overflow:hidden;
}
.register_seller_details_btn_area input[type=button]
{
	width:180px;
	text-align:center;
	height:45px;
	line-height:45px;
	padding:0;
	margin-top:10px;
	margin-bottom:50px;
	border-radius:10px;
	background-color:#F56502;
	color:white;
	font-size:16pt;
	border-width:0;
	float:right;
}
.register_seller_details_btn_area input[type=button]:hover
{
	background-color:#0FBFD6;
}

.register_seller_packages_area
{
	overflow:hidden;
	text-align:center;
	margin-bottom:30px;
	/*height:0px;*/
	display:none;
}
.register_seller_packages_area .register_seller_package
{
	display:inline-block;
	overflow:hidden;
	margin:0px;
	width:1185px;
	height:340px;
	float:right;
	margin-left:100px;
	
}
.register_seller_packages_area .register_seller_package.last {margin-left:0px;}
.register_seller_packages_area .register_seller_package img
{
	width:1185px;
	height:340px;
}
.register_seller_packages_area .register_seller_package img.mask
{
	position:relative;
	top:-340px;
	opacity:0;
	display:none;
}
.register_seller_packages_area .register_seller_package:hover img.mask,
.register_seller_packages_area .register_seller_package.selected img.mask
{
	opacity:1;
}

.form_seller_payments
{
	height:0px;
	height:auto;
	overflow:hidden;
}
.form_seller_payments #payment_method_selector
{
	overflow:hidden;
	float:right;
	margin:20px 0px;
	height:50px;
}
.form_seller_payments #payment_method_selector input,
.form_seller_payments #payment_method_selector img
{
	float:right;
	height:50px;
	display:inline-block;
	margin-left:10px;
}
.form_seller_payments #payment_method_selector .paypal_link
{
	float:right;
	display:inline-block;
	border:1px solid #C5A28C;
	border-radius:0px 10px 10px 0px;
	height:48px;
	line-height:48px;
	color:#3A4058;
	
	display:none;
}
.form_seller_payments #payment_method_selector .paypal_link input {display:none;}
.form_seller_payments #payment_method_selector .paypal_link img
{
	height:30px;
	margin:9px;
}
.form_seller_payments #payment_method_selector .paypal_link span
{
	float:right;
	display:inline-block;
	margin-left:10px;
	height:48px;
	line-height:48px;
	color:#3A4058;
}
.form_seller_payments #payment_method_selector .paypal_link:hover
{
	background-color:#3A4058;
}
.form_seller_payments #payment_method_selector .paypal_link:hover span
{
	color:white;
}



.form_seller_payments label.expire,
.form_seller_payments input.expire,
.form_seller_payments select.expire 
{
	width:90px;
	margin-left:15px;
}
.form_seller_payments label.cvv, .form_seller_payments input.cvv 
{
	width:170px;
	margin-left:10px;
}
.form_seller_payments span.cvv_helper
{
	display:inline-block;
	float:right;
	background-image:url('../images/question-mrk.png');
	height:19px;
	width:21px;
	margin-top:26px;
}
.form_seller_payments span.cvv_helper:hover 
{
	background-image:url('../images/question-mrk2.png');
}

.form_seller_payments .security_image
{
	float:left;
	height:100px;
	margin-top: 25px;
}






