/* CSS Document */
/* ------------------ gsPopup ------------------- */

div.gspopup
{
	position: absolute;
	display: none;
	padding: 0;
	margin: 0;
	width: 380px;
}

div.gspopup div.top
{
	padding: 0;
	margin: 0;
	background: transparent url(/images/gspopup/title_backgr.png) no-repeat top left;
	height: 35px;
	width: 380px;
	behavior: url(/iepngfix/iepngfix.htc);
	cursor: move;
}

div.gspopup div.content
{
	padding: 5px 10px;
	margin: 0;
	background: transparent url(/images/gspopup/content_backgr.png) no-repeat top left;
	width: 360px;
	behavior: url(/iepngfix/iepngfix.htc);
}

div.gspopup div.bottom
{
	padding: 0;
	margin: 0;
	background: transparent url(/images/gspopup/bottom_backgr.png) no-repeat top left;
	height: 12px;
	width: 380px;
	behavior: url(/iepngfix/iepngfix.htc);
}

div.gspopup div.top div.title
{
	padding: 13px 0 0 20px;
	margin: 0;
	float: left;
	color: #000000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.gspopup div.top div.close
{
	padding: 15px 15px 0 0;
	margin: 0;
	float: right;
}

div.gspopup div.top div.close img
{
	cursor: pointer;
}
