﻿/* CSS for PMS */
body {
font-family: Arial, Helvetica, sans-serif;
color: #646464;
font-size: 12px;
font-weight: normal;
}
/* Login Page Css Start */
.border{border: 1px solid #DADADA;}
.red{color:Red;font-weight:normal;}
.MainTable{border: none;width: 478px;}
.txtmn label{width: 120px;float: left;padding-top: 2px;padding-left: 5px;text-align:right;}
.txtmn label b{float: right;margin-right: 3px;padding-top: 2px;font-weight: normal;}
input, select, textarea {
color: #646464;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
padding: 3px;
vertical-align: sub;
}
.loginBox{margin: 40px 0 40px 0;}
.loginBox .box2
{
    width: 421px;
    border: 1px solid #D0D0D5; /*height: 150px;*/
    margin: 0 auto;
    padding: 0 auto;
    float: left;
    margin-left: 29px;
}
.loginBox .box2 .header
{
    background: #DCDDDF;
    color: Black;
    padding: 5px;
    margin-bottom: 15px;
    width: 98%;
    font-weight: bold;
    font-size: 12px;
    height: 13px;
}
.loginBox .box2 .lbl
{
    padding: 5px;
    display: inline;
}
.loginBox .box2 .lbl label
{
    width: 70px;
    float: left;
    padding: 6px 10px;
}
.loginBox .box2 .lbl input
{
    width: 250px;
}
.loginBox .box2 a
{
    color: #A8A8A8;
    text-decoration: none !important;
}

.loginBox .modalBackground1
{
    background-color: #E1E1E1;
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-align: center;
    width: 500px;
    height: 100px;
}
.loginBox .PrBodyEmail1
{
    border: 2px solid #FF4326;
    background: #EBEBEB;
    width: 350px;
    height: 80px;
}
.logo01
{
    background-image: url(../Images/logo.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
    height: 85px;
    top: 20px;
    width: 100px;
    border: none;
}
.frmmn
{
}
.frmmn h1
{
    font-size: 24px;
    color: #e31f26;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 0;
}

.txt01
{
    background: url(../Images/txtbg1.png) no-repeat;
    width: 290px;
    float: left;
    height: 22px;
    line-height: 24px;
    margin-bottom: 20px;
}
.txt01 input
{
    background: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
    color: #616161;
    width: 240px;
    margin: 3px 12px 0 5px;
    padding: 0px;
    line-height: normal;
    float: left;
}
.fclear
{
    clear: both;
    float: none;
    line-height: 0px;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}
.txt02mn
{
    width: 250px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.txt02mn input
{
    margin: 0;
    padding: 0;
    vertical-align: sub;
    margin-right: 5px;
}
.butns
{
    text-align: center;
    padding-top: 5px;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.close_btn
{	background:url(../images/close.png) no-repeat; height:27px; width:134px; border:0; cursor:pointer; padding:0;
}
.proceedbtn
{	background:url(../images/proceed.png) no-repeat; width:132px; height:27px; border:0; cursor:pointer; padding:0;
}
