.font_12_bold_white		{color:#FFFFFF; font-size:12px; line-height:23px;  font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; }
.font_11_normal_darkgray	{color:#303030; font-size:11px; line-height:17px; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif; }
.font_11_normal_white		{color:#FFFFFF; font-size:11px; line-height:17px; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif; }

#reminderPanel_c.yui-panel-container.shadow .underlay 
{ 
	background-color:#999; 
}


#reminderPanel
{
	position: absolute;
	visibility: hidden;
}


#reminderPanel.yui-panel 
{
	border:none; 
	overflow:visible; 
	background-color:transparent; 
	position: absolute;
	visibility: hidden;
}


#reminderPanel.yui-panel .container-close 
{ 
	top:3px; 
	left:4px; 
	height:18px; 
	width:17px; 
}

#reminderPanel .hd {
	padding:0;
	border:none;
	height:23px;
	background: transparent url(../img/gamingreminder/rebox_title_bg.gif);
	width:260px;
}

#reminderPanel .hd .tm 
{
	height:23px;
	text-align:left;
	vertical-align: middle;
	padding-left:5px;
	float:left;
}
#reminderPanel .hd .tl 
{
	width:23px;
	height:23px;
	float:left;
	background:transparent url(../img/gamingreminder/rebox_tl.gif);
}
#reminderPanel .hd .tr 
{
	width:5px;
	height:23px;
	background:transparent url(../img/gamingreminder/rebox_tr.gif);
	float:right;
}

#reminderPanel .bd 
{
	padding:8px;
	border:2px solid #009036;
	background-color:#CFE3CD;
	float:left;
	width: 260px;
	max-width: 240px;
}

#reminderButton{
	width: 103px;
	height: 21px;
	background-image: url(../img/registration/registration_button_green.gif);
}
