#registerBox .m{
	height:180px;
}
	#registerBox h1{
		margin:0 0 25px 0;
		text-align:center;
		color:#ccc;
	}
	#registerBox .fieldsHolder{
		margin:0 auto 10px;
		text-align:center;
	}
		#registerBox .sbmButton{
			height:30px;
			margin:10px auto 0;
			vertical-align:middle;
		}
		
.boxesHolder{
	margin:0 0 15px 0;
	width:960px;
	clear:both;
}

.notice{
	margin:10px auto 0;
	width:80%;
	text-align:center;
}

