﻿label {
	display: block;
	float: left;
	clear: left;
	width: 300px;
	text-align: left;
	padding-right: 6px;
	line-height: 24px;
}

label.emph {
	color: red;
	font-weight: bold;
}

p.submit {
	margin-left: 306px;
}

p.emph {
	color: red;
	font-weight: bold;
	font-size: 10pt;
}

p.cupid_link a {
	color: #3366FF;
	font-size: 14px;
}

input, select, textarea {
	border: 1px solid #552B12;
	padding: 3px 4px;
}

.info {
	clear: both;
	padding: 6px 8px 6px 30px;
	background: url("../images/OLD/Info_16x16.png") 7px 4px no-repeat #D1D5FF;
	border-top: 1px solid #999999;
	color: #333333;
}

.warning {
	clear: both;
	padding: 6px 8px 6px 30px;
	background: url("../images/OLD/alert.gif") 7px 4px no-repeat #FEFF9A;
	border-top: 1px solid #333333;
	color: #333333;
}

.soft label, label.soft {
	display: inline;
	float: none;
	clear: none;
	width: auto;
	text-align: left;
	padding: auto;
	line-height: auto;
}

span.helper {
	margin-left: 1.0em;
	font-size: 11px;
	color: #222222;
	font-style: italic;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.submit input {

}

.check_list {
	width: 260px;
	border: 1px solid #999999;
	background: #FEFEFE;
	padding: 4px;
	
	float: left;
	
	height: 200px;
	overflow: auto;
	
}

.locations_form, .equipment_form {
	margin: 1.0em 0;
}

.checked_list {
	float: left;
	width: 325px;
	margin-left: 6px;
}

.checked_list a {
	display: block;
	width: 100px;
	float: left;
	overflow: hidden;
	padding: 4px;
	text-decoration: none;
}

.checked_list a:link, .checked_list a:visited {
	text-decoration: underline;
	background: #FFFFFF;	
}

.checked_list a:hover, .checked_list a:active {
	text-decoration: none;
	background: url("../images/OLD/Close_16x16.png") 90px 3px no-repeat #EEEEEE !important;
}

.checked_list h4, .checked_list p {
	margin: 0 0 0.25em 0;
}

.check_list input {
	padding: 0;
	border: 0;
	background: #FFFFFF;
}

.check_list p {
	margin: 2px;
	width: 240px;
}

.check_selected span {
	display: block;
	float: left;
	width: 120px;
}

.check_selected a {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 6px;
	
}



