@charset "UTF-8";

/* ========SERCH CUSTOMIZE======== */
#search a.noCookie{
	display: inline-block;
	margin-top: 10px;
	font-size: 123.1%;
}
#cse-search-form {
	margin-top: 10px;
	width: 200px !important;
}
#cse-search-form table.gsc-search-box td.gsc-input {
	padding: 0 !important;
}
#cse-search-form input[type="text"] {
	padding: 0 !important;
	height: 25px;
	width: 136px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-webkit-appearance: none;
}
#cse-search-form input[type="submit"] {
	margin-left: 0 !important;
	background-color: #333333;
	border: 1px solid #333333;
	color: #FFFFFF;
	height: 27px;
	width: 40px;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-webkit-appearance: none;
}
#cse-search-form .gsc-clear-button{
	background-image: url();
}

*html #cse{
	width: 99%;
}

#cse .gsc-control-cse{
	padding: 0;
}
#cse input.gsc-input{
	padding: 0 !important;
	height: 25px;
	width: 100%;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-webkit-appearance: none;
}
#cse input.gsc-search-button{
	margin-left: 0 !important;
	background-color: #333333;
	border: 1px solid #333333;
	color: #FFFFFF;
	height: 27px;
	width: 60px;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-webkit-appearance: none;
}
#cse .gsc-clear-button{
	display: none;
	background-image: url();
}
