/*this is also in form.css, styles-css-profile-main.php*/
div#healthNotice {padding:10px 10px 10px 10px; background:orange; color:#000000; 
border:4px dotted black; font-weight:bold; margin:auto;}
#healthNotice #inner {xmargin-left:300px;font-weight:normal; width:500px; margin:auto; border:1px solid yellow;} 

div#pendingNoticeOk {padding-top:2px; padding-bottom:2px; background:yellow; color:black; border:2px dotted black; text-align:center;}
div#pageNoticeOk {padding-top:10px; padding-bottom:10px; background:#FFFF99; color:black; border:4px dotted black; text-align:center;}
div#noticeFail {padding-top:10px; padding-bottom:10px; background:red;     color:white; border:4px dotted black; text-align:center; font-weight:bold;}
div#pageUpNotice {padding:5px;background:#BF6666; color:white; border:3px dotted black; text-align:center; font-weight:bold;}
																  
div#popit {min-height:15em; 
border:.7em solid $C67171; 
border:.7em solid rgba(198, 113, 113, 0.6); 
position:absolute; top:90px; 
left:240px; 
z-index:99;
}

div#popit form{background:#C1CDCD;width:30em; padding:1em;}
div#popit ul{text-align:left;}
div#popit select	{width:75%;margin:5px;}
div#popit textarea	{width:70%;}
div#popit input		{width:70%;}
div#popit ul		{margin-left:1em;}

div#popitxx form{border:5px solid blue
filter: alpha(opacity=95);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95); opacity:0.95;
}

