﻿#grad1 {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(172,214,232,1) 35%, rgba(48,163,171,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(35%, rgba(172,214,232,1)), color-stop(100%, rgba(48,163,171,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(172,214,232,1) 35%, rgba(48,163,171,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(172,214,232,1) 35%, rgba(48,163,171,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(172,214,232,1) 35%, rgba(48,163,171,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(172,214,232,1) 35%, rgba(48,163,171,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#30a3ab', GradientType=1 );
}