.igdw_MessageBoxControl
{
    min-height: 160px; 
    height: auto;
    width: auto;
    border: 1px solid #AAAAAA;
    background-color:#ffffff;
    margin:auto;
    vertical-align:top;
}


.igdw_MessageBoxHeaderArea
{
	/*background-color:Transparent;
	font-weight:bold;
	border-width:0px;
	height: 24px;
	cursor:default;
	color:White;*/
    height:25px;
    background: url("../../images/questionnaireHeader.png") repeat-x scroll 50% 50% #CCCCCC;
    padding:3px 0px 3px 10px;	
}

.igdw_MessageBoxHeaderArea table, .igdw_MessageBoxHeaderArea th, .igdw_MessageBoxHeaderArea td
{
    border:none;
    }

.igdw_MessageBoxBodyContent
{
	border:solid 0px #999999;
	/*padding:10px;*/
	overflow:hidden !important;
}


.igdw_MessageBoxHeaderButton
{
	margin:4px 3px 3px 3px;
	cursor:pointer;
}


.igdw_MessageBoxHeaderCaption
{
/*	margin-top:16px;
	margin-left:6px;
	padding-top:10px;
	color:White;*/
    color:#0D2B88;
    font-size:16px;
    font-weight:bold;
    margin-top:6px;	
}


.igdw_MessageBoxHeaderButtonArea
{
	width: 120px;
	vertical-align:middle;
}


.igdw_MessageBoxHeaderImage
{
	cursor:default;
}


.igdw_MessageBoxModalBackground
{
	background-color:White;
	filter: alpha(opacity : 50);
	opacity: 0.5;
	z-index: 99999;
}


.igdw_MessageBoxResizingHandle
{
	cursor:se-resize;
}


/* used only when header visible */
.igdw_MessageBoxHeaderCornerLeft
{
	background-color:Transparent;
	background-position:top left ;
	background-image: url(images/igdw_headercornerleft.gif);
	width: 9px;
}


/* used only when header visible */
.igdw_MessageBoxHeaderContent
{
	/*background-image: url(images/igdw_headercontent.gif);*/
}


/* used only when header visible */
.igdw_MessageBoxHeaderCornerRight
{
	background-position:top right ;
	background-image: url(images/igdw_headercornerright.gif);
	width: 9px;
    background-repeat:no-repeat;
}


/* used only when header hidden */
.igdw_MessageBoxBodyCornerTopLeft
{
	background-repeat:no-repeat;
	background-image: url(images/igdw_bodycornertopleft.gif);
	width: 6px;
}


/* used only when header hidden */
.igdw_MessageBoxBodyEdgeTop
{
	background-repeat:repeat-x;
	background-image: url(images/igdw_bodyedgetop.gif);
}

/* used only when header hidden */
.igdw_MessageBoxBodyCornerTopRight
{
	background-repeat:no-repeat;
	background-position:right ;
	background-image: url(images/igdw_bodycornertopright.gif);
	width: 6px;
}

.igdw_MessageBoxBodyEdgeLeft
{
	background-color:WhiteSmoke;
	background-repeat:repeat-y;
	border-left:solid 1px #cddbe2;
	width:1px;
}

.igdw_MessageBoxBodyEdgeRight
{
	background-color:WhiteSmoke;
	border-right:solid 1px #cddbe2;
	width:1px;
}

.igdw_MessageBoxBodyEdgeBottom
{
	background-color:WhiteSmoke;
	background-repeat:repeat-x;
	background-image: url(images/igdw_bodyedgebottom.gif);
	font-size:1px;
    border-bottom :solid 1px #cddbe2;
    height: 1px;
    border-top:solid 1px #cddbe2;
}

.igdw_MessageBoxBodyCornerBottomLeft
{
	background-color:Gainsboro;
	background-repeat:no-repeat;
	background-image: url(images/igdw_bodycornerbottomleft.gif);
	font-size:1px;
	border-left :solid 1px #cddbe2;
	height:1px;
}

.igdw_MessageBoxBodyCornerBottomRight
{
	background-color:Gainsboro;
	background-repeat:no-repeat;
	background-image: url(images/igdw_bodycornerbottomright.gif);
	background-position:right top;	
	font-size:1px;
	border-right :solid 1px #cddbe2;
	height:1px;
}

.igdw_MessageBoxBodyContentArea
{
	background-color:White;
	vertical-align:top;
}