@charset "utf-8";
/* CSS Document */
.t_box { position: fixed; width: 320px; height: 240px; border: 1px solid #780000; left: 50%; top: 50%; margin-left: -160px; margin-top: -120px; background-color: #fff; border-radius: 4px; z-index: 10000; box-shadow: 0 0 3px #f60; font-family: "微软雅黑"; }
.t_box input { border: solid 1px #ddd; }
.t_title { height: 24px; line-height: 24px; background-color: #780000; position: absolute; left: 0px; top: 0px; right: 0px; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #780000), color-stop(0, #780000)); color: #fff; border: 1px solid #fff; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; }
.t_conts { position: absolute; background-color: #fefefe; left: 0px;text-align:center; top: 36px; right: 0px; bottom: 0px; padding-bottom: 20px; padding-top: 10px; padding-right: 10px; padding-left: 10px; }
.t_btn { position: absolute; bottom: 0px; left: 5px; right: 5px; text-align: center; height: 35px; font-size: 14px; border-top: dotted 1px #ddd; padding-top: 5px; }
.t_btn .t_soure { height: 28px; background-color: #fefefe; cursor: pointer; border-radius: 3px; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F90), color-stop(100%, #f60)); margin-top: 0; margin-right: 10px; margin-bottom: 0; margin-left: 10px; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; color: #fff; border: 1px solid #f30; }
.t_btn .t_cacl { height: 28px; background-color: #fefefe; cursor: pointer; border-radius: 3px; margin-top: 0; margin-right: 10px; margin-bottom: 0; margin-left: 10px; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; border: 1px solid #ddd; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(100%, #eee)); color: #333; }
