﻿body {
    background:#eee;
    margin:0;
    padding:0;
}
#col
{
    background-color:#FDEEF4;
    }
#ErrorMessage{color:Red;font-family:Sans-Serif; border:dotted 1px red;position:relative; font-size:12px; text-align:center; vertical-align:middle; background: #F8F7F8 url(../img/top_header_fill.gif); cursor:default; height:20px; width:100%;}

#DisplayMessage{color:Red;font-family:Sans-Serif;border:dotted 1px red; font-size:12px;background: #F8F7F8 url(../img/top_header_fill.gif); cursor:default; height:20px; width:100%;}


.rounded_border {
    background: none repeat-x scroll center bottom #FFFFFF;
    border: 1px solid #F47321;
    border-radius: 20px 20px 20px 20px;
    padding: 0;
    box-shadow: 0px 0px 20px -2px #F47321;
    
}
.errorMsg {
    color: Red;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
}

 .tdstyle
    {
        width:90px;
        text-align:lief;
        font-weight:bold; 
        }
    .tdfield
    {
        text-align:left;
        font-family:Calibri;
        font-size:14px;
        }
   .txtstyle
    {
        width:300px;
        /*border-top-style:dotted;*/
        border-right:none;
        border-left:none;
        border-top:none;
        border-bottom-color:Black;
    }
    .tablestyle td
        {
            border:none;
            }
    .userName
{
	/*color:#98CAFB;*/
	color:#00BFFF;
font-size:125%;
font-weight:bold;
margin-right:2px;
} 

 .search {

width: 160px;
padding: 5px;
padding-right: 40px;
outline: none;
border: 2px solid #999999;
border-radius: 5px;
background-color: #FBFBFB;
font-family: Cambria, Cochin, Georgia, serif;
font-size: 14px;
height:12px;
background-position: 175px 0px;
background-image: url('../images/search.png');
/*background-image: url(http://www.kirupa.com/images/search.png);*/
background-repeat: no-repeat;
 
-webkit-transition: background-color .2s ease-in,
                    background-position .2s ease-in,
                    box-shadow .3s ease-in;
 
-moz-transition: background-color .2s ease-in,
                 background-position .2s ease-in,
                 box-shadow .3s ease-in;
 
-o-transition: background-color .2s ease-in,
               background-position .2s ease-in,
               box-shadow .3s ease-in;
 
-ms-transition: background-color .2s ease-in,
                background-position .2s ease-in,
                box-shadow .3s ease-in;
 
transition: background-color .2s ease-in,
            background-position .2s ease-in,
            box-shadow .3s ease-in;

} 

.search:focus {

background-color: #FFFFFF;
border-color: #333333;
box-shadow: 0px 0px 25px -2px #333;
background-position: 175px -40px;

} 

.login {

width: 140px;
padding: 5px;
padding-right: 40px;
outline: none;
border: 1px solid #87CEEB;
border-radius: 5px;
background-color: #FBFBFB;
font-family: Cambria, Cochin, Georgia, serif;
font-size: 14px;
height:22px;
}
.login:focus {

background-color: #FFFFFF;
border-color: #87CEEB;
box-shadow: 0px 0px 10px -2px #1E90FF;
} 
.logon
{
  font-family: Cambria, Cochin, Georgia, serif;
  font-size : 16px;
   color:Olive;  
}
    
   .registerno
   {

width: 190px;
padding: 5px;
padding-right: 40px;
outline: none;
border: 1px solid #87CEEB;
border-radius: 5px;
background-color: #FBFBFB;
font-family: Cambria, Cochin, Georgia, serif;
font-size: 14px;
height:25px;
}
.registerno:focus {
background-color: #FFFFFF;
border-color: #87CEEB;
box-shadow: 0px 0px 10px -2px #1E90FF;
} 