﻿@charset "utf-8";
.popupwin{
	width:486px;/*设定popup框宽度*/
	height:563px;/*设定popup框高度*/
	top:300px;
	position:absolute;
	z-index:1;
	display:none;
}
.movediv {
	background-color:#FFFFFF;
	font-size:12px;
	font:Arial, 宋体;
	border:1px #666666 solid;
	padding:1px;
}
.movediv_title_c{
	height:20px;/*设定标题栏高度*/
	line-height:20px;
	background-color:#666;
	color:#FFFFFF;
	position:relative;
	margin-bottom:1px;
	font-weight:bold;
}
.movediv_content{
	height:542px;/*设定内容框高度：popupwin高度-movediv_title_c高度-1*/
}
.movediv_title{
	float:left;
	padding-left:5px;
}
.movediv_close{
	float:right;
	width:20px;
	text-align:center;
	cursor:pointer;
}
.movediv_close a {
	background-color:#666;
	color: #FFF;
	text-decoration:none;
	display:block;
}
.movediv_close a:hover {
	color: #F00;
}

