	
.customInfoBox-noBeak, .customInfoBox-with-rightBeak, .customInfoBox-with-leftBeak {
	position:absolute;
	opacity: 0.92; 
	-moz-opacity:0.92;	
	filter:alpha(opacity: 92);
	background:transparent;
	z-index:1000;
}

.customInfoBox-body{
	background-color:#FFFFFF;
	border:1px solid #000000;
	left:-5px;
	padding:8px;
	position:relative;
	top:-5px;
	opacity: 0.92; 
	-moz-opacity:0.92;	
	filter:alpha(opacity: 92);
	width:230px;
	z-index:50000;
}

.customInfoBox-shadow {
	background-color:#CCCCCC;
	position:relative;
	left:5px;
	top:5px;
	opacity: 0.92;
	-moz-opacity:0.92;
}

.customInfoBox-previewArea, .customInfoBox-actionsBackground {
	margin-bottom:20px;
	*margin-bottom:-15px;
	margin-top:-15px;
	*margin-top:2px;
	opacity: 0.92; 
	-moz-opacity:0.92;	
	filter:alpha(opacity: 92);
    display:block;
}

.customInfoBox-actions, .customInfoBox-paddingHack {
	display:none;
}

.customInfoBox-beak, .customInfoBox-progressAnimation {
	visibility:hidden;
}



/* ---------  Handlng of Message Box Styles -----------*/
/* !!!  NEEDS TO BE REMOVED FROM HERE AT SOME POINT !!!! */

.MsgBoxLabel
{
    color:#000;
}

.PopUpInnerHolder
{
    border:#888 1px solid;
}

.PopUpTitleStyle
{
    color:#eee;
}

.PopUpTitleBarStyle
{
    background: url(../images/infocontainer/infoheadermessage.png) repeat-x top left;
}

.MsgBoxMainTableStyle
{
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FDFDFD', endColorStr='#DBDBDB', gradientType='0');
    background-color:#fff;
}

.MsgBoxButton
{
    color:#1F1F1F;
    background-color:#F5F5F5;
    border-color:#646464;
}
