@charset "utf-8";
/* CSS Document 
#createAccount_c.yui-panel-createAccount.shadow .underlay { background-color:#999; }  
 
/* Apply the border to the right side  
#createAccount.yui-panel { position:relative; border:none; overflow:visible; background:transparent url(../dialog/brdr-rt.gif) no-repeat top right; z-index: 2; }  
 
/* Style the close icon 
#createAccount.yui-panel .createAccount-close { top:5px; right:8px; height:21px; width:21px; background-image:url(../dialog/close.gif);}  

/* Style the header with its associated corners 
#createAccount.yui-panel .hd { padding:0; border:none; background:transparent url(../dialog/hd.gif); color:#FFF; height:30px; margin-left:10px; margin-right:8px; text-align:left; vertical-align:middle; overflow:visible; }  
#createAccount.yui-panel .hd span { line-height:30px; vertical-align:middle; }  
#createAccount.yui-panel .hd .tl { width:10px;height:29px; top:0; left:0; background:transparent url(../dialog/tl.gif); position:absolute; }  
#createAccount.yui-panel .hd .tr { width:10px;height:29px; top:0; right:0; background:transparent url(../dialog/tr.gif); position:absolute; }  
 
/* Style the body with the left border  */
#createAccount.yui-panel .bd {background: #FFFFFF;} 
#createAccount.yui-panel .ft {background: #FFFFFF;}
 
/* Style the footer with the bottom corner images 
#createAccount.yui-panel .ft { background:transparent url(../dialog/ft.gif); font-size:11px; height:26px; padding:0px 10px; }  
#createAccount.yui-panel .ft span { line-height:22px; vertical-align:middle; }  
#createAccount.yui-panel .ft .bl { width:14px;height:26px; bottom:0;left:0; background:transparent url(../dialog/bl.gif); position:absolute; }  
#createAccount.yui-panel .ft .br { width:14px;height:26px; bottom:0;right:0; background:transparent url(../dialog/br.gif); position:absolute; } 

body {
	margin:0;
	padding:0;
}*/