/* FIELDSETS */

fieldset {
	border: 0;
	font-size: 1em;
}


/* ACTION BUTTONS */

input.action {
	padding: 2px;
	font-size: 0.85em;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
}
	input.action:hover,
	input.action:focus {
		cursor: pointer;
	}


/* FIELD FORMATING */

form ul {
	list-style: none;
}
/*.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 2px;
	width: 418px;
	clear: left;
}*/
	
/* INPUT BOXES */
input.text, textarea, select {
	padding: 0px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	width: 400px
}

textarea {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 1.1em;
}
input:focus span, textarea:focus span {
	border: 1px solid #000;
}


#SearchForm_SearchForm input.text { 
   padding: 0px 0px 0px 0px; 
   border: 1px solid #A7A7A7; 
   width: 125px; 
	font-weight: bold; 
	font-size: 1.0em; 
	font-family:"Trebuchet MS";
}


 





