@charset "utf-8";
/* CSS Document */
.termpopup { width:340px; height:230px; position:absolute; display:none; padding:0px; margin-left:150px; margin-top:70px;font:10px Arial; z-index:5000;background-color:#202020;border:solid 1px #999;}
.close { text-align: right;}
.close a:hover { color:#ed1f24;}
.loginBtn { color:#fff;font-weight:bold}
.termpopup div { padding:5px 10px; font-size:11px; line-height:1.3em;}
.termpopup div h3 { padding-bottom:5px; text-align:center;color:#dad9d9}
.termpopup ol {padding:10px 25px; font-size:12px;list-style:decimal}
.termpopup ol li { padding-bottom:5px; }
.termpopup ol a {border-bottom: 1px dotted #999999;}