body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #000;
	margin: 1em 0 0 0;
	font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
	}

#employment_form, #registration_form{
	width: 62em;
	margin-bottom: 10em;
	
}
	
fieldset {
	padding: 1.2em;
	margin: 0 0 3em 1em;
	border: .1em solid #162c7c;
	display: block;
}

fieldset.dotted {
	border: .1em dashed #162c7c;
}

fieldset.thin{
	width: 30em;
}


fieldset legend {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #162c7c;
	padding: 0 .5em;
}


fieldset input {
	padding: .3em;
	margin-bottom: .4em;
	font-size: 1.2em;
}

fieldset input.big {
	font-size: 1.6em;
	font-weight: bold;
}

fieldset select {
	font-size: 1em;
}

fieldset small {
	font-size: 1em;
	line-height: 1.3em;
	color: #999;
}

fieldset table {
}

fieldset table td, fieldset table th{
	padding: .3em;
}

fieldset table tr th {
	text-align: right;
}
fieldset table tr.title_heads th {
	text-align: center;
	background-color: #f3f0fa;
	padding: .3em;
}
fieldset table .head {
	font-weight: bold;
	font-size: 1.2em;
}

fieldset table tr p{
	margin: 0 0 .5em 0;
}
fieldset table tr.head td p{
	margin: 2em 0 0 0;
}
fieldset table tr.top td p{
	margin: 0;
}


fieldset .note {
	font-family: courier;
	padding: 1em;
	background-color: #f3f0fa;
	text-align: center;
	border-top: .1em solid #162c7c;
	border-bottom: .1em solid #162c7c;
	font-size: 1em;
	margin: 2em;
}

table.employment_history{
	width: 100%;
}

table.employment_history td, table.employment_history th{
	text-align: left;
	vertical-align: top;
}

#bottom_copy{
	background-color: #f3f0fa;
	padding: 1.5em;
	border: .1em solid #162c7c;
	margin: 0 0 2em 1em;
}

input.wide_button{
	width: 40em;
}

.floatFix {
	clear: both;
}

.form_column{
	width: 50%;
	float: left;
}

.centered {
	text-align: center;
}

.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}

.aligntop{
	vertical-align: top;
}

.bigger {
	font-size: 1.2em;
}