* { margin: 0; padding: 0; }
.tosn_filter { position: fixed; top: 0; left: 0; width: 100%; height: 100%; _position: absolute; }
.tosn_box { position: fixed; border: 1px solid #dcdada; border-radius: 5px; background: #fff; -webkit-box-shadow: 0 0 15px 5px #666; -moz-box-shadow: 0 0 15px 5px #666; box-shadow: 0 0 15px 5px #666; _position: absolute; margin-top: 10px;  margin-top: 150px; }
.tosn_box .tosn_wrap { position: relative; overflow: hidden; zoom: 1; padding: 10px 10px 20px; }
.tosn_box .tosn_wrap span.tosn_close { position: absolute; top: 20px; right: 20px; display: inline-block; width: 15px; height: 15px; cursor: pointer; text-indent: -9999px; background: url(../image/close.png) no-repeat; }
.tosn_box .tosn_wrap div.tosn_title { font-family: 'Microsoft YaHei'; font-size: 18px; line-height: 35px; cursor: move; text-indent: 5px; color: #333; border-bottom: 1px solid #c0c0c0; text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); }
.tosn_box .tosn_wrap .tosn_cont { font-size: 14px; }
.tosn_box .tosn_wrap .tosn_text { padding: 10px 0; }
.tosn_box .tosn_wrap .tosn_btn { margin-top: 10px; text-align: right; }
.tosn_box .tosn_wrap .tosn_center { text-align: center; }
.tosn_box .tosn_wrap .tosn_right { text-align: right; }
.tosn_box .tosn_wrap .tosn_left { text-align: left; }
.tosn_box .tosn_wrap .tosn_btn a { font-size: 12px; line-height: 24px; display: inline-block; width: 69px; height: 24px; margin: 0 5px; text-align: center; text-decoration: none; color: #fff; border-radius: 5px; background: #54b125; text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); }
.tosn_box .tosn_wrap .tosn_btn a.tosn_no { color: #646464; background: #dfdfdf; }
.tosn_box .tosn_wrap .tosn_info { line-height: 42px; min-height: 42px; margin-top: 20px; padding-left: 100px; background: url(../image/info.png) no-repeat 40px top; _height: 42px; }
.tosn_box .tosn_wrap .tosn_error { line-height: 42px; min-height: 42px; margin-top: 20px; padding-left: 100px; background: url(../image/error.png) no-repeat 40px top; _height: 42px; }
.tosn_box .tosn_wrap .tosn_success { line-height: 42px; min-height: 42px; margin-top: 20px; padding-left: 100px; background: url(../image/success.png) no-repeat 40px top; _height: 42px; }