


fieldset {
	border: 0; outline:0;
	clear: both;  
		margin:0 0 10px 0; padding:0; 
}
	#header_search {
		z-index: 150;
	}
	#header_search form {
	}
	#searchType {
		position: absolute;
		top:20px; left:-4px;
		display: none;
		width: 266px;
		height: 85px;
		padding:5px 0 0 0;
		font-family: arial, verdana, sans-serif;

	}
	#searchTypeBG {
		display: block;
		width: 266px;
		height: 85px;
		background: url(../images/backgrounds/searchType.png);
		position: relative;
		margin-bottom: -85px;
		top:-5px; left:0;
	}
		#searchType a {
			position: absolute; 
			bottom: 20px; right: 10px;
			display: block;
			width: 14px; height: 14px;
			text-indent: -999px;
			background: url(../images/buttons/x.gif);
			overflow: hidden;
			z-index: 250;
		}
		#searchType a:hover {
			background-position: bottom left;
		}
	#searchType .fields {
		position: relative;
		clear: both; 
		margin: 5px 0;
		padding: 0 0 0 15px;
		z-index: 200;
	}
	#searchType label {
		clear: both; 
	}
	#searchType input {
		margin: 0 5px -3px 0;
	}
.formfield { 
	background: #fff; color: #000; 
}
input, textarea {
	/*color: #a3a3a3;*/
	font: 1.1em Arial, Helvetica, sans-serif;
}
#editUser input {
	color: #000;
	font: 1.3em Arial, Helvetica, sans-serif;
}
input.file {
	width: 100%;
}
.fields {
	margin-bottom: 5px; 
}
	.fields select { 
		background: #fff; color: #000; font-size: 0.9em;
	}
		select.full {
			width: 100%; 
		}
	.fields .check {
		margin:0; padding:0;  line-height: 1.2em;

	}
	.fields .radio {
		margin:0 0 -3px 0; padding:0; line-height: 1.2em;
	}

	.fields { float: left; clear: both; width: 100%; }

	.fields label {width: 100%; clear: both; color: #646362; font-size: 1.1em; line-height: 1.2em; 
			margin:0; padding:0;}
	.fields label.req {font-weight: bold; }

	.fields.double1, 
	.fields.double2 {width: 50%;clear: none; }
		.fields.double1 .formfield {
			width: 95%; margin: 3px 0 0 0;  
		}
		.fields.double2 .formfield {
			width: 100%; margin: 3px 0 0 0;  
		}
		.fields.double1 select {
			width: 95%; margin: 3px 0 0 0;  
		}
		.fields.double2 select {
			width: 100%; margin: 3px 0 0 0;  
		}
	.fields.triple {
		width: 33%;clear: none; 
	}
		.fields.triple label {
			width: auto; 
		}




form.addComment { 
		margin-top: 10px;
		margin-bottom: 0 !important;
		padding: 14px 15px 13px 15px; 
		background: #f4f4f4 url(../images/backgrounds/module-bottom-gray-2.gif) left bottom no-repeat;
	}
	form.addComment textarea { 
		width: 348px; height: 50px; margin: 0; padding: 3px;}
	form.addComment .submit { 
		width: 52px; height: 18px; 
		display: inline;
		z-index: 100;
		cursor: pointer;
		background: url(../images/buttons/submit-yellow.jpg); 
		border: none; outline: none; text-indent: -999px; overflow: hidden;
		margin: 10px 0 0 306px;
	}
	form.addComment .submit:hover {
		background-position: bottom left;
	}

.search {
    
}

form.search label.searchType {
    width: 266px;
    height: 25px;
    padding:5px 0 0 0;
    font-family: "Georgia" ,"Times New Roman", "Times" ,serif;
    font-size: 1.2em;
    display: block;
    color:#646362;
}

form.search input {
    display: inline;
}

form.search input.submit {
		width: 52px; height: 18px;
		display: inline;
		z-index: 100;
		cursor: pointer;
		background: url(../images/buttons/submit-yellow.jpg);
		border: none; outline: none; text-indent: -999px; overflow: hidden;
		margin: 0px;
}

form.search a.clear {
    font-size: 1.1em;
}
		
