@charset "utf-8";
/* CSS Document */
.fixes { position: fixed; z-index: 1011; height: 100%; width: 100%; left: 0px; top: 0px; }
.alert { width: 264px; margin-left: -142px; position: absolute; left: 50%; top: 50%; background-color: #fff; margin-top: -88px; padding: 10px; }
.alert h2 { line-height: 30px; height: 30px; border-bottom: solid 2px #369; font-size: 18px; }
.cts { padding: 15px 0; }
.cts p { line-height: 50px; font-size: 16px; text-align: center; }
.cts .new_btns { background: #efefef; height: 35px; cursor: pointer; border-radius: 3px; background: -webkit-linear-gradient(90deg, #f3f3f3 0, #fdfdfd 50%, #ffffff 100%); border: solid 1px #ccc; margin-right: auto; font-size: 16px; min-width: 60%; max-width: 80%; display: block; line-height: 35px; margin: 0 auto; color: #369; }
.cts .btns:hover { border-color: #3c7fb1; box-shadow: 0 0 3px #069; text-decoration: none; }
.cts .line { display: block; height: 20px; border-top: dotted 1px #999; margin-top: 15px; }
