@charset "utf-8";
/* CSS Document */

form							{ clear: both; }
 form ul						{ list-style: none; padding: 0px; }
 form li						{ display: block; height: 26px; line-height: 26px; }
select							{ width: 146px; }
textarea						{ width: 250px; height: 100px; }
.column_title					{ margin-left: 70px; }
 .column_title ul li			{ display: block; width: 180px; height: 25px;
 								  float: left; }
.label							{ display: block; width: 180px;
								  float: left; }
.app_one						{ display: block; width: 145px;
								  margin-right: 35px; float: left; }
.app_two						{ display: block; width: 145px;
								  margin-right: 35px; float: left; }
.details						{ display: block; padding-bottom: 50px;
								  margin-left: 70px; clear: both; }
.err							{ color: #FF0000; }
li.err input					{ border: 1px solid #ff0000; padding: 1px; }

/* Income */

.select_one						{ display: block; width: 160px; 
								  margin-right: 10px; float: left; }
.select_one select				{ width: 160px; }
.select_two						{ display: block; width: 78px;
								  margin-right: 7px; float: left; }
 .select_two input				{ width: 75px; }
.select_three					{ display: block; width: 74px;
								  margin-right: 26px; float: left; }
 .select_three select			{ width: 75px; }

.app_one li:hover,
.app_two li:hover,
.select_one li:hover,
.select_two li:hover,
.select_three li:hover			{ background: #e7edf2; }
