@charset "utf-8";
/* CSS Document */

	#search_box {

    border:1px solid #174e84;
    border-radius:5px;
	    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	    -moz-box-shadow:inset 0 1px #174e84, inset 0 -2px 5px #ffd05d, 0 0 0 4px rgba(255,255,255,0.65);
    -webkit-box-shadow:inset 0 1px #174e84, inset 0 -2px 5px #ffd05d, 0 0 0 4px rgba(255,255,255,0.65);
	    padding:20px;
	    width:1220px;
		
		
		background-color:#262626;
	}
	
	
	#search_box .wrapper3 {
	    background:#fff;
	    border:1px solid #174e84;
	    -moz-border-radius:2px;
	    -webkit-border-radius:2px;
	    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3), 0 1px #ff0;
	    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3), 0 1px #ff0;
	    padding:13px 0 12px 8px;
	    position:relative;
		width:570px;
		margin-left:620px;
		margin-top:-50px;
	}
	
	#search_box .wrapper2 {
	    background:#fff;
	    border:1px solid #174e84;
	    -moz-border-radius:2px;
	    -webkit-border-radius:2px;
	    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.3), 0 1px #ff0;
	    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.3), 0 1px #ff0;
	    padding:13px 0 12px 8px;
	    position:relative;
		width:570px;
	}
	
	#search_box input { border:none; color:#333; font:bold 17px Helvetica, Arial, sans-serif; width:510px; }
	#search_box button {
    background:-moz-linear-gradient(top, #453e26, #000);
    border:1px solid #000;
	    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-box-shadow:inset 0 -2px 3px #193544, inset 0 1px #907817, 0 1px 1px rgba(0,0,0,4);
    -webkit-box-shadow:inset 0 -2px 3px #193544, inset 0 1px #907817, 0 1px 1px rgba(0,0,0,.4);
	background-color:#16140c;
    cursor:pointer;
    height:45px;
    position:absolute;
    right:2px;
    top:2px;
    width:45px;
	}