div#wrapper {
	margin: 10px;
}

div#content {
	width: 600px;
}

div#content h1 {
	font: bold 1.2em Verdana;
}

.note {
	margin-top: .2em;
	padding: 0;
	font-size: .8em;
	color: #666;
}

.warning {
	min-height: 45px;
	_height: 45px;
	padding-left: 50px;
	color: #D9A335;
	background: url(/shared/images/icons/warning.gif) no-repeat;
}

.help {
	cursor: help;
}

.help img {
	border: none;
	vertical-align: top;	
}

div#form {
	margin: 20px 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 5px;
	border: none;
	border-top: 1px solid #5B72B6;
}

legend {
	margin-top: -2px;
	font-weight: bold;
	color: #5B72B6;
}

div.formfield {
	margin: 10px 0 10px 30px;
	padding: 0;
}

input {
	position: absolute;
	left: 15px;
}

input.currency {
	position: static;
	width: 100px;
	text-align: right;
	border: none;
	background: transparent;
}

.results div.formfield {
	margin: 10px 0 5px;
	padding: 0;
}

.results div.emphasis {
	padding: 5px 0;
	background: #F5F5F5;
	font-weight: bold;
}

.results label {
	float: left;
	clear: both;
	width: 400px;
}

.results div.emphasis input {
	font-weight: bold;
} 

button {
	margin-top: 15px;
	margin-left: 235px;
	_margin-left: 210px;
	margin-bottom: 20px;
}

#footer {
	font-size: .8em;
	color: gray;
}

