﻿
/* FILE USED FOR LOGIN PAGE ONLY
---------------------------------------------------------------------------------*/

html {height: 100%;}
body {height: 100%; background: #7D7F81 url("../images/bgLogin.png") repeat-x top left; text-align: center; font-family: "Trebuchet MS"; padding: 0; margin: 0;}
img {border: none;}
#loginlogo {position: absolute; width: 280px; height: 55px; top: 26px; right: 40px; clear: both;}
#loginwrap {padding-top: 180px; width: 493px; margin-left: auto; margin-right: auto; text-align: center; }
#loginbox {clear: both; width: 492px; height: 400px; margin-right: auto; margin-left: auto; background-image: url("../images/bgLoginBox.png"); background-repeat: no-repeat;}
#loginform {clear: both; padding-top:180px; width:400px; margin-left:62px;}
#copyright {width: 400px; height: 20px; margin-left:62px; margin-top: 20px; color:#333; font-size: 11px; font-weight: bold;}
#disclaimer {width: 400px; height: auto; margin-top: 20px; margin-left: 62px; color: #fff; font-size: 11px; text-align: left; font-weight: bolder;}
.sslcerificate {}

.Button {height: 30px; width: 92px; background-image: url("../images/bgBtnBlueMed.png"); border: 2px solid #999; text-transform: lowercase; color: white; margin: 10px 0px;}
.Button:hover {background-image: url("../images/bgBtnBlueMed2.png"); border: 2px solid #ccc; cursor: pointer;}

.lbusername {width: 140px; float: left; margin-right: 10px; text-align: right;}
.tbusername {text-align: left;}
.lbpassword {width: 140px; float: left; margin-right: 10px; margin-top: 10px;text-align: right;}
.tbpassword {margin-top: 10px; text-align: left;}
.cbremember {margin-top: 10px;}
.btnlogin {margin-top: 0px;}
.validator {margin-top: 6px;}

.InputBox {width: 160px; margin-left: 10px;}