/* User Registration Styles */

.ThemeBox {
	display: inline;
	width: 300px;
	height: 220px;
	text-align: center;
	margin-bottom: 10px;
	float: left;
}
.ThemeBox h2 {
	font-size: 18px;
	color: #606060;
	border: 0px;
}
.ThemeBox IMG {
	border: 1px solid #808080;
	padding: 2px;
}
.Clear 
{
	clear:both ;
}
