.loginBox{
    margin:0 auto;
    width:475px;
    text-align: center;
    border:1px solid #669933;
    font-weight:bold;
    color:#003399;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 32%, #bbdc79 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(32%,#ffffff), color-stop(100%,#bbdc79)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 32%,#bbdc79 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 32%,#bbdc79 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 32%,#bbdc79 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 32%,#bbdc79 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbdc79',GradientType=0 ); /* IE6-9 */
}

.loginBox div{margin:10px;}


.loginBox input{width:250px;}

a{color:#003399;}

/*.logHeader{
    border-bottom:1px solid #6699ff;
    background: url("../images/benchmarkingHead3.png") no-repeat scroll right top rgba(0, 0, 0, 0);
}*/

.logHeader{
    border-bottom:1px solid #6699ff;
    background: url("../images/loginGeneralBckg.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	text-align:center;
}

.loginBox header div{
	margin: 0 auto !important;
	float:none;
	text-align:center!important;
}

.loginBox .moduleName{
    position:relative;
	top:5px;
}

@media (max-width: 400px) {
    .logHeader{
	height:85px!important;
	background: url("../images/loginGeneralBckg2L.png") no-repeat scroll left top, 
	url("../images/loginGeneralBckg2R.png") no-repeat scroll right top, 
	url("../images/loginGeneralBckg2C.png") repeat-x scroll left top;	
	}
	
}
