/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td        {
    padding:0px 0px 0px 0px; 
    margin:0px 0px 0px 0px;
}

html    {
    height:100%
}

body    {
   
}

table   {
    border-collapse:collapse;
    border:0px; 
    width:100%;
}
a, object {
    outline:none;
}

td      {
    vertical-align:top
}

th      {
    text-align:left; 
    vertical-align:top
}

img     {
    border:none
}

h1      {
    font-size:130%
}
h2      {
    font-size:120%
}
h3      {
    font-size:110%
}
h4      {
    font-size:110%
}

p       {
    padding:0px 0px 10px 0px;
}

textarea .inputbox {
    width:300px; 
    height:100px; 
    margin:0px 0px 5px 0px;
}

select  {
    height:auto; 
    margin:0px 0px 2px 0px; 
    vertical-align:middle
}

ul {
    list-style:disc;
    margin:0px 0px 0px 15px;
}
ol {
    margin:0px 0px 0px 15px;
}

.width  {
    width:100%
}
.main   {
    margin:auto; 
    text-align:left
}
.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block; overflow:hidden}
/* End hide from IE-mac */

.btn {
    width: 100%;
    background: #FEF200;
    background-image: -webkit-linear-gradient(top, #FEF200, #C4BA00);
    background-image: -moz-linear-gradient(top, #FEF200, #C4BA00);
    background-image: -ms-linear-gradient(top, #FEF200, #C4BA00);
    background-image: -o-linear-gradient(top, #FEF200, #C4BA00);
    background-image: linear-gradient(to bottom, #FEF200, #C4BA00);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px #666666;
    -moz-box-shadow: 0 1px 3px #666666;
    box-shadow: 0 1px 3px #666666;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    font-weight: bold;
    background: #FEF200;
    text-decoration: none;
}
