﻿@charset "utf-8";
/*
弹出登陆页面CSS
Build Date: 2010-04-30
Author: NOVA WU
Email: novawu@gmail.com
*/
body{ font-family:Tahoma,Verdana,STHeiTi,simsun,sans-serif}

/*a连接样式*/
a.reset{color:#00f}
a.reset:hover{text-decoration:underline;}
/*boxy*/
.boxy-wrapper{position:absolute;}
.boxy-wrapper.fixed{position:fixed;}
/* Modal */ 
.boxy-modal-blackout{position:absolute; background-color:black; left:0; top:0;} 
.title-bar h2{display:inline;font-size:14px}
/* Question Boxes */
.boxy-wrapper .question{min-height:60px; _height:60px;overflow:hidden}
.boxy-wrapper .answers{text-align:right;}
.boxy-btn1,.boxy-btn2,.boxy-btn3{padding:3px 12px 1.9px; border-width:1px; border-style:solid; letter-spacing:1px; line-height:15px; cursor:pointer; overflow:visible;} 
.boxy-btn1{background-color:#425f99; border-color:#5A7EC6 #2C3E5F #2C3E5F #5A7EC6; color:white;}
.boxy-btn2{background-color:#ECE9D8; border-color:#eeeeee #bbbbbb #bbbbbb #eeeeee; color:#333333;}
.boxy-btn3{background-color:#EAEAEA; border-color:#EAEAEA #aaaaaa #aaaaaa #EAEAEA; color:#333333; padding:3px 5px 1.9px;}
.boxy-btn3:hover{background-color:#cad5eb; border-color:#CED8E3 #A2ADBC #A2ADBC #CED8E3;}

/*登录面板*/
#popup_panel{overflow:auto;zoom:1;width:510px;margin:0 auto}
#popup_panel h3,.title-bar{height:29px;line-height:29px;font-size:14px;color:#fff;background:url(images/l_panel_hd.png) no-repeat;padding:0 8px}
#popup_panel h3 a.close,.title-bar a.close{float:right;display:block;line-height:19px;height:19px;width:19px;background:url(images/l_btn_close_off.png) no-repeat;margin-top:5px;padding-left:100px;width:19px;}
#popup_panel h3 a.close:hover,.title-bar a.close:hover{background:url(images/l_btn_close_on.png) no-repeat}
#popup_panel .body,.boxy-content{overflow:auto;zoom:1;border:1px solid #61b8fa;padding:10px;background-color:#fff}

