/* CSS Document */

body { 
  background: #353535; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #F30; 
  line-height: 20px;
}

a { color: #F30; }
h1 { font-size: 20px; text-align: center; }
h2 { font-size: 18px; text-align: center; clear: both;}

.context {
  margin:10px auto 20px auto;
  width:1024px;
}

.left-element { float: left; margin: 10px; }

.right-element { float: left; width: 35%; margin-top:50px}
.right-element form { font-family: courier; font-size:17px;}

.explanation p { color: #FFF }
.footer { clear: both; color: #FFF; text-align: center;}
.disclaimer { clear: both; text-align: center; line-height: 15px; color: #FFF;}

.right-element table { float: left; color: #FFF; text-align: left; font-family: courier; }
#tabs { clear: both; }
