.jsWin{
	position:fixed;
	background-color:#fff;
	border:2px solid #000000;
	-moz-border-radius:10px;
	top:200px;
	left:200px;
	z-index:999;
}

.jsWin .titleBar{
	margin:2px;
	height:30px;
	font-weight:bold;
	/*background-color:#efefef;*/
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
}


.jsWin .footerBar{
	/*background-color:gray;*/
	margin-right:20px;
	margin-left:20px;
	margin-bottom:4px;
}

.jsWin .title{
	height:30px;
	margin-left:20px;
	line-height:30px;
	float:left;
font-size:10px;

}

.jsWin .close{
	height:30px;
	margin-right:20px;
	line-height:30px;
	float:right;
	font-size:10px;
}

.jsWin .content{
	margin:10px 5px 20px 5px;
	overflow:auto;
}

