
/* Login classes */

.t1 {
	background: transparent url(images/top1.png) no-repeat scroll bottom right;	
	height:70px;
	width:40px;
}

.t2 {
	background: transparent url(images/top2.png) no-repeat scroll bottom left;	
	width:35px;
}

.t3 {
	background: transparent url(images/top3.png) repeat-x scroll bottom left;	
	width:316px;
}

.t4 {
	background: transparent url(images/top4.png) no-repeat scroll bottom right;	
	width:10px;
}

.t5 {
	background: transparent url(images/top5.png) no-repeat scroll bottom left;	
	width:40px;
}


.mt1 {
	background: transparent url(images/mt1.png) no-repeat scroll top right;	
	height:19px;
}

.m1 {
	background: transparent url(images/m1.png) repeat-y scroll bottom right;	
}

.m5 {
	background: transparent url(images/m5.png) repeat-y scroll bottom left;	
}

.title {
	padding-top:6px;
	padding-left:10px;
	text-align:left;
	color: white;
	font-weight: bold;
	font-size: 20px;	
}



.b1 {
	background: transparent url(images/b1.png) no-repeat scroll top right;
	height:70px;
}

.b2 {
	background: transparent url(images/b2.png) no-repeat scroll top left;
}

.b3 {
	background: transparent url(images/b3.png) repeat-x scroll top left;	
}

.b4 {
	background: transparent url(images/b4.png) no-repeat scroll top right;
}

.b5 {
	background: transparent url(images/b5.png) no-repeat scroll top left;
}

.loginBody {
	background: #72BF44 url(images/login-background.jpg) repeat-x scroll 150px 0;
}

.loginContents {
	background-color: white;
}



