﻿.premodal
{
	position: absolute; 
	width:100%; 
	height:100%; 
	left: 0px; 
	top: 0; 
	z-index: 3000; 
	display: block;
	background-color:#ccc;
	margin:0;
	padding:0;
}

.modalholder
{
	position: absolute; 
	width:100%; 
	height:100%; 
	left: 0px; 
	top: 0; 
	z-index: 3001; 
	display: block;
}

.modal
{
	width:545px;
	overflow:hidden;
	display:block;
	margin:120px auto 0 auto;
}

.modal .top
{
	width:545px;
	height:12px;
	background-image:url(dialog/dltop.gif);
	background-repeat:no-repeat;
	position:relative;top:0;left:0;
}
.modal .tile
{
	width:523px;
	min-height:235px;
	background:#fff url(dialog/dltile.gif) repeat-y;
	padding:0 11px;
}
.modal .btm
{
	width:545px;
	height:14px;
	background-image:url(dialog/dlbtm.gif);
	background-repeat:no-repeat;
	position:relative;top:0;left:0;
	z-index:1;
	margin:-3px 0 0 0;
}

.modal .colorbar
{
	margin:0;
	width:523px;
}

.modal .colorbar .top
{
	width:522px;
	height:2px;
	background-image:url(dialog/hdtop.png);
	background-repeat:no-repeat;
	background-color:#47b8f5;
	margin:-3px 0 0 0;
	position:relative;top:0;left:0;
	z-index:1;
}



.modal .colorbar .tile
{
	background-image:url(dialog/hdtile.png);
	background-repeat:repeat-x;
	min-height:14px;
	width:514px;
	padding:4px;
	color:#fff;
	text-transform:capitalize;
	background-color:#47b8f5;
	position:relative;top:0;left:0;
	z-index:2;
	margin:0;
}



.modal .colorbar .btm
{
	width:522px;
	height:3px;
	background-image:url(dialog/hdbtm.png);
	background-repeat:no-repeat;
	background-color:#47b8f5;
	position:relative;top:0;left:0;
	z-index:2;
	margin:0;
}

.modal img
{
	border:none;
}

.modal .colorbar .tile .close
{
	width:25px;
	float:right;
	overflow:hidden;	
	text-align:right;
	padding:1px 10px 0 0px;
	color:#fff;
	text-transform:uppercase;	
}

.modal .colorbar .tile .toggle
{
	width:5px;
	float:left;
	padding:0 0 0 7px;
}


.modal h2.barheader
{
	width:440px;
	float:left;
	overflow:hidden;	
	padding:1px 5px 0 0;
	color:#fff;
	text-transform:capitalize;
	font-weight:bold;
	font-size:1em;
	margin:0;
	background-color:Transparent;
	border:none;
}

.modal h2.barheader a
{
	color:#fff;
	text-decoration:none;
}

.modal .container
{
	width:493px;
	padding:10px 15px;
	background:transparent url(dialog/scshot.png) no-repeat scroll right bottom;
	min-height:192px;
	* html height:192px;
	overflow:hidden;
}

.modal .container p
{
	width:350px;
	font-size:1.3em;
}

.modal .container p a:link, .modal .container p a:visited, .modal .container p a:active, .modal .container p a:hover
{
	color:#47b8f5;
	font-weight:bold;
	text-decoration:none;
}

div.bgoverlay
{
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	opacity:0.6;
}