.center {
	text-align: center;
}

.note {
	font-size: .8em;
}

a img {
	border: none;
}

img.help {
	position: relative;
	top: 3px;
}

div#wrapper {
	margin: 10px;
}

div#content {
	width: 650px;
}

div#content h1 {
	font: bold 1.2em Verdana;
}

div#content .warning {
	min-height: 45px;
	_height: 45px;
	padding-left: 50px;
	color: #D9A335;
	background: url(/shared/images/icons/warning.gif) no-repeat;
}

div#form {
	margin: 20px 0 0;
	padding: 0;
}

fieldset {
	margin: 5px 0;
	padding: 0 10px;
	border: none;
	border-top: 1px solid black;
}

fieldset p {
	margin: 5px 0;
	padding: 0;
}

legend {
	font-weight: bold;
}

label {
	float: left;
	width: 250px;
	padding-right: 10px;
	text-align: right;
}

label#lblHiredBeforeYes,
label#lblHiredBeforeNo {
	float: none;
	padding: inherit;
	width: auto;
	vertical-align: top;
}

.fieldNote {
}

input,
select {
	width: 100px;
}

select.year {
	width: 60px;
}

input.radio {
	margin-top: 1px;
	_margin-top: -3px;
	width: auto;
}

input.currency,
input.numeric {
	width: 100px;
	font-size: inherit;
	text-align: right;
}

button#calculate {
	margin-left: 270px;
	_margin-left: 262px;
	margin-bottom: 20px;
}

#footer {
	margin-left: 15px;
	font-size: .8em;
	color: gray;
}

.footnote {
	position: absolute;
	left: 10px;
}


.modalbox h2 {
	font-size: 1.1em;
}

a.button {
	text-decoration: none;
}

