.LoginBox 
{
	color: #000;
	width: auto;
	padding: 20px;
	text-align: left;
	background-color: #3CF;
	border: 3px solid #fff;
	/* Do rounding (native in Firefox and Safari) */
			-webkit-border-radius: 20px;
	-moz-border-radius: 10px;
	height: auto;
}
		
.SignUpBox 
{
	color: #FFF;
	width: 980px;
	padding: 20px;
	text-align: left;
	background-color: #333;
	border: 3px solid #fff;
	/* Do rounding (native in Firefox and Safari) */
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	height: auto;
	vertical-align: text-top;
	background-image: none;
	background-repeat: no-repeat;
}
.DarkBlueBox1 
{
	color: #FFF;
	background-color: #02376F;
	border: 0px solid #fff;
	/* Do rounding (native in Firefox and Safari) */
			-webkit-border-radius: 20px;
	-moz-border-radius: 10px;
	background-image: url(images/header-bg.png);
	background-repeat: repeat;
	height: auto;
}
		
.GoToWeekBox {
	color: #FFF;
	background-color: #023265;
	border: 0px solid #000;
	/* Do rounding (native in Firefox and Safari) */	
 	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
.DeadlineBox {
	color: #FFF;
	background-color: #FEC72C;
	border: 0px solid #000;
	/* Do rounding (native in Firefox and Safari) */	
 	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
.FooterBox {
	color: #FFF;
	background-color: #FEC72C;
	border: 0px solid #000;
	/* Do rounding (native in Firefox and Safari) */	
 	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	height: auto;
	width: auto;
}
.Header1Box {
	color: #FFF;
	background-color: #900;
	border: 0px solid #000;
	/* Do rounding (native in Firefox and Safari) */	
 	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background-image: url(images/bg_red.png);
	background-repeat: repeat;
	height: auto;
	width: auto;
}
.Body1Box {
	color: #666;
	background-color: #F2F9FF;
	border: 0px solid #000;
	/* Do rounding (native in Firefox and Safari) */	
 	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	height: auto;
	width: auto;
}
.Header2Box {
	color: #FFF;
	background-color: #587EA5;
	border: 1px solid #000;
	/* Do rounding (native in Firefox and Safari) */	
 	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-bottomright: 30px;
	height: auto;
	width: auto;
}
.BlueGreyBox {
	color: #000;
	width: auto;
	padding: 20px;
	text-align: left;
	background-color: #449FD0;
	border: 3px solid #fff;
	/* Do rounding (native in Firefox and Safari) */
	-webkit-border-radius: 20px;
	-moz-border-radius: 10px;
	height: auto;
}
.Body2Box {
	color: #666;
	background-color: #F2F9FF;
	border: 0px solid #000;
	/* Do rounding (native in Firefox and Safari) */	
 	-webkit-border-radius: 20px;
	-moz-border-radius: 10px;
	height: auto;
	width: auto;
}
.Header3Box {
	color: #000;
	background-color: #11A2E8;
	border: 0px solid #000;
	/* Do rounding (native in Firefox and Safari) */	 	
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomright: 30px;
	height: auto;
	width: auto;
}

