﻿

/*Modal Popup*/
.modalBackground
 {
        background-color: #F5F5F5;
        filter: alpha(opacity=60);
        opacity: 0.1;
        
        height: 785px !important;
		border-style: none !important;
		overflow: hidden !important;
 }
  
.sampleStyleA
{
	background-color: #FFF;
}

.sampleStyleB
{
	background-color: #FFF;
	font-family: monospace;
	font-size: 10pt;
	font-weight: bold;
}

.sampleStyleC
{
	background-color: #ddffdd;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: italic;
}

.sampleStyleD
{
	background-color: Blue;
	color: White;
	font-family: Arial;
	font-size: 10pt;
}

.popupContainer{
width:581px;
}

.popupHeader{
width:580px;
background:url(../images/Campaigns/popup_topbx.gif) no-repeat;
height:28px;
}

.popupBg{
width:580px;
background:url(../images/Campaigns/popup_bg_1.gif) repeat-y;
height:199px;
}

.popupBottom{
width:580px;
background:url(../images/Campaigns/popup_btmbx.gif) no-repeat;
height:28px;
}

.shell10{
padding:10px;

}
