body {
    padding-top: 0px;
    padding-left: 0px;
    background-image: url("background.jpg");
}
.field {
    clear: both;
    margin-bottom: 10px
}
.title {
    font-size: 24px;
    font-family: "Sans Serif", Verdana, Arial;
    color: #fff;
}
.result {
    font-size: 20px;
    font-family: "Sans Serif", Verdana, Arial;
    color: #45556b;
}

.blue_button {
    border: solid 1px #328cca;
    height: 40px;
    font-size: 15.5px;
    /*border-radius*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    background-image: -moz-linear-gradient(top, #3798db, #2c7cd2);
    background-image: -o-linear-gradient(top, #3798db, #2c7cd2);
    background-image: -ms-linear-gradient(top, #3798db, #2c7cd2);
    background-image: -webkit-linear-gradient(top, #3798db, #2c7cd2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3798db), color-stop(1, #2c7cd2));
    filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#3798db, EndColorStr=#2c7cd2)";
    background-image: linear-gradient(top, #3798db, #2c7cd2);
    width: 100px;
    background-color: #2b96f1;
    cursor: pointer
}
.blue_button:hover {
    background-image: -moz-linear-gradient(top, #3fadf9, #3493f9);
    background-image: -o-linear-gradient(top, #3fadf9, #3493f9);
    background-image: -webkit-linear-gradient(top, #3fadf9, #3493f9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3fadf9), color-stop(1, #3493f9));
    filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#3fadf9, EndColorStr=#3493f9)";
    background-image: linear-gradient(top, #3fadf9, #3493f9)
}

input[type=text] {
    width:380px;
	background: white url(search.png) right no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 40px;
    border:1px solid #ddd;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 15.5px;
    color: #444444;
}