﻿.SimplePopup_Default_BtnClose
{
	width:40px;
	height:37px;
	top:20px;
	left:300px;
	position:relative;
	background-image:url(../IMG/SimplePopup/BtnClose3.png);
	
	cursor:pointer;
	
}
.SimplePopup_Default_Container
{
	/*border:4px solid #333333;
	background-color:White;*/
	position:absolute;
	/*padding:5px;*/
	z-index:1000;
}
.SimplePopup_Default_Content
{
	line-height:20px;
}

.SimplePopup_Default_Header
{
	text-align:right;
}



.SimplePopup_Tutorial_Content
{
	margin-top:-20px;
	padding:5px;
	line-height:20px;
}

.SimplePopup_Tutorial_Container
{
	border:1px solid #333333;	
	position:absolute;
	background-color:White;
}

.SimplePopup_Tutorial_Header
{
	font-weight:bold;
	color:White;
	padding:9px;
	font-size:12px;
	background-image:url(../IMG/SimplePopup/HeaderBG.jpg);
	background-repeat:repeat-x;
	
	height:44px;
}
.SimplePopup_Tutorial_BtnClose
{
	width:16px;
	height:16px;
	background-image:url(../IMG/SimplePopup/BtnClose2.png);
	cursor:pointer;
	float:right;
}

.txtStrong
{
	font-size:18px;
	font-weight:bold;	
}

.SimplePopup_ToolTip_Container
{
	background-color:#FFFFC1;
	border:2px solid #FFCC33;
	position:absolute;
	padding:5px;
	z-index:10;
}