﻿body 
{
	
}
/*REGISTER PAGE*/
.divTitle
{
	width:540px;
	background-color:#DDEBF9;
	color:#005993;
	border-style:double;
	border-color:#DDEBF9;
	border:0 1;
	height:26px;
	padding: 1px 5px 0 15px;
	text-align:center;
	font-weight:bold;
	text-align:left;
}
.divMain
{
	font-family:Calibri;
	font-size:small;
	font-weight:normal;
	position:absolute;
	left:20%;		
	width:570px;
	  
	border-bottom:solid 2px #DDEBF9;
	border-top:solid 2px #DDEBF9;
	border-left:solid 2px #DDEBF9;
	border-right:solid 2px #DDEBF9;			
}
.divTitleOriginal
{
	font-family:Calibri;
	font-size:16pt;
	font-weight:bold;
	color:#DDEBF9;
}
.divData
{	
	width:100%;
	background-color:#F2F6FA;	
	position:absolute;	
	font-family:Calibri;
	font-size:small;
	font-weight:normal;	   
}
.divThankyou
{
	font-family:Calibri;
	font-size: small;
	font-weight:normal;
	vertical-align:middle;
	color:Black;
	padding: 1px 5px 0 15px;
}
.button
{
	font-family:Calibri;
	font-size:small;
	font-weight:bold;
	background-color:#DDEBF9;
}
.ErrorMessage
{	
    color:Red;
    font-family:Calibri;
    font-weight:normal;
    font-size:12pt;
}
.Control
{
	font-family:Calibri;
    font-weight:normal;
    font-size:small;
}
/*REGISTER PAGE*/

/*LOGIN PAGE*/
.divLoginMain
{
	font-family:Calibri;
	font-size:small;
	font-weight:normal;
	position:absolute;
	left:20%;		
	width:350px;	
}
.divLoginTitle
{
	width:100%;
	background-color:#DDEBF9;
	color:#005993;
	border-style:double;
	border-color:#DDEBF9;
	border:0 1;
	height:30px;
	padding: 1px 5px 0 15px;
	text-align:center;
	font-weight:bold;	
}
.divLoginPage
{
	width:350px;
	height:200px;	
	position:absolute;	
	font-family:Calibri;
	font-size:small;
	font-weight:normal;	   	
	background-color:#F2F6FA;		   
	border-bottom:solid 2px #DDEBF9;
	border-top:solid 2px #DDEBF9;
	border-left:solid 2px #DDEBF9;
	border-right:solid 2px #DDEBF9;				
}
.rowSeparator
{ height:20px;}
.rowLogin
{
	font-family:Calibri;
	font-size:small;
	font-weight:normal;	   	
}
/*LOGIN PAGE*/