/* LOGIN STYLE */

body
{
padding: 0px;
margin: 0px;
margin-left: 0%;
width: 100%;
display: table;
font-family: sans-serif;
}

label
{
margin-left: -3px;
vertical-align: text-top;
font-size: 14px;
}

/* NO MARGIN */
.no-margin
{
margin-bottom: 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}

/* LOGIN CONTAINER */
.login-containter
{
background: transparent;
position: relative;
margin: auto;
width: 300px;
min-height: 85px;
clear: both;
}

/* LOGIN TOP */
.login-top
{
background: #333;
border-radius: 10px 10px 0px 0px;
position: relative;
height: 30px;
padding-top: 15px;
padding-bottom: 0px;
padding-right: 0px;
padding-left: 12px;
clear: both;
color: #BBB;
text-transform: uppercase;
}

/* LOGIN CENTER */
.login-center
{
background: #FFF;
border: 1px solid #333;
position: relative;
min-height: 35px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 25px;
padding-left: 12px;
clear: both;
}

/* LOGIN BOTTOM */
.login-bottom
{
background: #999;
border-radius: 0px 0px 10px 10px;
border: 1px solid #333;
border-top-style: none;
position: relative;
height: 35px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 15px;
padding-left: 90px;
color: #000;
text-align: center;
clear: both;
}

/* LOGIN ERROR */
.login-error
{
border-top-style: none;
position: relative;
height: 35px;
padding-top: 5px;
padding-bottom: 0px;
padding-right: 15px;
padding-left: 25px;
color: #000;
text-align: center;
clear: both;
color: #F00;
font-size: 14px;
}


/* LOGIN LOGO */
.login-logo
{
margin: auto;
width: 300px;
height: 100px;
}


/* LOGIN PADDING */
.login-padding
{
padding-bottom: 20px;
}

td
{
padding: 4px;
}

.inputstyle
{
border: 1px solid black;
background-color: #EED;
font-size: 14px;
width: 165px;
padding: 5px;
outline-color: #AAA;
}
