﻿.loginbox
{
    height: 377px;
    width: 769px;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -188px 0px 0px -384px;
    background-image: url(images/login/bg.jpg) !important;
    background-image: url(images/login/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.loginbox_login
{
    margin:150px 0 0 25px;
}
body#body_login
{
	
}
.loginbox_textbox
{
    border: #95a4d4 1px solid;
    height: 20px;
    width:170px;
    background-position: left top;
    background-image: url(images/bg_input.gif);
    background-repeat: repeat-x; 
    padding:2px 0 0 2px;
}
.itemboxup
{
	width:400px;
	margin-bottom:15px;
}
.loginitem
{
	font-size: 14px;
	color: white;
	width: 60px;
	float: left;
	line-height:22px;
	padding-top:3px;
}
.itemboxdown
{
	width:400px;
}
.failuretext
{
	line-height:20px;
	height:20px;
	padding-top:5px;
	color:yellow;
	font-size:14px;
}
.loginbutton
{
	margin-left:154px;
	margin-top:5px;
}
.resetbutton
{ 
	background: url(images/login/button_reset.jpg) no-repeat; 
	height:21px;
	width:109px;
	cursor:hand;
	margin-left:154px;
	margin-top:2px;
}

