#loginregister{
    position: absolute;
	left: 730px;
	height: 51px;
	top: 0px;
	width: 149px;
	background-image: url('../images/loginregister.jpg');
	background-repeat: no-repeat;
	z-index: 2;
    padding:20px 0;
    text-align:center;
}

#loginregister,
#loginregister a{
    font-family:Arial;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

#login-container{
    position: absolute;
    margin:0 auto;
	width: 100%;
	z-index: 10;
    text-align:center;
    /*background-color:#ccc;*/
    left:0;
    display:none;
}
#login-box{
    position: relative;
    margin:0 auto;
	/*height: 130px;*/
	width: 900px;
    background-color:#00bcf4;
    text-align:center;
    top:0;
}

#login-box-bottom{
    background: url('../images/login-box-bottom.gif') no-repeat;
	height: 12px;
	width: 900px;
    margin:0 auto;
}
#login-form{
    padding: 15px 0 0 0;
    margin:0;
}

#login-form div{
    margin-bottom:10px;
}

#login-enter{
    width:57px;
    height:19px;
    background: url('../images/login-enter.gif') no-repeat;
    border:none;
    cursor:pointer;
    margin-right:10px;
}

#login-cancel{
    width:57px;
    height:19px;
    background: url('../images/login-cancel.gif') no-repeat;
    border:none;
    cursor:pointer;
}

#login-form label{
    color:#FFF;
    font-weight:bold;
    cursor:pointer;
}

#login-form input[type=text],
#login-form input[type=password]{
    border:1px #999 solid;
}

#login-form input[type=checkbox]{
    padding:0;
    margin:0 5px 2px 0;
    vertical-align:middle;
}

#login-form a{
    color:#FFF;
    font-weight:bold;
    text-decoration:underline;
}