/* login form */
div.login-form,
div.forgot-password-form
{
padding: 0 10px;
}

div.login-form div.caption,
div.forgot-password-form div.caption
{
padding-bottom: 25px;
width: 570px;
}

div.login-form div.user-picture
{
float: left;
width: 80px;
height: 80px;
margin-right: 20px;
background: url(img_frontend_users/user_picture.png) no-repeat top right;
}

div.forgot-password-form div.forgot-password
{
float: left;
width: 80px;
height: 80px;
margin-right: 20px;
background: url(img_frontend_users/forgot_password_picture.png) no-repeat top right;
}

div.login-form div.form-items,
div.forgot-password-form div.form-items
{
padding-top: 13px;
}

div.login-form div.form-items div.row,
div.forgot-password-form div.form-items div.row
{
clear: right;
height: 26px;
line-height: 26px;
}

div.login-form div.form-items div.row div.label,
div.forgot-password-form div.form-items div.row div.label
{
float: left;
width: 100px;
line-height: 24px;
}

div.login-form div.form-items div.row div.input,
div.forgot-password-form div.form-items div.row div.input
{
float: left;
width: 160px
}

div.login-form div.form-items div.row div.input input[type=text],
div.login-form div.form-items div.row div.input input[type=password],
div.forgot-password-form div.form-items div.row div.input input[type=text],
div.forgot-password-form div.form-items div.row div.input input[type=password]
{
width: 140px;  
}

div.login-form div.links,
div.forgot-password-form div.links
{
text-align: center;
padding-bottom: 15px;
}

div.login-form div.links a,
div.forgot-password-form div.links a
{
font-size: 11px;
}

div.login-form div.links span,
div.forgot-password-form div.links span
{
margin: 0 10px;
}

/* registration boxes */
div.steps-box
{
margin-top: 10px;
background: url(img_frontend_users/steps_box_bg.gif) repeat-x top;
width: 586px;
}

div.alt
{
background: url(img_frontend_users/steps_box_bg_alt.gif) repeat-x top;
}

div.steps-box div.step
{
float: left;
width: 41px;
height: 38px;
margin: 9px 0 0 5px;
}

div.steps-box div.one
{
background: url(img_frontend_users/step_1.png) no-repeat center center;
}

div.steps-box div.two
{
background: url(img_frontend_users/step_2.png) no-repeat center center;
}

div.steps-box div.three
{
background: url(img_frontend_users/step_3.png) no-repeat center center;
}

div.steps-box div.fourth
{
background: url(img_frontend_users/step_4.png) no-repeat center center;
}

div.steps-box div.content
{
margin-left: 10px;
float: left;
width: 520px;
}

div.steps-box div.content div.caption
{
padding: 7px 0 3px 0;
}

div.steps-box div.content div.caption h2
{
font-weight: bold;
font-size: 14px;
color: #9F9F9F;
}

div.steps-box div.content div.description
{
padding: 4px 5px 3px 0;
color: #8F8F8F;
font-size: 11px;
}

div.account-type
{
float: left;
width: 282px;
margin: 20px 5px 0 5px;
}

div.account-type div.header
{
padding: 3px 2px;
}

div.basic div.header h3
{
font-size: 14px;
font-weight: bold;
color: #77AD00;
}

div.vip div.header h3
{
font-size: 14px;
font-weight: bold;
color: #E3AF07;
}

div.account-type div.top-wrapper
{
height: 5px;
background: url(img_frontend_users/account_type_top_left.gif) no-repeat bottom left;
}

div.account-type div.top-wrapper div
{
height: 5px;
margin-left: 5px;
background: url(img_frontend_users/account_type_top_right.gif) no-repeat bottom right; 
}

div.account-type div.middle-wrapper
{
clear: both;
border-left: 1px solid #515151;
border-right: 1px solid #515151;
}

div.account-type div.middle-wrapper div.picture
{
float: right;
position: relative;
height: 76px;
width: 76px;
top: -48px;
}

div.basic div.middle-wrapper div.picture
{
background: url(img_frontend_users/basic_badge.png) no-repeat center center;  
}

* html div.basic div.middle-wrapper div.picture
{
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/dark/img_frontend_users/basic_badge.png");
}

div.vip div.middle-wrapper div.picture
{
background: url(img_frontend_users/vip_badge.png) no-repeat center center;  
}

* html div.vip div.middle-wrapper div.picture
{
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/dark/img_frontend_users/vip_badge.png");
}

div.account-type div.middle-wrapper div.content
{
padding: 7px 10px;
}

div.account-type div.bottom-wrapper
{
display: block;
height: 5px;
font-size: 4px;
background: url(img_frontend_users/account_type_bottom_left.gif) no-repeat bottom left;
}

div.account-type div.bottom-wrapper div
{
display: block;
height: 5px;
margin-left: 5px;
font-size: 4px;
background: url(img_frontend_users/account_type_bottom_right.gif) no-repeat bottom right; 
}

div.account-type div.submit-button
{
margin-top: 15px;
text-align: center;
}

div.account-type div.submit-button a,
div.account-type div.submit-button a:hover
{
display: block;
margin: 0 auto;
width: 135px;
height: 30px;
line-height: 29px;
font-family: verdana, tahoma, arial;
font-size: 15px;
color: #ffffff;
text-decoration: none;
}

div.basic div.submit-button a,
button.submit-green
{
background: url(img_frontend_default/big_button_green.png) no-repeat;
}

div.vip div.submit-button a,
button.submit-gold
{
background: url(img_frontend_default/big_button_gold.png) no-repeat;
}

button.submit-gold,
button.submit-green
{
border: none;
width: 135px;
height: 30px;
line-height: 29px;
font-family: verdana, tahoma, arial;
font-size: 15px;
color: #ffffff;
cursor: pointer;
}

div.inputs-form div.preview div.input
{
padding: 0;
}

div.inputs-form div.preview div.no-float
{
float: none !important;
}

div.inputs-form div.payment-form
{
padding-top: 10px;
text-align: center;
}

div.inputs-form div.payment-option
{
float: left;
padding: 0 15px 5px 0;
}

div.inputs-form div.payment-button
{
padding-top: 15px;
text-align: center;
}

div.upgrade-account-container
{
padding-top: 20px;
margin: 0 auto;
text-align: left;
}

div.upgrade-account-container a.upgrade
{
display: block;
padding-right: 73px;
height: 63px;
background: url(img_frontend_users/upgrade_right.png) no-repeat bottom right;
}

div.upgrade-account-container a.upgrade span
{
display: block;
height: 63px;
background: url(img_frontend_users/upgrade_left.png) no-repeat bottom left;
cursor: pointer;
}

div.upgrade-account-container a.upgrade span span
{
position: relative;
top: 30px;
padding-left: 18px;
height: 22px;
background: transparent;
font-size: 20px;
color: #ffffff;
text-align: center;
min-width: 100px;
}

div.upgrade-account-reflection
{
background: url(img_frontend_users/upgrade_reflection_left.png) no-repeat top left;
}

div.upgrade-account-reflection div
{
margin-left: 5px;
background: url(img_frontend_users/upgrade_reflection_right.png) no-repeat top right;
}

div.upgrade-account-reflection div span
{
display: block;
height: 28px;
}

