html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td, input {
    font-family: Renault;
}

/*
    Helios style
*/
.btn-warning, .btn-helios {
    background-color: #f9c94d;    
    background-image: -webkit-linear-gradient(top, #f9c94d 0%, #f7b101 100%);
    background-image:      -o-linear-gradient(top, #f9c94d 0%, #f7b101 100%);
    background-image:        -webkit-gradient(linear, left top, left bottom, from(#f9c94d), to(#f7b101));
    background-image:         linear-gradient(to bottom, #f9c94d 0%, #f7b101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c94d', endColorstr='#f7b101', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #f9c94d;
}

.btn-warning:hover, .btn-helios:hover,
.btn-warning:focus, .btn-helios:focus {
    color: #000;
    background-color: #f8b200;
    background-image: -webkit-linear-gradient(#f8b200,#f59400);
    background-image: linear-gradient(#f8b200,#f59400);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8b200', endColorstr='#f59400', GradientType=0);    
    background-position: 0 -70px;

    color: #000;
}

.btn-helios,   .btn-warning,
.btn-helios a, .btn-warning a {
    color: #000;
}
