
#content .field {
	display:block;
	width: 500px; /* otherwise the width seems to be 0 */
	margin-bottom: 10px;
}

.middleColumn {
	display: inline;
	clear: none;  
}

label { 
	display: block;
	clear: none;
	float: left;
	font-weight: bold; 
	width: 200px; 
	color: #000000;
	font-size: 10pt;
}

#content fieldset{
	border: 0px;
}

form label { 
    margin-bottom: 8px;
}

form p {
    margin-top: 8px; 
}

#searchbar label {

    display: none;
    visibility: hidden;
}

#searchbar {
	padding:0px 0px 25px 0px;
}

#searchbar form fieldset {
	border:0 solid;
}

#searchbar #s {
	height:1.2em;
	width:130px;
	margin:0 5px 0 0;
	border:1px solid #a0a0a0;
    
}

#searchbar #SearchForm_SearchForm_action_search_results{
	width:auto;
	padding:2px 4px;
    background: #eeeeee;
	font-size:1.0em;
    font-weight: bold;
	text-align:center;
    border-bottom: 1px solid #000c68;
    border-right: 1px solid #000c68;
    border-top: 0px solid #000c68;
    border-left: 0px solid #000c68;
    color: #000c68;

    float: right;
}

#searchbar #SearchForm_SearchForm_action_search_results:hover {
    border-top: 1px solid #000c68;
    border-left: 1px solid #000c68;
    border-bottom: 0px solid #000c68;
    border-right: 0px solid #000c68;
}

#searchbar #SearchForm_SearchForm_Search {
    padding: 1px;
    padding-bottom: 3px;
    border-top: 1px solid #000c68;
    border-left: 1px solid #000c68;
    border-bottom: 0px solid #000c68;
    border-right: 0px solid #000c68;
}



#searchbar input {
	float: left;
	display:inline;
	margin-left: 0px;
}

.middleColumn input, .middleColumn textarea, .middleColumn select {
    padding: 1px;
    padding-bottom: 1px;
    border-top: 2px solid #000c68;
    border-left: 2px solid #000c68;
    border-bottom: 1px solid #000c68;
    border-right: 1px solid #000c68;
}

select {     
    color: #000C68;
    background: #eeeeee;
	font-size:1.0em;
    font-weight: bold;
}

select option {
    padding: 0px 5px;    
}

.Actions input {
    padding:1px 3px;
    background: #eeeeee;
	font-size:1.0em;
    font-weight: bold;
	text-align:center;
    border-bottom: 2px solid #000c68;
    border-right: 2px solid #000c68;
    border-top: 1px solid #000c68;
    border-left: 1px solid #000c68;
    color: #000c68;
}

.required {
    display: block;
    clear: both;
    color: #ff0000;
}	