﻿/* CSS Document */

#floatBoxBg
{
	display: none;
	width: 100%;
	height: auto;
	background: #dedede;
	position: absolute;
	top: 0 ;
	left: 0;
}
#floatBox
{
	border: #34a6c2 2px solid;
	width: 300px;
	max-height:670px;
	position: absolute;
	height:auto;
	top: 10px;
	left: 40%;
	padding-bottom:20px;
	background:#fff;
	overflow-y:no-display;
	z-index:1000;
}
.floatBox
{
	border: #34a6c2 2px solid;
	width: 300px;
	max-height:670px;
	position: absolute;
	height:auto;
	top: 10px;
	left: 40%;
	background:#fff;
	overflow-y:no-display;
}

	.floatBox .title
	{
		height: 30px;
		padding: 18px 10px 0;
		background: url(imagesdialog.png) repeat-x;
		background-position:top;
		color: #fff;
	}

		.floatBox .title h4
		{
			float: left;
			padding: 0;
			margin: 0;
			font-size: 14px;
			line-height: 16px;
			color: #fff;
		}

		.floatBox .title span
		{
			float: right;
			cursor: pointer;
		}

	.floatBox .content
	{
		
		height: auto;
		padding: 3px 0;
		background: #fff;
		color: #000000;
		overflow-y:hidden;
		min-height:200px;
		position:static; 
		border:none;
	}