/*****************************************************************
	justrhymes.com
	/css/signup.css
*****************************************************************/

.ContentContainer {
	min-height: 300px;
	padding: 0;
	margin: 0;
	padding: 15px;
}

#confirmtext {
	padding: 15px;
}

p {
	margin: 0;
	margin-bottom: 10px;
}

select {
	width: 200px;
}

label {
	width: 135px;
	line-height: 15px;
	float: left;
	font-weight: bold;
}

.input_long {
	width: 250px;
}

.checkboxlabel {
	width: 325px;
}

.checkbox {
	width: 50px;
}

.AccountTypeContainer {
	border: 1px solid #9c9d9d;
	width: 426px;
	height: auto;
	margin: 5px;
	padding: 8px;
	float: left;
}

.AccountFeatures {
	height: 100px;
	list-style: circle;
}

.AccountFeatures li {
	list-style: square;
}

.AccountTypeContainer h4 {
	text-decoration: underline;
}

.AccountTypeContainer input {
	width: 275px;
}

.CellHover:hover * {
	background-color: #E9E9E9;
}