*
{
    font-family:Arial;
}

div.top_banner
{
    position:relative;
    clear:both;
    width:652px;
    margin:10px auto 10px auto;
}
div.top_banner div
{
    float:left;
    height:174px;
}
div.top_banner_1
{
    width:27px;
    background-image:url(../images/logo_bk_left.gif);
}
div.top_banner_2
{
    width:600px;
    background-image: url(../images/logo_bk_center.gif);
    background-repeat:repeat-x;
}
div.top_banner_3
{
    width:20px;
    background-image: url(../images/logo_bk_right.gif);
}
.top_banner_logo1 {
    margin-top: 15px;
    margin-left: 40px;
    width: 200px;
    height: 60px;
}
.top_banner_logo2
{
    margin-top:38px;
    margin-left:30px;
}

div.button_a
{
    cursor:pointer;
    margin:0px auto 0px auto;
    overflow:hidden;
}
div.button_a a
{
	text-decoration:none;
	color:White;
}

div.button_a div
{
    height:31px;
    float:left;
}
div.button_a_1
{
    width:11px;
    background-image:url(../images/button_a_left.gif);
}

div.button_a_2
{
    color:#fff;
    font-size:20px;
    text-align:center;
    padding-top:1px;
    min-width:150px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background-repeat:repeat-x;	  
    background-image:url(../images/button_a_center.gif);
}

div.button_a_3
{
    width:11px;
    background-image:url(../images/button_a_right.gif);
}

div.button_center
{
    clear:both;
    padding-left:250px;
}

/*Main BK*/
div.login_wrapper
{
    margin:10px auto 10px auto;
    clear:both;
    width:642px;
    position:relative;
}

div.login_wrapper_1
{
    width:642px;
    height:18px;
    background-image:url(../images/login_bk_top.gif);
}
div.login_wrapper_2
{
    width:642px;
    background-image:url(../images/login_bk_middle.gif);
    background-repeat:repeat-y;   
}
div.login_wrapper_3
{
    width:642px;
    height:25px;
    background-image:url(../images/login_bk_bottom.gif);
}

div.login_input
{
    height:150px;
    width:350px;
    margin:auto auto auto auto;
    color:#333333;
    font:normal normal bold 12px Arial;
    
}
.login_title
{
    padding:10px 0px 20px 0px;
}
.login_desc
{
    height:20px;
    width:80px;
    float:left; 
    vertical-align:text-bottom;
}
div.login_input input
{
   height:15px;
   width:180px;
   font-family:Arial;
   font-weight:normal;
   float:left; 
}
.login_row
{
    overflow:hidden;
    padding-top:10px;
    clear:both;
}
.footer
{
    color:#444;
    text-align:center;
    font:Arial;
}
.footer a
{
    color:#444;
}
.footer h5
{
    font-size:12px;
    margin:0px;
}
.footer h6
{
    margin:0px;
    font-size:10px;
    font-weight:normal;
}

.login_failed
{
	color:Red;
	font-size: smaller;	
	text-align:center;
}

.hidden
{
	display:none;
}
.login_table {
	width:100%;
}

/*anchor tag*/
.link_class {    
    display:inline-block;	
	width:100%;
	height:100%;
}