table.results {
	width:100%;
	border-collapse:collapse;
	}
table.results td input[type="checkbox"] {
	float: none;
}
table.results td {
	border-top:1px solid #dfdfdf;
	text-align:center; 
	padding:5px 3px; 
	margin:0; 
}

table.results th {cursor: pointer;}
table.results td.nowrap{
	white-space: nowrap;
}

form {
	clear: both;
	/*margin-right: 20px;*/
	padding: 0;
	/*width: 80%;*/
}
fieldset {
	border: 1px solid #ccc;
	margin: 0;
	/*margin-top: 30px;
		padding: 16px 20px;*/
}

fieldset.outer {
	width: 898px;
}

fieldset fieldset#select_tables {
	margin-bottom: 5px;
}

fieldset legend {
	/*background:#fff;
		color: #e32;*/
	font-size: 1.1em;
	font-weight: bold;
}

form div.col1, form div.col2 {
	float: left;
	margin:5px;
	width:360px;
	clear: none;
	padding:0px;
}

form div.col2 {
	margin-left: 0px;
}

fieldset fieldset legend {
	font-size: 110%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 10px;
}
form div {
	clear: both;
	padding: .5em;
	vertical-align: text-top;
}
form div.required {
	font-weight: bold;
}
form div.submit {
	border: 0;
	/*clear: both;*/
	margin-top: 10px;
	margin-left: 140px;
}

.form-buttons .submit {
	margin: 0 20px;
	float: left;
}

.form-buttons {
	width: 300px;
	margin: 0 auto;
}

.form-buttons div {
	clear: none;
}

.checkbox label {
	width: auto;
}

.checkbox input[type=checkbox] {
	margin-left: 143px;
}

label {
	display: block;
	padding-right: 15px;
	text-align: right;
	float: left;
	width: 60px;
}
.inquiry label {
	width: 300px;
}

.textarea label {
	width: 100%;
	text-align:left;
}

input.form-error, textarea.form-error, select.form-error{
	border: 1px solid #a84114;
}



div.error label, .error-message {
	color: #a84114;
}

.error-message{
	margin-left: 70px;
	float:left;
}

.search .error-message{
	margin-left: 0;
	float:left;
}

.search div.col1 {
	width:460px;
}
.search div.col2 {
	width:280px;
}

.search div.col2 label {
	width:70px;
}

.search input.pump-id {
	width:180px;
}

.search .buttons {
	width: 190px;
	margin-right:10px;
	padding: 0;
	float:right;
}

.search div {
	padding:2px;
}

.search .buttons input {
	margin:0 3px;
}


textarea {
	width:95%;
}
.input input {
	width:220px;
}
.search input {
	width:75px;
}

.search label {
	width:160px;
	font-weight:bold;
	color:black;
}

/*input[type=button] {
	width:100px;
	border: none;
	color: white;
	background: url(../img/button.png) repeat-x;
	height: 32px;
}*/
select {
/*	font-size: 120%;*/
	vertical-align: text-bottom;
	width:225px;
}
select[multiple=multiple] {
	/*width: 100%;*/
	width:140px;
	max-height:121px;
}
option {
/*	font-size: 120%;*/
	padding: 0 3px;
}
input[type=checkbox] {
	margin: 0px 6px 7px 2px;
	width: auto;
}

input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
	cursor:hand;
}

input[type=submit], input[type=button], input[type=reset],
input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus {

	width: auto;
}

/* Data */
dl.col3 {
	float: left;
	width: 32%;
}

dl.col2 {
	float: left;
	width: 50%;
}

dl {
	line-height: 1.7em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	/*height: 2em;*/
	font-weight: bold;
	vertical-align: top;
	clear:left;
	float: left;
	width: 20%;
}
dd {
/*	height: 2em;*/
	vertical-align: top;
	float: left;
	width: 60%;
}


