
/* Maintenance Mode ---------------------------------------------------------------------------- */
#maintenance_mode_container							{ width:600px; height:25px; position:absolute; margin:-20px 0px 0px -300px; left:50%; z-index:5001; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter:alpha(opacity=75); opacity:.75; }
#maintenance_mode_body								{ width:600px; height:20px;  background:url(http://www.ipromote.com/image-dir/maintenance/maintenance_body.png) repeat-y;  }
#maintenance_mode_bottom							{ width:600px; height:5px; background:url(http://www.ipromote.com/image-dir/maintenance/maintenance_bottom.png) no-repeat; }
#maintenance_mode_container p						{ font-size:12px; color:#ffffff; padding-top:3px; text-align:center; }

/* User Problem ---------------------------------------------------------------------------- */
.user_notification_container						{ width: 600px; text-align: center; left:150px; top:-10px; position:absolute; z-index:5001; padding:10px; }

#user_problem 										{ background-color:#d3644a; }
#user_problem h3									{ color:#ffffff; font-size:14px; }
#user_problem ul									{ margin:5px 0px; }
#user_problem li									{ list-style: none; text-transform:uppercase; font-weight:bold; color:#ffffff; font-size:13px; }
#user_problem a										{ color:#ffffff; text-decoration: underline; }

#user_notification									{ background-color:#98c44b; }
#user_notification h3								{ color:#333333; }
#user_notification ul								{ margin:5px 0px; }
#user_notification li								{ list-style: none; text-transform:uppercase; font-weight:bold; color:#333333; }


/* Development Errors ---------------------------------------------------------------------------- */

#header_error										{ padding:10px 0px; margin-bottom:10px; }
#header_error li									{ padding:2px 0px; font-size:11px; color:#e4593e; }
#header_error h3									{ font-size:14px; margin-bottom:5px; color:#e4593e; }
