#cerca-corso {
    background: #dadada;
    padding: 4px;
    margin: 0px;
    box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.6);
}
#cerca-corso{
	background: #822433;
	margin-bottom:35px !important;
}


#cerca-corso input[type=search] {
    font-weight: 300;
    font-size: 30px;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    color: #666666;
    border: none;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.6);
}


#cerca-corso input[type=search]::-webkit-input-placeholder {
    color: #666666;
}
#cerca-corso input[type=search]:-moz-placeholder {
    color: #666666;
}
#cerca-corso input[type=search]::-moz-placeholder {
    color: #666666;
}
#cerca-corso input[type=search]:-ms-input-placeholder {
    color: #666666;
}

/*#cerca-corso input[type=submit] {*/
#btn-cerca-corso {
    background: url("../images/cerca.png");
    border: 0;
    height: 50px;
    width: 50px;
    display: block;
    position: relative;
    float: right;
    margin: -55px 20px 0 0;
}

@media only screen and (max-width : 767px) {
    #cerca-corso input[type=search] {
        font-size: 20px;
        padding: 17px 15px;
    }
    #cerca-corso input[type=submit] {
        margin: -55px 10px 0 0;
    }
}

#cerca-corso form{
	padding:0px !important;
}