body {
	margin: 0px;
	padding: 0px;	
	background-color:#99F; 
	color: #333;	
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;	
	text-decoration: none;
	margin: 0px;
	padding: 0px;	
}
.tab_text {
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #333;  
	text-decoration: none;
	text-align:justify;
	line-height: 22px;
	margin: 0px;
	float: left;	
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.login-leftbg {
	/*background-image: url(../images/left-loginbg.jpg);
	background-repeat: no-repeat;*/
	width:290px;
	height:100px;
	background-color:#FFFF66;
}

.submitbutton
{
	border-right: #000000 1px ridge;
	border-top: #000000 1px ridge;
	padding-bottom: 2px;
	font: bold 9pt verdana, arial, sans-serif;
	border-left: #000000 1px ridge;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: #000000 1px ridge;
	background-color: #006600;
}
.guestbutton
{
	border-right: #000000 1px ridge;
	border-top: #000000 1px ridge;
	padding-bottom: 2px;
	font: bold 9pt verdana, arial, sans-serif;
	border-left: #000000 1px ridge;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: #000000 1px ridge;
	background-color:#03F;
}
#mainDiv{
	height:auto;
	width:1030px;
	margin:0px auto 0px auto;
	background-color:#FFF;
}

#headerDiv{
	height:190px;
	width:1030px;
	margin:0px auto 0px auto;
	background-color:#FCF;
}
#calDiv{
	height:270px;
	width:350px;
	background-color:#FFF;
	
}

#loginpanel1{
	height:150px;
	width:300px;
	background-color:#66CCFF;
	position:absolute;
	top:250px;
	left:880px;
}

#guestDiv{
	height:50px;
	width:150px;
	background-color:#F96;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	position:absolute;
	top:300px;
	left:600px;
	border-radius:20px;
	text-align:center;
}

#guideDiv{
	height:50px;
	width:150px;
	background-color:#FFF;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	position:absolute;
	top:300px;
	left:600px;
	border-radius:20px;
	text-align:center;
}

#textDiv{
	height:130px;
	width:1030px;
	margin:0px auto 0px auto;
	background-color:#FFF;
	
}
#border1 {
	width:1025px;;
	height:500px;
	border-radius:20px;
	border:2px thick #03F;
	background-color:#CCCCFF;
}