
/**
 * jQuery Simple Dialog 
 */
.sd_container{
	font-family: arial,helvetica,sans-serif;
	padding: 10px;
	position: fixed;
	border: solid 2px #353535;
	-webkit-box-shadow: 0px 0px 8px #333;
	background:#FFF;
	width:650px;
	text-align:left;
	color: #666;
	font-size: 1.2em;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a
	{					
	text-decoration: none;
	color: #2779b5;
	}
a:hover
	{	
	text-decoration: underline;
	color: #2779b5;
	}

.sd_header{
	 font-size: 1.5em;
	 font-weight:normal;
	 margin-bottom: 10px;
	 color: #2779b5;
}
.sd_content{}
.sd_footer{
	 color: #a0a0a0;
	 margin-top: 10px;
}
.sd_overlay{
	position: absolute;
	margin:0;
	padding: 0;
	top: 0;
	left: 0;
	background-color: #999;
}
.sd_loading{
	 background: url('js/indicator.gif') center no-repeat;
	 background-color: #fff;
	 height: 60px;
	 width: 60px;
}
.sd_closelabel{
	 position:absolute;
	 width:50px;
	 height:14px;
	 line-height:12px;
	 top:0;
	 left:0;
	 padding:6px;
	 text-align:right;
	 background-color:#fff;
}
.sd_closelabel a {
	text-decoration:none;
	color: #666;
	font-size: 12px;
	font-weight:normal;
	font-style: italic;
}

.pks{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #2779b5;

}
