﻿.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;
    background-image: url("../image/config/msgbox_buttun.gif");
	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"); }