	.btn
	{
		border: solid 0 #fff;
		cursor: pointer;
	}
	
	.btn_login1
	{		
		height: 21px;
		width: 79px;
		background: url('../images/buttons/btn_login1.gif');		
	}
	
	.btn_out
	{
		float: left;
		margin-left: 4px;
		display: block;
		margin-bottom: 2px;
		border: solid 1px #000;
	}
	
	.search_btn
	{
		width:13px; 
		height: 17px; 
		background: url('../images/main/search_btn.gif') no-repeat bottom; 
		margin-left: 3px; 
		float: left;
	}
	
	.search_input
	{
		border: solid 0 #FFF; 
		background: none; 
		width: 109px; 
		height: 19px; 
		padding-left: 6px; 
		padding-right: 5px;
		padding-top: 2px;
		font-size: 0.833em;
		color: #6b6b6b;
	}
	
	* html .search_input
	{
		padding-top: 1px;
		font-size: 0.9em;
	}
	
	.search_word
	{
		float: left; 
		padding-top: 3px; 
		padding-right: 3px;
	}

