
#topzone
{
    width: 970px;
    height: 62px;
}
#logo
{
    width: 46px;
    height: 46px;
    float: left;
    margin: 5px;
    background: url('images/logo.png') no-repeat center left;
}
#sysnamezone
{
    float: left;
    margin: 5px;
    width: 200px;
    height: 50px;
}
#hospitalname
{
    padding-top: 3px;
    height: 23px;
    font-size: 18px;
    font-weight: bold;
    color: #797979;
    white-space: nowrap;
}
#systemname
{
    padding-top: 7px;
    height: 23px;
    font-size: 16px;
    color: #797979;
    white-space: nowrap;
}
#backtohospital
{
    margin-top: 40px;
    float: right;
}
#topsplitpiczone
{
    width: 970px;
    height: 31px;
    background: url('images/topsplit.jpg') no-repeat center left;
    margin: 5px 0;
}
#mainzone
{
    width: 970px;
    height: 400px;
    border: solid 1px #CCCCCC;
}
#mainpiczone
{
    float: left;
    width: 65%;
    padding-bottom: 30px;
}
#mainpic
{
    width: 90%;
    height: 250px;
    margin: 50px 5% 0 5%;
    background: url('images/mainleftbk.jpg') no-repeat center center;
}
#contactzone
{
    width: 90%;
    height: 40px;
    margin: 0px 5% 0 5%;
    text-align: center;
}

.contactdiv
{
    height: 40px;
    padding-left: 40px;
    padding-right: 5px;
    display: inline;
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
    line-height: 40px;
    font-weight: bold;
    color: #0a293b;
}
#email
{
    background: url('images/icomail.gif') no-repeat center left;
}
#phone
{
    background: url('images/icophone.gif') no-repeat center left;
}
#fax
{
    background: url('images/icofax.gif') no-repeat center left;
}
#copyright
{
    width: 90%;
    height: 50px;
    margin: 0px 5% 0 5%;
    border-top: solid 1px #B5B5B5;
    text-align: center;
    line-height: 24px;
    color: #797979;
}

#loginzone
{
    float: right;
    width: 34%;
    background-color: #f6f6f6;
    height: 100%;
    padding:50px 0 0 30px;
    text-align:left;
}
#logintext
{
    font-size:14px;
    font-weight:bold;
    height:40px;
}
.logindiv
{
    height:35px;
    line-height:30px;
    color:#676767;
    width:210px; 
}
.txtlogin
{
    height:22px!important;
    width:160px!important;
    border:solid 1px #CCC!important;
}
#loginbtndiv
{
    text-align:right;
}
#btnSubmit
{
    width:82px;
    height:26px;
    background: url('images/btnlogin.gif') no-repeat center left;
    border:none;
    cursor:pointer;
}