20 lines
		
	
	
		
			462 B
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			462 B
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
#search{border-radius: 5px; margin:10px;margin-top:25px;}
 | 
						|
input {
 | 
						|
	border:none; 
 | 
						|
	-webkit-border-radius:5px; 
 | 
						|
	-moz-border-radius:5px; 
 | 
						|
	border-radius:5px;
 | 
						|
	-webkit-box-shadow:0 0 5px #666 inset; 
 | 
						|
	-moz-box-shadow:0 0 5px #666 inset; 
 | 
						|
	box-shadow:0 0 5px #666 inset; 
 | 
						|
	height:15px;
 | 
						|
	line-height:25px;
 | 
						|
	width:200px; 
 | 
						|
	text-indent:5px;
 | 
						|
}
 | 
						|
#eric {
 | 
						|
	font: 15px Tahoma, Helvetica, Arial, Sans-Serif;
 | 
						|
	text-align: center;
 | 
						|
	color: #222;
 | 
						|
	text-shadow: 0px 1px 1px #555;
 | 
						|
} |