* {font-family:helvetica, arial; font-size:12px; -webkit-text-size-adjust:none;}
body{border: 0; margin: 0; background: #424242 url(../images/background_dark.png);}
#header{width: 100%; height: 60px; background: #dd1a32;}
.headerText{color: #ffffff; font-size: 16px; margin: 20px 10px 0 0; float: right; font-style: italic;}
#logo{width: 100px; padding-top: 6px; display: block; float: left; margin: 5px 0 0 7px}
#main{width: 100%; display: block;}

.header{color: #ffffff; font-size: 20px; margin: 10px 0 10px 0; text-align: center;}
.module{background: #eeeeee; width: 100%; min-height: 40px; margin: auto; margin-top: 10px; padding: 1px 0px 10px 0px; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}

#footer{background: #000; border-top: 1px solid #fff; color: #fff; margin-top: 10px; text-align: center; padding: 10px;}
#footer a{color: #ffffff;}
#footer div{margin-top: 5px;}

#termsDialog .close{float: right; position: absolute; border: none; right: 7px;}
#nothanksBtn{cursor: pointer; font-size: 16px; padding: 10px 5px; text-align: center; color: #fff; margin: 15px 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #000;
background: #b71212; /* Old browsers */
background: -moz-linear-gradient(top, #b71212 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b71212), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b71212 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b71212 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b71212 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(top, #b71212 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b71212', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */}

.moduleContent {font-size: 12px; margin: 10px 0 0 0; text-align: center;}
#subMain {padding: 0 10px;}