﻿body {
	
	margin:0px 0px 0px 0px;
	padding-top:0px;
	font-family:tahoma, Helvetica, sans-serif;
	background-position:center top;
	background-repeat:repeat-x repeat-y;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#324F71;
}
div.Login
{
    background-image:url(../../common/img/Login/bg.png);
    width:800px;
    height:600px;
    margin:0px auto 0px auto;
    direction:ltr;
  
}
div.Container
{
    font-family:Tahoma;
    font-weight:700;
    font-size:8pt;
    color:#304A6B;
    padding-top:230px;
    width:350px;
    height:130px;
    margin:0px auto 0px auto;
    
}
input[type=text].Form,input[type=password].Form
{  
    border:1px solid #9EAFC5;
    width:242px;
    background-image:url(../../common/img/Form/form_bg.jpg);
    background-repeat:repeat-x;
    padding:3px;
    border-radius:5px;
    -moz-border-radius:5px;
}
td.Label
{
    text-align:left;
    height:30px;
}
td.LabelError
{
     text-align:left;
     color:Red;
}
td.LoginBtn
{
    text-align:right;
    padding-right:8px;
}