﻿html, body, form
{
   background-color: #f8f8f8;
}
body 
{
	margin: 0px 0px 0px 0px;
}
.lblExpDt
{
	width: 100%;
	text-align: center;
}
.lblAlert
{
	width: 100%;
	color: #ff0000;
}
/*To prevent auto zoom when click an input field.*/
input[type='text'], input[type='password']
{
   font-size: 12pt; /*16px;*/
}
#imgGRS
{
}
#divLoginWrap
{
   border-radius: 15px 15px;
   border: solid 3px #00aaee;
   overflow: hidden;
   display: inline-block;
   width: auto;
}
#divLoginWrap table th
{
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58bdd8', endColorstr='#def3f9'); /* for IE */
   background: -ms-linear-gradient(top, #58bdd8 0%, #def3f9 100%); /* IE10+ */
   background: -webkit-gradient(linear, left top, left bottom, from(#58bdd8), to(#def3f9)); /* for webkit browsers */
   background: -moz-linear-gradient(top,  #58bdd8,  #def3f9); /* for firefox 3.6+ */
   font-weight: normal;
   padding-left: 3px;
}
#divLoginWrap table td
{
   background-color: #def3f9;
	padding-left: 8px;
	padding-right: 8px;
}
#trSignIn td
{
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#def3f9', endColorstr='#58bdd8'); /* for IE */
   background: -ms-linear-gradient(top, #def3f9 0%, #58bdd8 100%); /* IE10+ */
   background: -webkit-gradient(linear, left top, left bottom, from(#def3f9), to(#58bdd8)); /* for webkit browsers */
   background: -moz-linear-gradient(top,  #def3f9,  #58bdd8); /* for firefox 3.6+ */
}
input[type=text], input[type=password]
{
/*   height: 20px;*/
}
.tdLabel1
{
   max-width: 200px;
}