/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1{ color: #fff; }
body, html {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}

body {
    background-color: #000000;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

a:hover{
	color:#E9BD0B;
}

input{
 background:#fff;
 width:325px;
 margin:5px 0px;
 border-radius:5px;
 border:1px #fff solid;
 box-shadow:inset -2px 2px 5px 5px #d6d6d6;
 height: 38px;
 line-height:38px;
 padding:0px 10px;
 font-size:14px;
 color:#a9a9a9;
}

.clb {
    clear: both;
}

/* Layout Design */
#wrapper {
    margin: 0 auto;
    width: 930px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#remember{
	float:left;
	height:20px;	
}

#loginMessage {
    position: absolute;
}

#top-panel, #bottom-panel {
    height: 17px;
}

#top-panel {
    background: url(../../img/default/login/top-bg.png) left top no-repeat;

}

#bottom-panel {
    background: url(../../img/default/login/bottom-bg.png) left top no-repeat;
}

#middle-panel, #middle-right-panel {
    background-image: url(../../img/default/login/golden-bar.png);
    background-repeat: no-repeat;
    height: 314px;
}

#middle-panel {
    background-position: left top;
    padding-left: 1px;
}

#middle-right-panel {
    background-position: right top;
    padding-right: 1px;
}

#content {
    background: url(../images/login/inner-bg.png) left top repeat-x;
    height: 314px;
}

#top-header {
    position: relative;
    top: 17px;
    height: 60px;
}

.img-panel {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 60px;
    line-height: 60px;
    vertical-align: top;
}

.logo {
    background: url("../../img/default/logo.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    margin-left: 25px;
    margin-top: 6px;
    width: 232px;
}

.lock {
    margin-right: 25px;
    background: url("../images/login/lock.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    margin-top: 15px;
    width: 30px;
    float: right;
    *float: none;
    *margin-left: 205px;
    vertical-align: top;
}

#middle-body {
    height: 128px;
    position: relative;
    top: 20px;
}

.header {
    font-size: 16px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.form-div {
    padding: 10px 25px;
}

.form-row {
    *width: 100%;
    position: relative;
    letter-spacing: -4px;
    word-spacing: -4px;
}

.form-col {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 48%;
    padding: 0;
    margin: 0;
    letter-spacing: normal;
    word-spacing: normal;
}

.form-row .last-child {
    margin-left: 4%;
}

.form-col:first-child {
    *margin-right: -1px;
}

.form-col label {
    width: 100%;
    display: block;
    padding: 4px 0px;
    font-size: 14px;
    font-weight: bold;
}

.inp-panel {
    height: 28px;
}

.inp-panel-right {
    height: 28px;
    background: url(../images/login/inp-right-bg.png) right top no-repeat;
    padding-right: 7px;
}

.inp-panel input {
    border: 0;
    background: url(../images/login/login/inp-bg.png) left top repeat-x;
    width: 100%;
    height: 28px;
    *margin-top: -1px;
    outline: none;
}

.inp-panel input:active, .inp-panel input:hover {
    border: 0;
}

.inp-panel input.error {
    border: 1px solid #FF0033 !important;
}

.userName {
    background: url(../images/login/username-inp-left.png) left top no-repeat;
    padding-left: 28px;
}

.password {
    background: url(../images/login/password-inp-left.png) left top no-repeat;
    padding-left: 28px;
}

.remember-panel {
    float: left;
    margin-left: 25px;
    margin-top: 26px;
}

.remember-me {
	float: left;
    color: #FFFFFF;
    height: 22px;
}

.forgot-password {
	float:right;
    background: url(../images/login/block.png) left center no-repeat;
    padding-left: 20px;
    *padding-left: 24px;
    *background-position: 4px center;
}

.forgot-password a {
    color: #f2c90b;
}

.login-panel {
    height: 60px;
    margin-top: 30px;
    margin-left: 20px;
}

.login {
    background: url(../images/login/lock.png) left center no-repeat;
    height: 30px;
}

.login a {
    color: #f2c90b;
    padding-left: 30px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 8px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.form-bottom {
    margin-top: 26px;
}

.btnLogin {
    background: #e9bd0b;
    width: 345px;
	padding:10px;
	border-radius:5px;
    border: none;
 	font-weight:bold;
	margin-top:20px;
	box-shadow:inset 0px 1px 2px 0px #ffffff, inset 0px -1px 2px 0px #000;
	cursor:pointer;
}
.btnLogin:hover{
 background: #FFF;
}


.message-panel {
    position: relative;
    text-align: center;
    font-size: 15px;
}

.message-panel .failure {
    color: #ff0000;
}

.message-panel .success {
    color: #33cc00;
    font-size: 12px;
}

/**
Error Messaging Begin
*/

label.error {
    clear: both;
    color: #cc0000;
    width: auto;
    float: none;
    padding: 1px 0px;
    font-size: 0.95em;
}

.errorlist {
    padding: 3px 4px;
    clear: both;
    background: #FCD4D4 url(../../img/default/common/form/error-bg.gif) top repeat-x;
    border: 1px solid #C4C2C2;
    position: absolute;
    z-index: 1;
    color: #ff0000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.errorlist span.pointer {
    background: url(../../img/default/common/form/error-arrow.png) no-repeat;
    display: block;
    position: absolute;
    top: -13px;
    left: 14px;
    width: 28px;
    height: 14px;
}

.errorlist span.pointer.right-side {
    background: url("../images/login/right-side-error-arrow.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    left: -20px;
    top: 3px;
    width: 20px;
}

/* new login classes */

.outer_box {
	width:930px;
	height:460px;
	position:absolute;
	top:50%;
}
.inner_box {
	width:930px;
	height:460px;
	background: url("../images/login/background.gif") no-repeat;
	position:absolute;
	top:-50%;
}

.content_left{
	float:left;
	width:345px;
	padding:35px 60px 0px 60px;
}

.content_right{
	float:right;
	width:441px;
	height:436px;
	border:1px solid #333;
	margin:11px 11px 11px 0px;
	overflow:hidden;
}

.advertisement {
	display:none;	
}
