.label {
	padding: 1px 10px 0px 0px;
	text-align:right;
	font-weight:bold;
	width:248px;
	line-height: 18px;
}

.userForm {
	height:40px;
	width:500px;
	margin-left:70px;
}

.btn_get_started {
	width: 160px;
	height: 60px;
	background-color: white;
	background-image: url(/images/clients/moneydesktop/btn_get_started.png);
	cursor: pointer;
	clear: both;
	border:none;
	margin: 0px 0px 0px -6px;
}

.signup_button {
	clear:none;
	float:right;
	margin-right:50px;
	border:none;
}

.calculate_button {
	width: 170px;
	height: 65px;
	background-color: white;
	background-image: url("/images/clients/moneydesktop/buttons/calculate-large-button.png");
	margin: 5px 0 10px 0;
	margin-left: 210px !ie;
	cursor: pointer;
	clear: both;
	border:none;
	outline: none;
}

#sub_content ul {
	list-style-type: none;
}

#sub_content li {
	list-style-type: none;
	margin:-10px 0px 0px 20px !important;
}

.calc_result_box {
	margin-left: 46px;
	width: 598px;
	height: 72px;
	background-color: white;
	background-image: url(/images/clients/moneydesktop/why/results_bg.png);
	cursor: pointer;
	clear: both;
	border:none;

}

dl {
	padding-top:8px;
}

dt {
	margin-top:5px;
	width:200px;
	float:left;
	margin-left:20px;
	color:black;
	text-align:right;
	font-size:20px;
	font-weight:bold;
}

dd {
	margin-top:5px;
	width:200px;
	float:left;
	margin-left:10px;
	color:white;
	font-size:20px;
	font-weight:bold;
}

.blue_link {
	color:#467da9;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.try_again {
	float:left;
	margin-top:20px;
	margin-left:50px;
}

.calcErrors {
	color:#DA5F3F;
	font-weight:bold;
	font-size:14px;
}

.error {
	margin-left:250px;
}