#searchbox
{
	background: #eaf8fc;
	background-image: -moz-linear-gradient(#fff, #d4e8ec);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d4e8ec),color-stop(1, #fff));

	-moz-border-radius: 35px;
	border-radius: 35px;

	border-width: 1px;
	border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7;
	width: 230px;
	height: 30px;
	overflow: hidden; /* Clear floats */
	margin: 0px auto 0px;
}
#cari, #start
{
	float: left;
}
#cari
{
	margin-top: 3px;
	margin-left:5px;
	padding: 5px 9px;
	height: 11px;
	width: 150px;
	border: 1px solid #a4c3ca;
	font: normal 13px 'trebuchet MS', arial, helvetica;
	font-size: 11px;
	background: #ffffff;

	-moz-border-radius: 50px 3px 3px 50px;
	 border-radius: 50px 3px 3px 50px;
	 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}

#start
{
	background: #6cbb6b;
	background-image: -moz-linear-gradient(#95d788, #6cbb6b);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #6cbb6b),color-stop(1, #95d788));
	-moz-border-radius: 3px 50px 50px 3px;
	border-radius: 3px 50px 50px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #7eba7c #578e57 #447d43;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	height: 22px;
    margin: 4px 0 0 4px;
    padding: 0px;
    width: 45px;
    cursor: pointer;
    font: bold 12px 'trebuchet MS', arial, helvetica;
    color: #23441e;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
#start:hover
{
	background: #95d788;
	background-image: -moz-linear-gradient(#6cbb6b, #95d788);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #95d788),color-stop(1, #6cbb6b));
}
#start:active
{
	background: #95d788;
	outline: none;
	 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
#start::-moz-focus-inner
{
	border: 0;  /* Small centering fix for Firefox */
}  
#cari::-webkit-input-placeholder {
   color: #9c9c9c;
   font-style: italic;
}
#cari:-moz-placeholder {
   color: #9c9c9c;
   font-style: italic;
}
#cari.placeholder {
   color: #9c9c9c !important;
   font-style: italic;
}