.mask {
		 background-color:#000;
 		 opacity:0.50;
 		 filter:alpha(opacity=50);
 }
  
#dlg1_c.yui-panel-container.shadow .underlay { 
 		 position:absolute;
           		 left:5px;
 		 right:-5px;
 		 top:5px;
 		 bottom:-5px;
 		 background-color:#000;
 		 opacity:0.12;
 		 filter:alpha(opacity=12);
 }
 #dlg1.yui-panel {
 		 position:relative;
 		 border:none;
 		 overflow:visible;
 		 background-color:transparent;
 		 border:1px solid black;
 }
 #dlg1.yui-panel .container-close {
 		 RIGHT: 6px;
 		 BACKGROUND: url(images/sprite.png) no-repeat 0px -300px;		 
 		 WIDTH: 25px;		 
 		 CURSOR: pointer;		 
 		 POSITION: absolute;		 
 		 TOP: 5px;		 
 		 HEIGHT: 15px;

}
 #dlg1.yui-panel .hd { 
 		 padding:0;
 		 border:none;
 		 background-color:#FFD300;
 		 color:black;
 		 height:22px;
 		 margin-left:6px;
 		 margin-right:6px;
 		 text-align:center;
 		 overflow:visible;
		font-size:1.2em;
		font-family: Arial;
 }
 #dlg1.yui-panel .bd {
 		 overflow:auto;
 		 padding:4px;
 		 /*border:1px solid #000;*/
 		 background-color:#FFF;
 }
 #dlg1.yui-panel .ft {
 		 /*font-size:75%;*/
 		 color:#666;
 		 padding:10px;
 		 overflow:hidden;
 		 /*border:1px solid #000;
 		 border-top:none;*/
 		 background-color:#FFF;
 }
		 
 #dlg1.yui-panel .ft a {
 		 padding: 2px 10px;
 		 border:1px solid black;
 		 color:white;
 		 background-color: #02a14f;
		font-size:1.2em;
 }
 #dlg1.yui-panel .ft a:hover {
 		 color:#02a14f;
 		 background-color: white;
 }
		 
 #dlg1.yui-panel .ft a:visited {
 		 color:black;
 }

 #dlg1.yui-panel .hd span {
 		 vertical-align:middle;
 		 line-height:22px;
 }
 #dlg1.yui-panel .hd .tl {
 		 width:7px;
 		 height:22px;
 		 top:0;
 		 left:0px;
 		 position:absolute;
		background-color:#FFD300;
 }
 #dlg1.yui-panel .hd .tr {
 		 width:7px;
 		 height:22px;
 		 top:0;
 		 right:0px;
		background-color:#FFD300;
 		 position:absolute;
 }
.dialogBody {
	margin:1.4em 50px 0 28px;
	color:#333333;
	font-size:1.2em;
	line-height:1.6em;
	text-align: left;
}
.dialogBody h1 {
	font-size: 3em;
	font-weight: normal;
	color: #02a14f;
	margin-bottom:0.6em;
}
.dialogBody ul {
	margin: 1.4em 0 1.4em 0;
	color: #333;
	line-height: 1.8em;
}
.dialogBody li {
	padding: 0 0 0 20px;
	background: url(/oybike/cms.nsf/img/bullet-green.gif) no-repeat 0 50%;
}
