﻿.toolbar {
	color:#AFAFAF;
	text-align:left;
	padding-left:10px;
	font-size:15px;
    background-image: url("../image/config/msgbox_title.png");
   	background-repeat: repeat-x;
   	background-position: 10%;
	font-family:Arial, 宋体;
	font-style: normal;
	font-weight:bold;
	height:30px;	
	line-height: 30px;
}

.content {
	background:#ACACAC;
	color:#000000;
	text-align:center;
	font-size:13px;
	font-style: normal;
	padding:20px;
	word-wrap:break-word;
	font-family:Arial, 宋体;
	overflow:auto
}


.bottom {
	background:#ACACAC;
	text-align:center;
	font-weight:bold;
	font-style: normal;
	height:20px;
	line-height:20px; 
	padding:8px
}


.MsgBox_Button {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border: 0px;
	line-height: normal;
	font-family:Arial, 宋体;
	color: #000000;
	height: 21px;
	width:60px;
	text-align:center;
}

.LoginPic {
    width: 71px;
    height: 69px;
    background-image: url("../image/Login_n.png");
}
.LoginPic:hover{ background-image: url("../image/Login_i.png");}
.LoginPic:active{ background-image: url("../image/Login_d.png"); }

.doubleKeyPwd{
	width:100%;
	height:100%;
	position:absolute;
	padding-bottom:8px;
}
.doubleKeyPwdDialog{
	width:400px;
	height:250px;
	z-index:9999;
	background-color:#cccccc;
	border:1px solid #000000;
    margin-top: 10%;
}
input.textlong {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	height: 20px;
	width:150px;
	border: 1px solid black;
	color: #000000;
}
.submitButton
{
   font-family:Arial, 宋体;
   width:100px;
   height: 21px;
   background-repeat: no-repeat;
   border:0px;
   float:right;
   margin-left:10px;
   text-align:center;
   font-size: 13px;
}
.right{float: right;}
.left{float: left;}

.switch
{
   background-image: url("../image/config/switch_button.png");
   background-repeat: no-repeat;
   background-position:100% 50%;
   height: 17px;
   width: 58px;
   border: 1px solid #BBB;
}
.switch:hover{cursor:pointer}

