/**********************/
/*    GOOGLE SEARCH   */

#gsc-bg {
	position: absolute; 
	top: 71px; 
	left: 392px; 
	
	border:#F00 0px solid;
	/*background:url(../design/gsc_bg.jpg) top right no-repeat;*/
}

#searchcontrol .gsc-control {
	width:205px;
	height:21px;
	position:relative;
	right:0px;
	top:1px;
	border: 0px #F00 solid;
}

input.gsc-input {
	color: #9e9d9d;
	font-style:italic;
	font-size:12px;
	border: 0px solid #add250;
	height:20px;
	cursor:text;
	width:205px;
	padding:0;
	margin:0;
}

td.gsc-input {
	text-align:right;
}

div.gsc-clear-button {
	/*background-image:url(../design/clear.gif);*/
	margin:0px;
	padding:0;
	display:none;
}

td.gsc-clear-button {
	margin:0px;
	padding:0;
	display:none;
	width:0px;
}

textarea.gsc-textarea {
	color: #505050; 
	border: 0px solid #ccc;
	cursor:text;
}

input.gsc-search-button {
	margin-left:0px;
	display: inline; 
	padding: 3px 0px 3px 4px; 
	border: 0px solid #add250;
	background:none;
	color: #505050;
	cursor: pointer;
	font-size: 12px;
	height:21px;
	width:50px;
}

td.gsc-search-button {
	width:50px;
}

table.gsc-branding {
	display:none;
}

.gsc-results {
	padding:5px;
}

/*  google search END  */
/***********************/
