﻿body
{
    margin: 0px 0px 0px 0px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #ffffff;
    background: url(../images/bgTile.png) repeat;
    
}
#headerLeft
{
    background-position: left top;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 85px;
    color: #cccccc;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../images/header_left.png) no-repeat;
}
#headerRight
{
    background-position: right top;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 85px;
    color: #cccccc;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../images/header_right.png) no-repeat;
    width: 450px;
}
#centerTr
{
    background-color: #355190;
}

#centerTd
{
    background-position: left;
    height: 400px;
    background-repeat: no-repeat;
    background: url(../images/loginHRMS.jpg) no-repeat;
}

#footerTd
{
    background-position: right top;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../images/footer_right.png) no-repeat;
    width: 450px;
}
.logoPanel
{
    padding: 2px;
    background-color: #ffffff;
    margin: 0px auto 0px 50px;
    border: 3px solid #ffffff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 0 8px #8a8a8f;
    -webkit-box-shadow: 0 0 8px #8a8a8f;
    box-shadow: 0 0 8px #8a8a8f;
}
.input
{
    padding: 0px;
    background-color: #cccccc;
    margin: 0px auto;
    border: 3px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
