body
{
    background-color:                   #f2f2f2;
    padding:                            0px;
    margin:                             0px;
}

div.login_wrapper
{
    width:640px;
    margin:0 auto;
    position:relative;

}

div.login_box_height {
	height:375px;
}

.iframe_box
{
    padding-top:                        20px;
    border:                             0px;
    margin:                             0px;
}

.footer_box
{
    padding-top:                        40px;
    width:                              677px;
    text-align:                         center;
}

.left {
	float:left;
	margin:0 !important;
}

.right {
	float:right;
	margin:0 !important;
}

div.bz_login div.login_margin {
	margin-left:-220px;
}
div.bz_login div.iframe_margin {
	margin-left:-220px;
	_margin-left:-185px;
}

div.bz_login div.bg_image {
	position:absolute;
	width:1113px;
	height:363px;
	top:0px;
	left:-220px;
	background: url('../../images/img/login/bg_image.png');
	z-index: -2;
}

div.bz_login div.login_header {
	padding-top:55px;
	width:635px;
	height:48px;
	margin: 0 auto;
	background:transparent url('../../images/img/login/bz_header.png') bottom left no-repeat;
}

div.bz_login div.hdr_bg {
	height:64px;
	background: url('../../images/img/login/hdr_bg.jpg') repeat-x;
}

div.login_model {
	position:absolute;
	top:-150px;
	left:645px;
	z-index:1;
}



/* SIGNUP PANEL */

div.bz_login div.hdr_not_member {
	width:290px;
	height:64px;
	background:transparent url('../../images/img/login/hdr_not_member.jpg') bottom left no-repeat;
}

div.bz_login div.signup_panel_bg {
	width:290px;
	background:transparent url('../../images/img/login/signup_panel_bg.png') top left repeat-y;
}

div.bz_login div.signup_panel_btm {
	width:290px;
	height:7px;
	background:transparent url('../../images/img/login/signup_panel_btm.png') top left no-repeat;
}

div.bz_login div.signup_panel_pad {
	padding:15px 15px 10px 15px;
	position:relative;
}


div.bz_login div.signup_site_box {
	float:left;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:15px;
}


div.bz_login div.signup_site_image {
	background-repeat:no-repeat;
	color:#575757;
	font-family:arial,verdana;
	font-size:13px;
	font-weight:bold;
	height:130px;
	text-align:center;
	width:149px;
}



div.bz_login div.signup_site_desc {
	float:right;
	width:165px;
	font-size:11px;
	font-family: 'tahoma', 'arial', 'sans-serif';
	margin-bottom:15px;
}


div.bz_login div.frame_container {
	padding-top:10px;
}

div.bz_login div.signup_btn {
	width:260px;
	height:41px;
	background:transparent url('../../images/img/login/signup_btn.jpg') top left;
	cursor:pointer;
	position:absolute;
	bottom:10px;
}

.sign_up_form {
	position:absolute;
	top:0px;
}


div.bz_login div.join_info {
	position:relative;
	left:30px;
	top:15px;
}


div.bz_login div.join_ttl {
	font-size:18px;
	font-weight:bold;
	color:#3d3d3d;
	margin-bottom:5px;
}


div.bz_login ul li {
	font-family:'tahoma', 'arial';
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
	list-style-position: outside;
	list-style-image: url('../../images/img/login/list_arrow.png'); 
	color:#3d3d3d;
}





/* MEMBER LOGIN */

div.bz_login div.hdr_member_login {
	width:331px;
	height:64px;
	background:transparent url('../../images/img/login/hdr_member_login.jpg') bottom left no-repeat;
}

div.bz_login div.login_panel_bg {
	width:331px;
	background:transparent url('../../images/img/login/login_panel_bg.png') top left repeat-y;
}

div.bz_login div.login_panel_btm {
	width:331px;
	height:7px;
	background:transparent url('../../images/img/login/login_panel_btm.png') top left no-repeat;
}

div.bz_login div.login_panel_pad {
	padding:15px 17px 10px 17px;
}

div.user_text, div.pass_text {
	font-weight:bold;
	color:#3d3d3d;
}

div.user_box input, div.pass_box input {
	width:287px;
	font-size:16px;
	padding:4px;
	border:solid 1px #d8d8d8;
	margin-top:5px;
	margin-bottom:10px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


div.bz_login div.captcha div.reload {
	font-size:10px;
	padding-left:10px;
	padding-top:30px;
}

div.bz_login div.captcha div.txt {
	font-size:10px;
	color:#3d3d3d;
	width:110px;
	padding-left:10px;
	padding-top:3px;
	letter-spacing:-1px
}

div.bz_login div.login_errors {
	margin-bottom:10px;
	color:red;
	font-weight:bold;
}

div.bz_login div.login_errors div.errors {
	background-color:#f2f2f2 !important;
	border:solid 1px #c3c3c3 !important;
}

div.bz_login div.captcha input {
	width:167px;
	font-size:16px;
	padding:4px;
	border:solid 1px #d8d8d8;
	margin-top:5px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.bz_login div.captcha img {
	border:solid 1px #b8b8b8;
}

div.bz_login div.remember {
	margin:5px 0 15px 0;
	font-size:10px;
}

div.bz_login div.bottom_link {
	margin-top:5px;
	font-size:10px;
}