/* CSS Document */

body { background: #353535; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666; }

p { margin-top: 10px; text-align: center; line-height: 20px; }

ul { color: #000000; }
a { color: #FF3300; text-decoration: underline; }

h1 { font-size: 20px; color: #FF3300; text-align: center; }
h2 { font-size: 18px; color: #FF3300; text-align: center; }

.context { position: relative; height: 550px; }
.left-element { position: absolute; left: 0; width: 60%; }
.right-element p { position: absolute; right: 0; width: 40%; text-align: left; font-size: 12px; color: #FFFFFF; }
.right-element table { font-family: courier; position: absolute; right: 0; width: 40%; text-align: left; color: #FFFFFF; }
.right-element img { position: relative; text-align: center; top: 150px; } 
.right-element img main { position: relative; text-align: center; top: 250px; } 
.right-element a { color: #FF3300; text-decoration: underline; font-size:12px; }
.right-element form { font-family: courier; position: absolute; right: 0; top: 80%; width: 40%; text-align: left; color: #FFFFFF; }

.boxform1 form { font-family: courier; position: absolute; right: 0; top: 50%; width: 40%; text-align: left; color: #FFFFFF; }
.boxform2 form { font-family: courier; position: absolute; right: 0; top: 65%; width: 40%; text-align: left; color: #FFFFFF; }

.formpost form { position: absolute; top:100px; color: #FF3300; font-size:17px; }
.explanation p { position: absolute; top:400px; color: #FFFFFF; font-size:12px;}

.boxlist { position: relative; width=200; color: #FFFFFF; font-family: courier; }
.boxlist a { color: #187ac3; }

.footer p { color: #FFFFFF; font-size: 12px; }
.footer a { color: #FF3300; text-decoration: underline; }
.footer a:hover { color: #ff9000; }

.disclaimer p { line-height: 15px; position: relative; top=50px; bottom=50px; width=50%; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
