input.mybutton, input.input_submit{
	background: transparent url(../images/buttonback.png)  repeat-x;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	font-family:Tahoma, "Arial","Tahoma";
	font-size:10pt;
	font-weight:bold;
	height:20px;
	/*** margin-left:15px; **/
	margin-top:0;
	padding-bottom:3px;
	width: auto;
	vertical-align:middle;
}

input.mybuttonV {
	background-color: #FAFAFA;
	margin-top:0px;
	/** margin-left:15px; **/
	background: transparent url("../images/buttonbackV.png")  repeat-x; 
	height:20px;
	width:auto !important;
	font-family: "Tahoma";
	color:#FFF;
	font-weight: bold;
	font-size:10pt;
	padding-bottom:3px;
	border: 1px solid #cccccc;
	padding-top:0;
}







/***** homepage google search box ***/
#cse-search-box input[type="submit"]{
		background:transparent url(../images/button.png) no-repeat scroll 0 0;
		border:0 none;
		color:#FFFFFF;
		font-family:Tahoma, "Arial","Tahoma";
		font-size:10pt;
		font-weight:bold;
		height:20px;
		margin-left:15px;
		margin-top:0;
		padding-bottom:3px;
		width:52px;
}

