	#body {
		width: 810px;
	}
	input[type=text],textarea {
		
		border: 1px solid #999;
	}
	form#search {
		width: 800px;
	}
	form#search table {
		margin: 20px 0;
		width: 770px;
	}
	
	form#search table td, form#search table th {
		text-align: left;
		line-height: 30px;
	}
	form#search table th {
		line-height: 15px;
		padding-top: 20px;
	}
	form#search table {
		width: 770px;
	}
	form#search table td, form#search table th {
	     text-align: left;
	}
	form#search table tbody tr td:nth-child(2) input {
		width: 35px;
	}
	form#search table tbody tr td:nth-child(4) input {
		width: 60px;
	}
	form#search table tbody tr td:nth-child(8) input {
		width: 35px;
	}
		form#search table tbody tr td:nth-child(10) input {
		width: 50px;
	}
	form#search table tbody tr td input[name="start"],
	form#search table tbody tr td input[name="end"] {
		width: 80px;
		margin: 0 10px 0 0;
	}
	form#search table tbody tr td input[name="end"] {
		margin-left: 10px;
	}
	form#search table tbody tr td input[type="radio"] {
		width: auto;
		margin: 0 10px 0 0;
		padding: 0;
	}
	form#email {
		width: 550px;
		margin:auto;
	}
	form#email label {
		margin: 10px 0;
		display: block;
	}
	form#email .panel {
		width: 505px;
	}
	form#email .panel table {
		margin-top: 20px;
	}
	form#email h1 {
    	font-size: 20px;
	}
	form#email h2 {
    	font-size: 12px;
    	width: 475px;
    	float: none;
	}
	form#email h3 {
    	font-weight: normal;
    	font-size: 12px;
	}
	form#email input, form#email textarea, table {
    	font-size: 100%;
	}
	form#email td,
	form#email th {
		padding: 5px 0;
	}
	form#email th {
    	text-align: left;
    	font-weight: normal;
	}
	form#email textarea {
    	width: 500px;
    	height: 300px;
    	overflow-y: auto;
	}
	form#email .email, form#email .subject {
    	width: 440px;
	}
	form#search .scroll-table {
		float: left;
		width: 100%;
		font-size: 0.9em;
	}
	form#search table.scroll-table thead,
	form#search table.scroll-table tbody {
		display:block;
		width: 765px;
	}
	form#search table.scroll-table tbody {
		height: 300px;
		overflow: auto;
	}
	@media print {
		form#search { 
			display: noprint;
		}
	}
	table.scroll-table tr {
		height: 24px;
	}
	table.scroll-table tr.alt td {
		background-color: #f2f2f2;
	}
	form#search table.scroll-table tbody td:nth-child(1),
	form#search table.scroll-table thead th:nth-child(1) {
		width: 40px;
		text-align: center;
		font-weight: bold;
	}
	form#search table.scroll-table tbody td:nth-child(2),
	form#search table.scroll-table thead th:nth-child(2) {
		width: 65px;
	}
	form#search table.scroll-table tbody td:nth-child(3),
	form#search table.scroll-table thead th:nth-child(3) {
		width: 200px;
	}
	form#search table.scroll-table tbody td:nth-child(4),
	form#search table.scroll-table thead th:nth-child(4) {
		width: 125px;
	}
	form#search table.scroll-table tbody td:nth-child(5),
	form#search table.scroll-table thead th:nth-child(5) {
		width:245px;
	}
	form#search table.scroll-table tbody td:nth-child(6),
	form#search table.scroll-table thead th:nth-child(6) {
		width:75px;
	}
	form#search table.scroll-table th {
		color: #fff;
		background-color: #888;
		padding:5px 0;
		cursor: ns-resize;
	}