#content label
{
	line-height : 17px;
}
#content label small
{
	line-height : 1em;
}
#content div > label:first-child
{
	width : 130px;
	float : left;
}
#content div > .go_right
{
	float : none !important;
	margin-left : 100px !important;
}
#content div > input[type='submit']:first-child
{
	margin-left : 100px;
}

#content .faux_button
{
 display : -moz-inline-block;
 display : inline-block;
}

#content input, #content select, #content textarea, #content button, #content .faux_button
{
	margin : 1px;
}

#content input[type='text'], #content input[type='password'], #content select, #content textarea
{
	font : 11px/11px Verdana, sans-serif;
	color : #000;

	padding : 1px;
	background-color : #f5f5f5;
	border : 1px inset #eee;
}
#content input[type='text']:hover, #content input[type='text']:focus,
#content input[type='password']:hover, #content input[type='password']:focus,
#content select:hover, #content select:focus,
#content textarea:hover, #content textarea:focus,
#content input[type='submit']:hover, #content input[type='submit']:focus,
#content input[type='reset']:hover, #content input[type='reset']:focus,
#content input[type='button']:hover, #content input[type='button']:focus,
#content button:hover, #content button:focus,
#content .faux_button:hover, #content .faux_button:active
{
	background-color : #fff;
}
#content textarea
{
	line-height : 15px;
}

#content select, #content option, #content button, #content .faux_button, #content input[type='submit'], #content input[type='reset'], #content input[type='button'],
#content input[type='checkbox'], #content input[type='radio'], #content label
{
	cursor : pointer;
}

#content input[type='submit'], #content input[type='reset'], #content input[type='button'], #content button, #content .faux_button
{
	font : 11px/11px Tahoma, sans-serif;
	color : #000;
	
	padding : 1px 6px;
	background-color : #f5f5f5;
	border : 1px outset #eee;
}

#content input.empty, #content textarea.empty
{
	background-color : #ffe;
}
.heading5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #00447D;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}