/* reset */
/*
i,b,u,h1,h2,h3,div,span,table,td,th,ul,li {
	font-size: 10pt;
	list-style-type: none;
}
TEXT, SELECT {
	font-size: 10pt;
}

ul {
	padding-left: 0px;
	margin-left: 0px;
}

a, a:visited, a:hover {
	font-size: 10pt;
}
.registration_content {
	background-color: #fff;
	width: 1000px;
	font-size: 12px;
	text-align: left;
}
.registration_content .padder {
	padding: 20px;
}
h1 {
	font-size: 14pt;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 3px 0 3px 0;
	margin: 0px;
	background-color: #eee;
	margin-bottom: 5px;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}
*/
.registration_buttons {
	text-align: center;
	float: right;
	background-color: #FDF1A5;
	padding: 3px;
	width: 400px;
}
/*
.footer {
	border-top: 1px dotted #222;
	padding-top: 3px;
}
*/
.textbox_background {
	background-image: url(//www.hedgeco.net/images/registration/textbox_background.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ABADB3;
	/* height: 25px; */
	padding-top: 5px;
	padding-left: 2px;
}
.textarea_background {
	background-image: url(//www.hedgeco.net/images/registration/textbox_background.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ABADB3;
	width: 700px;
	height: 200px;
	padding-top: 5px;
	padding-left: 2px;
	font-size: 10pt;
}
.selectbox_background {
	background-image: url(//www.hedgeco.net/images/registration/textbox_background.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ABADB3;
	/* height: 25px; */
	padding-left: 2px;
	padding-top: 3px;
}
.textbox {
	width: 100%;
}
.textbox_small {
	width: 100px;
}
.textbox_large {
	width: 400px;
}
.address {
	width: 100%;
}
.manager_basic_information table {
	width: 400px;
}
.manager_basic_information td {
	padding-bottom: 10px;
	padding-right: 5px;
}
.large_table table {
	width: 400px;
}
.large_table td {
	padding-bottom: 10px;
	padding-right: 5px;
}

.manager_basic_information th {
	background-color: #fff;
	color: #000;
	/*height: 25px; */
	text-align: left;
}

.form_layout_left {
	float: left;
}
.form_layout_right {
	float: left;
	margin-left: 50px;
}

.form_help_box {
	padding: 10px;
	border: 1px solid #2f485e;
	background-color: #ececec;
	width: 350px;
}
.end_button {
	background-image: url(//www.hedgeco.net/images/registration/textbox_background.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ABADB3;
	padding: 5px;
	font-weight: bold;
	font-size: 12pt;
}
#navigation {
	float: left;
	width: 200px;
	margin-right: 10px;	
}

#navigation li {
	background-color: #205493;
	border-right: 1px solid #708CAF;
	border-bottom: 1px solid #708CAF;
	padding: 10px;	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;

}
#navigation li a, #navigation li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#navigation li a:hover {
	text-decoration: underline;
}
#navigation li.selected {
	border-color: #fff;
	background-color: #708CAF;
}
/*#navigation li.selected a, #navigation li.selected a:visited  {͊	color: #000;
}
#navigation li.selected a:hover {
	color: #000;
}
*/
#main_content {
	float: left;
}
