/* 
	css file for registration (sign up) 
*/
.row-wrapper {
	background-color: #FFF;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.camp_links li { 
	list-style: none; 
}
.half {
	background-color: #E8E8E8; 
	padding: 4px;
	width: 46%;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}