body{
    font-family: Calibri, "Lucida Sans", Arial;
	background-image:url("../images/body.png");
}

a{
	color:#666;
}
a:hover{
	color:blue;
}
a:active{
	color:blue;
}

.buttondownload {
    margin-top: 1px;
    display: block;
    width: 81px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url(../images/download.png);
}

#vertical{
	margin-top:160px;
}
#centerLogo{
	margin:0 auto;
	padding:0;
	width: 441px;
	margin-top: -150px;
	padding-bottom: 18px;
	padding-left: 20px;
}
#customerLogo{
	padding:0;
	margin-left: auto;
	margin-right: auto;
	width: 441px;
}
#centerContainer{
	width:441px;
	height:411px;
	margin:0 auto;
	top:160px;
	padding:0;
}
.pageTitle{
	width:178px;
	height:40px;
	float:right;
	margin-top:-40px;
}
#pageTitle1{
	background-image:url("../images/loginhere.png");
}
#pageTitle2{
	background-image:url("../images/password_recovery.png");
}
#loginContainer{
	margin:0 auto;
	margin-left:23px;
	margin-top:10px;
	width:391px;
	height:340px;
	border-radius:10px;
	background:#fff;
	box-shadow:10px 10px 10px #5cc3eb;
	float:left;
}
#logo{
	width:254px;
	height:59px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	/*background-image:url("../images/logo_login.png");*/
	background-image:url("../images/salesmaxx_logo_login.png");
}
#summary{
    width:180px;
    margin-left:70px;
    font-size:9pt;
    margin-top:5px;
    line-height:15px;
    color:#666;
}
#formbox{
	margin-left:46px;
	margin-top:0px;
	width:301px;
	height:175px;
}
.roll{
	float:left;
	width:270px;
	height:28px;
	margin-left:13px;
	margin-top:12px;
}
#usericon{
	float:left;
	width:43px;
	height:28px;
	background-image:url("../images/user.png");
}
#password{
	float:left;
	width:43px;
	height:28px;
	background-image:url("../images/password.png");
}
#email{
	float:left;
	width:43px;
	height:28px;
	background-image:url("../images/email.png");
}

#fgotpaswrd{
	float:left;
	margin-left:176px;
	font-size:13px;
	margin-top:5px;
	line-height:17px;
}
#accountName{
	/*float:left;*/
	color:#666;
	font-size:13px;
	line-height:17px;
	margin-right: 0px;
	text-align: center;
}
#footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    /*background-color: #EEEEEE;*/
    height: 20px; /*This must be a bit lesser than maincontent's margin-bottom*/
	font-size: 9pt;
	margin-left:-10px;
}

.textBox{
   background-image:url("../images/blank.png");
}

/* To cater for Google Chrome autofill yellow background*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #B9B9B9 inset;
}

/* Button Hover */
input.ButtonLogin
{
	float:left;
	margin-left:175px;
	margin-top:5px;
	width:95px;
	height:38px;
    display:block;
    float: left;
    background-image:url(../images/login.png);
}

input.ButtonLogin:hover
{
    background-image:url(../images/logactive.png);
}

input.ButtonRecover
{
	float:left;
	margin-left:175px;
	margin-top:5px;
	width:95px;
	height:38px;
    display:block;
    float: left;
    background-image:url(../images/recover.png);
}

input.ButtonRecover:hover
{
    background-image:url(../images/recoveractive.png);
}

/* Text Box Size */
.txt_70 { width: 70px; }
.txt_100 { width: 100px; }
.txt_120 { width: 120px; }
.txt_150 { width: 150px; }
.txt_170 { width: 170px; }
.txt_200 { width: 200px; }
.txt_270 { width: 270px; }
.txt_300 { width: 300px; }
.txt_400 { width: 400px; }
.txt_500 { width: 500px; }
.txt_600 { width: 600px; }
.txt_700 { width: 700px; }
.txt_800 { width: 800px; }
.ddl_100 { width: 106px; }
.ddl_150 { width: 156px; }
.ddl_200 { width: 206px; }
.ddl_300 { width: 306px; }
.ddl_400 { width: 406px; }
.ddl_500 { width: 506px; }

.ReadOnly { color: InactiveCaptionText; }

/**
input[type="text"],input[type="password"]{
	float:left;
	width:213px;
	height:24px;
	margin-left:10px;
	line-height:6px;
	font-size:15px;
	background-image:url("../images/blank.png");
	border:0;
	text-indent:5px;
}
input[type="button"]{
	float:left;
	margin-left:191px;
	margin-top:32px;
	width:95px;
	height:38px;
	background-image:url("../images/login.png");
	border:0;
}
input[type="button"]:active{
	background-image:url("../images/logactive.png");
	border:0;
}
#outerFooter{
    width:100%;
    background-image:url("../images/header.png");
}
**/

/* for mobile */
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

/* Message Box */
.messageBox
{
	position: relative;
	width: 100%;
	height: 14px;
	background-color: White;
	color: Navy;
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 6px;
	text-align:center;
}
.errorBox
{
	position: relative;
	width: 100%;
	height: 14px;
	background-color: White;
	color: Red;
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 6px;
	text-align:center;
}

/********************************* License Manager ******************************************/
#licenseContainer
{
	color:#eeeeee;
	font-size:9pt;
	font-weight: bold;
	line-height:17px;
	margin-right: 0px;
	text-align: center;
}
