html, body{
        font-family: "Times New Roman", Georgia, Serif;
        font-size:14px;
        width: 100%;
	height: 100%;
	overflow-y: auto;
	background-image: url('images/body_background.png');
 
}

.login-table{
	border: 0px solid black;
}

.login-textbox{
}

.Item-Border{
    border-width: 1px;
    border-color: #AEB1B4;
    border-style: solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

backgroundimage{
	background-image: url('images/body_background.png');
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left:0px;
}

input::-webkit-input-placeholder { /* WebKit browsers */
  line-height: 1.5em;
  text-align: center;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  line-height: 1.5em;
  text-align: center;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  line-height: 1.5em;
  text-align: center;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
  line-height: 1.5em;
  text-align: center;
}

input { 
    text-align: center; 
}

#MLoginMain{
	position: absolute;
	top: 50px;
	left: 20px;
	right: 20px;
	height: 350px;
}

#LoginMain{
        position: absolute;
        width: 350px;
        height: 350px;
	left: 50%;
	top: 75px;
	margin: 0px 0 0 -352px;

}

#MLoginQR{
        position: absolute;
        width: 350px;
        height: 350px;
        left : 52%;
        top: 125px;
        margin: 0px 0 -352 0px;
	text-align: center;
}

#MLoginLogo{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	height: 120px;
}

.MLoginMessage{
	width: 100%;
	text-align: left;
	left: 15px;
	font-size: 16px;
	top:15px;
	position: absolute;
}

#MLoginMainContent{
	position: absolute;
	top: 50px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: #e5e3df none repeat scroll 0 0;
}

#MLoginMainForm{
	position: absolute;
	height: 120px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: #e5e3df none repeat scroll 0 0;
}
