@CHARSET "UTF-8";

@media all
{
/* Begin
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	/*	Forms
			Header + Footer -> Searcher
	*/

	div#search input.text {
		/*background: transparent url(/images/bg_txt.png) no-repeat;*/
		width: 177px;
		height: 23px;
		border-radius: 10px;
		font-size:1em;
		vertical-align:top;
		padding:3px;
		}

	div#search input.submit {
		background: transparent url(/images/bt_submit.png) no-repeat;
		width: 23px;
		height: 23px;
		border:0 solid transparent;
		cursor:pointer;
    margin-top: 5px;
		}
 
 	div#search input.submit:hover {
		background: transparent url(/images/bt_submit.png) no-repeat 100% 0;
	 	}


	 	/* google branding */
 	div.cse-branding-logo,
 	div.cse-branding-text {
	 	position:relative!important;
	 	float:right!important;
	 	color:#fff!important;
	 	}

/*End
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
}
