/******************* Set Default  ***************************/
/* Links */
a img, iframe { border: none; }
a, a:link { text-decoration: none; color: #9e0b0f; text-decoration: underline;  }
a:hover { outline: none; text-decoration: none; color: red; }
/* DIVs */
.clear { clear:both; height:0;}
.left { float:left; }
.right { float:right; }
/***********************************************************************/

body { 
margin: 0; 
padding: 0;
font-size: 100%; 
font-family: Verdana, Tohoma,  Ariel;
font-size: 10px;
background: #fff;
}

#container { width: 824px; vertical-align:top; margin:auto; }
.txtWrapper { float: left; width: 525px; padding-right: 10px; }
.warning { padding: 8px; color: #9e0b0f; font-weight: bold; width: 300px; margin: auto; text-align: center; font-size: 16px; }
.scroller {  height: 70px; overflow-y: scroll; border: 1px solid #acabab; padding: 4px; }
.btns { float: left; width: 259px; margin-top: 30px;}
.legal { text-align: center; margin-top: 50px; margin-bottom: 15px;}
