/* =====================================================================	
		form.css
========================================================================
   	Author:
   	Date:
------------------------------------------------------------------------
	Comments
------------------------------------------------------------------------
   
   	
   	
========================================================================*/ 



/* =search
------------------------------------------------------------------------*/

#search {
	position:absolute;
	right:0px;
	top:60px;
}

#search .text {
	font-size:0.8em;
	color:#444;
	width:161px;
 	border:none;
	padding:4px 4px;
	height:1.4em;
	border:1px solid #c5c5c5;
	margin-right:5px;
}

#search input {
	float:left;
}
