@charset "utf-8";
/* CSS Document */

/* this page should only be linked to forms */
.stubz {
}
div#preForm {
	margin: 0px 0px 18px 99px;
}
#theForm p {
	margin-bottom: 9px;
	clear: both;
}
#theForm p input, #theForm p textarea, #theForm p select {
	background: #EED;
	border: 1px solid #444;
	padding: 0px 2px;
}
#theForm p span {
	display: block;
	width: 90px;
	float: left;
	text-align: right;
	padding: 0px 9px 9px 0px;
}
#theForm p span#cblInterest, #theForm p span#rblBudget, #theForm p span#rblStart, #theForm p span#rblAppointment {
	text-align: left;
	display: inline;
	float: none;
}
#theForm p span#cblInterest label, #theForm p span#rblBudget label, #theForm p span#rblStart label, #theForm p span#rblAppointment label {
	float: none;
	margin-right: 3px;
}
#theForm p span#cblInterest input, #theForm p span#rblBudget input, #theForm p span#rblStart input, #theForm p span#rblAppointment input {
	background: none;
	border: none;
}
#theForm p #btnSubmit {
	margin-left: 190px;
	padding: 1px 9px;
	color: white;
	font-weight: bold;
	background-color: blue;
	border: 1px solid black;
}
#theForm p #btnSubmit:hover {
	color: black;
	background-color: #8888FF;
}
#theForm p span#lblOutput {
	display: block;
	float: none;
	text-align: left;
	width: 504px;
	margin: 18px 9px;
	padding: 9px;
	border: dashed 1px #ccc;
}
#theForm span#lblResult {
	display: block;
	width: 60%;
	font-size: larger;
	font-weight: bold;
	margin: auto;
	padding: 3px 3px;
	color: #5d462a;
	border: dashed 1px #b7ab58;
}
#theForm p span.validator {
	background-color: #ffeeee;
	width: auto;
	float: none;
	text-align: left;
	padding: 0px 9px;
}
#theForm div.val-summary {
	color: #cc0000;
	background-color: #ffeeee;
	margin: 0px 0px 9px 99px;
	padding: 3px 9px;
}
#theForm div.val-summary ul {
	margin: 9px 0px 3px 27px;
	padding: 0px;
	font-weight: bold;
}
#theForm .newLabel {
	width: 180px;
}
.width798 {
	width: 798px;
	margin: 0px auto;
}

