#doitPopupContainer {
width:434px;
min-height:;
position:absolute;
z-index:1000;
}

#popupTop {
background-image:url('/images/doit/popup_top.png'); background-repeat:no-repeat;
width:434px; height:18px;
}

* html #popupTop {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/doit/popup_top.png', sizingMethod='scale');
background-image:none;
}

#popupBottom {
background-image:url('/images/doit/popup_bottom.png'); background-repeat:no-repeat;
width:434px; height:18px;
}

* html #popupBottom {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/doit/popup_bottom.png', sizingMethod='scale');
background-image:none;
}

#popupMiddle {
background-image:url('/images/doit/popup_middle.gif'); background-repeat:repeat-y;
width:434px;
}

#popupContent {
margin-left:20px;
margin-right:20px;
position:relative;
}

#popupCloseButton {
position:absolute;
right:0px; top:-10px;
}
* html #popupCloseButton {
right:13px;
}
#popupCloseButton a, #popupCloseButton a:hover {
font-weight:bold;
text-decoration:none;
}