﻿html{color:#333;}

h4 {color:#2e6e9e;}

#body {background:#fff;-moz-box-shadow: 0 0 5px 2px #888;-webkit-box-shadow: 0 0 5px 2px #888;box-shadow: 0 0 5px 2px #888;}

#header {background:#71A8D1;background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(113,168,209)),color-stop(1, rgb(108,143,197)));background-image: -moz-linear-gradient(center bottom, rgb(113,168,209) 0%, rgb(108,143,197) 100%);}
#header h1 {color:#fff;text-shadow: 1px 1px 1px #333;}
#header h2 {color:#fff;text-shadow: 1px 1px 1px #333;}
#header h5 {color:#fff;}

h4.paction {border:solid 1px #FAD42E;color:#363636;background: #f9c667;
    background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c667), color-stop(100%,#f79621)); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); }

.tip {color:#fff;background:#71A8D1;background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(113,168,209)),color-stop(1, rgb(108,143,197)));background-image: -moz-linear-gradient(center bottom, rgb(113,168,209) 0%, rgb(108,143,197) 100%);}
.tip:after {border-color:#71A8D1 transparent transparent; }

.offer {border:dashed 3px #333;background:#fff}
.offer h5 {color:#E17009;}