/* GENERAL */
html, body {
color: #000;
font-size: 11pt;
font-family: "Arial", Helvetica, sans-serif;
text-align:center;
/*background: url(bg.jpg) #0f0109 no-repeat 50% 0;*/
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
border: 0;
}
h1 { font-size: 15pt; }
h2 { font-size: 13pt; }
h3 { font-size: 11pt; }
h4 { font-size: 10pt; }
h5 { font-size: 9pt; }
h6 { font-size: 8pt; }
/* FORMS */
input, textarea {
border: 1px solid #323;
padding-left: 2px;
padding-right: 2px;
}
input, textarea, select {
border: 1px solid #323;
color: #323;
font-size: 9pt;
font-family: "Arial", Helvetica, sans-serif;
background-color: #fff;
}
textarea {
padding-left: 2px;
padding-right: 2px;
width: 316px;
}
input.image_button {
border: 0;
background: none;
padding: 0;
cursor: pointer;
}
input.checkbox {
background: none;
border: 0;
}
input.radiobutton {
background: none;
border: 0;
}
p {
margin-bottom: 5px;
}
.clear {
clear: both;
}
/* PAGE */
#content {
}
#footer {
position:absolute;
bottom: 0px;
height:15px;
width: 100%;
text-align: right;
text-indent: 5px;
font-size: 10px;
background-color:#fff;
border-top: 1px solid #000;
line-height:15px;
}
.divTerms {
font-size: 8pt;
font-family: "Arial", Helvetica, sans-serif;
margin-top:50px;
margin-left:auto;
margin-right:auto;
text-align:center;
width:500px;
text-align:left;
padding:15px;
border:1px dashed #333;
background-color:#eee;
}