﻿@charset "utf-8";
/*
弹出登陆页面CSS
Build Date: 2010-04-19 16:10
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;}

/*登录面板*/
#popup_panel ol{height:35px;line-height:20px; overflow:hidden; clear:both}
#popup_panel .body{ padding:10px 0;}
#popup_panel .body ol .right{float:right;display:block;width:110px;color:#999}
#popup_panel .body ol .left{float:left;display:block;width:80px;text-align:right}
#popup_panel .body ol .middle{display:block;float:left;width:160px;overflow:hidden;padding-left:10px}
#popup_panel .body ol .middle input[type=text],#popup_panel .body ol .middle input[type=password] {line-height:20px;height:20px;width:150px}
#popup_panel .body ol .middle input.small{width:80px}

#popup_panel .body ol.long .right{float:right;display:block;width:60px;color:#999}
#popup_panel .body ol.long .middle{display:block;float:left;width:250px;overflow:hidden;padding-left:10px}
#popup_panel .body ol.mutil{height:70px}
#popup_panel .body ol.long .middle input[type=text],#popup_panel .body ol.long .middle input[type=password]{line-height:20px;height:20px;width:240px}
#popup_panel .body ol.long .middle input.small{width:80px}

#popup_panel .body ol.btn{ text-align:center}
.btn_org,.btn_gray{height:25px;width:58px;line-height:25px;text-align:center;border:none}
.btn_org{background:url(images/m/b1.png) no-repeat;color:#fff;}
.btn_reset{background:url(images/m/btn_reset.png) no-repeat;color:#fff;}
.btn_gray{background:url(images/m/b2.png) no-repeat;margin-left:10px;}

.l_btn_blue,.l_btn_yellow{height:36px;width:112px;line-height:36px;text-align:center;color:#fff;font-weight:bold;font-size:14px;border:none}
.l_btn_blue{background:url(images/m/l_btn_blue.png) no-repeat;}
.l_btn_yellow{background:url(images/m/l_btn_yellow.png) no-repeat;margin-left:10px}
