.search	{
margin: 0 0 0 10px;
}

fieldset {
padding: 10px 0 10px 0;
border: none;
}
	
label 	{
color: #603;
}

select 	{
border: 1px solid #999;
width: 300px;
}

form 	{
margin: 0;
padding: 0;
}

table.results {
width: 100%;
}

.results th {
border-bottom: 1px solid #999;
text-align: left;
margin-bottom: 8px;
padding: 3px;
}

td.title {
width: 75%;
padding: 3px;
}

td.postings {
width: 25%;
text-align: right;
padding: 3px;
}

tr.odd td {
background: #e8e9e0;
border: 1px solid #e8e9e0;
}

.new 	{
color: #946;
}

td ul {
margin: 0;
padding: 3px 3px 3px 3px;
list-style: none;
}

span.desclabel {
font-weight: bold;
}

div.info {
background-color: #e8e9e0;
border: 1px solid #ccc;
padding: 6px 8px;
font-size: 85%;
width: 739px;
margin: 4px 0 15px 0;
color: #333;
}

div.info p {
margin-top: 4px;
margin-bottom: 4px;
}

div.info p.note {
color: #600;
}

p.instructions {
position: relative;
}
