body{font-family: calibri;font-size:14px;color:#ffffff;margin:0 auto;}
label{padding: 5px;}
.logo{width:360px;height:64px;background: url(../images/logo.png) no-repeat bottom;margin:0 auto;padding-top:150px;}
.login-holder{width:244px;height:156px;background: url(../images/login-holder.png);margin: 0 auto;}
.login-wrapper{width:221px;height:121px;padding:10px;}
.login-textbox{width:291px;height:32px;background:url(../images/login-textbox.png) no-repeat;}
.textbox{width:210px;height:20px;border:1px solid #ffffff;margin: 4px 0 0 4px;}
.login{width:48px;height:18px;background:url(../images/login-button.png)no-repeat; float:right;margin-top:2px;border:0px;cursor: pointer;}
#forgot{font-size:11px;margin-top:5px; color:#666;text-align: center;}
.footer{margin:0 auto;width:100%;color:#000000;font-size:12px;}
.clear{clear:both;}

.sign-in {
	vertical-align:middle;
    float: none;
    width: 335px;
	height: 500px;
	margin:auto;
}
.signin-box {
    background: none repeat scroll 0 0 #D9D5D5;
    border: 1px solid #E5E5E5;
	border-radius: 5px 5px 5px 5px;
    margin: 12px 0 0;
    padding: 20px 25px 15px;
}
.signin-box .password-div, .username-div {
    -moz-user-select: none;
    display: block;
    font-weight: bold;
    margin: 5px 5px 20px 0;
	color:#333;
}

.signin-box input {
    direction: ltr;
    font-size: 15px;
    height: 32px;
    width: 100%;
}

.signin-box input[type="button"] {
    font-size: 13px;
    height: 32px;
    margin: 2em 1.5em 1.2em 0;
	width:100px;
}