/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014/06/18, 19:56:34
    Author     : ookita
*/

#cse-search-box input[type="submit"] {
    background: linear-gradient(#AFF6DE, #4FDEAE);
    color: #25876C;
    border: 1px solid #5ADEAF;
    padding: 3px 5px 1px 5px;
    font-size: small;
    font-weight: bold;
    -moz-border-radius: 5px; /* firefox */
    border-radius: 5px; /* CSS3 */
}

#cse-search-box input[type="submit"]:hover {
    background: linear-gradient(#BEFFF6, #4AF6BC);
    color: #25876C;
    border: 1px solid #4AF6BC;
    padding: 3px 5px 1px 5px;
    font-size: small;
    font-weight: bold;
    -moz-border-radius: 5px; /* firefox */
    border-radius: 5px; /* CSS3 */
}
