
.MessageArea
{
	z-index: 100;
	height: 100px;
	width: 400px;
	margin: 0;
	position: absolute;
    left: 50%;
    top: 25%;
	border: solid 1px #999900;
	background: #FFF;
	background-image: url(../_images/messagearea/bg_slice.gif);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#B0B0B0, direction=135, strength=5);	
}

.MessageAreaText
{

	height: 72px;
	font-weight: bold;
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 3px;
	/*font-size:larger;*/
}

.MessageAreaWarning
{
	border: solid 2px #FF0000;	
}
.MessageAreaValidation
{
	border: solid 2px #FF9900;	
}
.MessageAreaInfo
{
	border: solid 2px #00FF00;	
}

.MessageAreaStopError
{
    border: solid 2px #FF0000;	
}

.MessageAreaQuestion
{
	border: solid 2px #999900;	
}

.messagearea_list
{
    position: absolute;
    right: 4px;
    bottom: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 22px;
	width: 250px;

}

ul.messagearea_list li 
{
    display: inline;
}

/***********************************************************************************************************************/
/*                                                                                                       Hover Buttons */
/***********************************************************************************************************************/

a.hoverbutton_messagearea
{
    margin: 2px;
    padding: 0 15px;
    display: block;
    float: right;
	border-style: solid;
	border-width: 0 1px;
	border-color: #bcc2cd;   
	height: 18px;    
	line-height: 17px;    
	color: #D0D0D0 !important;
	text-decoration: none;
	text-align: center;
	font-weight: bold;	
}   
a.hoverbutton_messagearea, a.hoverbutton_messagearea:link, a.hoverbutton_messagearea:visited
{
	background: url(../_images/hoverbutton/button_slice_off.gif) center repeat-x;
}
a.hoverbutton_messagearea:hover, a.hoverbutton_messagearea:active
{
    color: #FFF !important;
	background: url(../_images/hoverbutton/button_slice_on.gif) center repeat-x;
	text-decoration: none;
}
span.hoverbutton_messagearea_buttonLeft, span.hoverbutton_messagearea_buttonRight
{
    display: none;
}


a.hoverbutton_messagearea_disabled, a.hoverbutton_messagearea_disabled:link, a.hoverbutton_messagearea_disabled:visited
{
	margin: 2px;
	background: url(../_images/hoverbutton/button_slice_on.gif) center repeat-x;
	height: 18px;
    display: block;
	float: right;
	border-style: solid;
	border-width: 0 1px;
	border-color: #bcc2cd;
	color: #333 !important;
	line-height: 17px;
	padding: 0 15px;	
	text-decoration: none;
	text-align: center;
	font-weight: bold;

}
a.hoverbutton_messagearea_disabled:hover, a.hoverbutton_messagearea_disabled:active
{
    background: url(../_images/hoverbutton/button_slice_on.gif) center repeat-x !important;
    color: #333 !important;
}
span.hoverbutton_messagearea_disabled_buttonLeft, span.hoverbutton_messagearea_disabled_buttonRight
{
    display: none;

}