﻿
body
{	
	background:url('../images/Login/main-bg.gif');	
	background-repeat:repeat;
	text-align :center;
}
.MainDiv
{
	position: relative; 
	border-top: #138cb5 thin solid;
	border-right: #138cb5 thin solid; 
	border-bottom: #138cb5 thin solid; 
	border-left: #138cb5 thin solid;
	background-color: #a1dbef; 
	height:600px ; 
	width :1000px;  
	margin-right :auto ; 
	margin-left :auto; 
	margin-top:15px;
	margin-bottom:15px;	
}
.InnerDiv
{
	position:absolute; 
	left:30px; 
	top :10px; 
	font-size :50px; 
	font-family :Calibri ; 
	font-style : normal; 
	font-stretch :wider; 
	font-weight: bold; 
	color: white;
}
.InnerDiv1
{
	position: absolute;
	background-image: url('../images/Login/loginA.gif'); 
	left:40px; 
	width :565px; 
	height :219px; 
	top :200px; 
}
.InnerDiv2
{
	 height:500px ; 
	 width :330px;   
	 margin-left :650px;   
     background-image:url(../images/Login/login.gif); 
     background-repeat:repeat-y; 
     font-family: Calibri;
}
.InnerDiv3
{
	top :195px; 
	position: relative; 
	text-align :right; 
	width :270px; 
}
.Intro
{
	left: 20px; 
	top: 10px; 
	position: relative; 
	text-align: left; 
	/*width: 500px;*/
    font-family: Calibri; 
    font-size: smaller;
}
.FooterText
{
	right: 20px; 
	top: 10px; 
	position: relative; 
	text-align: right; 
	/*width: 1000px;*/
    font-family: Calibri; 
    font-size: medium; 
    font-stretch: wider; 
    color: white;
}
.Clock
{
	padding-left: 20px; 
	padding-top: 5px; 
	text-align: left; 	
    font-family: Calibri; 
    font-size:xx-small;
    color:White;
}
