.ajxpopup {
width: 608px;
z-index: 2;
}

.ajxpopupSM {
width: 250px;
z-index: 2;
}

.ajxtopSM {
height: 10px;
text-align:center;
}

.ajxmidSM {
background:url('images/ajaxpopup/backgroundSM.gif');
background-color: #FFF;
min-height: 50px;
width: 250px;
}

.ajxbotSM {
height: 20px;
width: 250px;
}


.ajxpopupMD {
width: 500px;
z-index: 2;
}

.ajxtopMD {
height: 10px;
text-align:center;
}

.ajxmidMD {
background:url('images/ajaxpopup/backgroundMD.gif');
min-height: 50px;
width: 500px;
}

.ajxbotMD {
height: 20px;
width: 500px;
}


.ajxpopupLG {
width: 600px;
z-index: 2;
}

.ajxtopLG {
height: 10px;
text-align:center;
}

.ajxmidLG {
background:url('images/ajaxpopup/backgroundLG.gif');
min-height: 50px;
width: 600px;
}

.ajxbotLG {
height: 20px;
width: 600px;
}

.ajxheader {
background:url('images/ajaxpopup/titlebg.gif');
background-position:center bottom;
background-repeat:repeat-x;
margin: 0 auto;
text-align:center;
margin-left: 4px;
margin-right: 4px;
}

.ajxheaderinternal {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding-top: 2px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}

.ajxcontent {
color: #333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding-bottom: 7px;
padding-left: 15px;
padding-right: 10px;
padding-top: 5px;
position: relative;
}

.ajxcontent p 
{
margin-top: 0;
padding-top: 0;
}

.arrowleft {
background-image:url('images/ajaxpopup/arrowleft.gif');
height: 32px;
left: -24px;
top: -4px;
position: absolute;
width: 28px;
}

* html .arrowleft 
{
	left: -39px;
}

.arrowright {
background-image:url('images/ajaxpopup/arrowright.gif');
height: 32px;
right: -24px;
top: -4px;
position: absolute;
width: 28px;
}

.ajxclosebox {
margin-left: auto;
height: 20px;
width: 22px;
margin-bottom: -12px;
margin-right: -4px;
position:relative;
z-index: 5;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=40);
	opacity:0.7;
}

img { behavior: url(scripts/iepngfix.htc); } 

