@CHARSET "UTF-8";
* {margin:0;padding:0;}
body {font-size:14px;background:url(../images/gradient.jpg) top center repeat-x fixed;}
h1 {font-size:17px; font-weight:bold; text-align:center; margin-top:18px; margin-bottom:18px;}
.mobButton {border:1 px solid #000; text-align:center; background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* IE10+ */
background: linear-gradient(to bottom, #fefcea 0%,#f1da36 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
padding-top:18px;padding-bottom:18px; margin-top:18px;font-weight:bold;text-align:center; margin-left:16px; margin-right:16px; border:1px solid #000;}
p {margin-top:18px; margin-bottom:16px; border-bottom:1px solid #000; text-align:center; padding-bottom:16px;}
.mobButton:active, .mobButton:hover { background: #ccc; }