﻿        .cse .gsc-search-button input.gsc-search-button-v2,
        input.gsc-search-button-v2 {
            width: auto;
            height: 28px;
            min-width: 13px;
            margin-top: -1px;
        }

        .gsc-input-box {
            border: 1px solid #D9D9D9;
            background: #fff;
            height: 28px;
        }

		input.gsc-input {
			float: left;
			height: 33px;
			margin-right: 2%;
			border-radius: 4px;
			background-color: #fff;
			border: 1px solid #eee;
			text-indent: 10px;
        }

        .gsc-input {
            padding-right: 1px !important;
        }

        input.gsc-search-button {
           float: left;
			height: 33px;
			border-radius: 4px;
			background-color: #e45a35;
			border: 0;
			color: #fff;
			font-weight: normal;
    		font-size: 16px;
        }

        input#gsc-i-id1.gsc-input {
            background: white !important;
        }

        .gsc-control-cse {
            font-family: Microsoft JhengHei;
            border-color: #FAF9F3;
            background-color: #FAF9F3;
        }
		.gsc-clear-button {display: none;}