.GoogleLikeForms_BLUE input[type="submit"],.GoogleLikeForms_BLUE input[type="reset"],.GoogleLikeForms_BLUE input[type="image"] {
    padding: 8px 30px 7px 30px;
    margin: 5px 2px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    background-color: #2A3B48;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #2A3B48)color-stop(0%, #2A3B48));
    background-image: -webkit-linear-gradient(bottom, #2A3B48 100%, #2A3B48 0%);
    background-image: -moz-linear-gradient(bottom, #2A3B48 100%, #2A3B48 0%);
    background-image: -o-linear-gradient(bottom, #2A3B48 100%, #2A3B48 0%);
    background-image: -ms-linear-gradient(bottom, #2A3B48 100%, #2A3B48 0%);
    background-image: linear-gradient(bottom, #2A3B48 100%, #2A3B48 0%);

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #3D5567;
    text-shadow: 0px 1px 0px #7ea127;
}


.GoogleLikeForms_BLUE input[type="image"] {
    height: 17px;
    padding: 7px 10px 6px 10px;
    position: absolute;
}

.GoogleLikeForms_BLUE input[type="text"],.GoogleLikeForms_BLUE input[type="password"],.GoogleLikeForms_BLUE textarea {
    padding: 8px 10px;
    color: #555555;
    font-size: 12px;
    margin: 5px 2px;
    font-family: 'Droid Sans', sans-serif;
    background-color: #fdfdfd;
    border: 1px solid #c2c2c2;
}

.GoogleLikeForms_BLUE input[type="text"]:hover,.GoogleLikeForms_BLUE input[type="password"]:hover,.GoogleLikeForms_BLUE textarea:hover {
    border: 1px solid #3D5567;
    outline: none;

    box-shadow: -1px 1px 2px rgba(0,0,0,.1) inset;
    -moz-box-shadow: -1px 1px 2px rgba(0,0,0,.1) inset;
    -webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.1) inset;
}

.GoogleLikeForms_BLUE input[type="text"]:focus,.GoogleLikeForms_BLUE input[type="password"]:focus,.GoogleLikeForms_BLUE textarea:focus {
    border: 1px solid #3D5567;
    outline: none;

    box-shadow: -1px 1px 2px rgba(0,0,0,.1) inset;
    -moz-box-shadow: -1px 1px 2px rgba(0,0,0,.1) inset;
    -webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.1) inset;
}

.GoogleLikeForms_BLUE input.GLF_correctInput {
    border: 1px solid #90d190;
    color: #407d40;
    text-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

.GoogleLikeForms_BLUE input.GLF_correctInput:focus,.GoogleLikeForms_BLUE input.GLF_correctInput:hover {
    background-color: #e7f9e7;
    border: 1px solid #7cc17c;
}

.GoogleLikeForms_BLUE input.GLF_wrongInput {
    border: 1px solid #ff9597;
    color: #933a3c;
}

.GoogleLikeForms_BLUE input.GLF_wrongInput:focus,.GoogleLikeForms_BLUE input.GLF_wrongInput:hover {
    background-color: #fff2f2;
    border: 1px solid #ff6e70;
}

.GLF_search {
    position: relative;
}

.GLF_search input.searchINPUT {
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    margin-right: 0px;
}

.GLF_search input.searchBTN {
    position: absolute;

    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    margin-left: -4px;
}
