﻿
/*弹窗背景色*/
#backgroundPopup
{
	display: none;
	position: fixed;
	position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}    

#popupContact
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 300px;
	width: 360px;
	background: #FFFFFF;
	border: 3px solid #000000;
	z-index: 200;
	font-size: 13px;
}    

#divTitle
{
	color: #3399FF;
	font-family: 幼圆;
	font-size: large;
	font-weight: bolder;
	font-style: inherit;
	font-variant: small-caps;
	text-transform: none;
}

#popupContactClose{ color:Red; cursor:pointer; font-size:large; float:right;right:0px;top:-30px; position:relative; font-weight:700;display:block; padding:2px 4px 2px 4px;}    

