/* ORIGINAL STYLES */
.modalPopupBackground
{
 	background-color:#000;
 	filter:alpha(opacity=50);
 	opacity:0.7;
}

span.sup
{
	font-size:.7em;	
	vertical-align:top;	
}

.modalPopupPanel
{    
    padding:5px 5px 5px 5px;
    color: #000000;
	background-color: #FEF8F8;
	border-left: solid 2px #A0A0C0;
	border-top: solid 2px #A0A0C0;
	border-right: solid 2px #404080;
	border-bottom: solid 2px #404080;
}
.modalPopupPanel div
{
    display:block;
    margin:-5px -5px 10px -5px;
    padding:5px 5px 5px 5px;    
    background-color: #1f60a9;
    height:inherit;
	color: #FFFFFF;
}
.modalPopupPanel div a
{
    float:left;
    padding:5px;
    color:Black;
}
/* END ORIGINAL STYLES */


/* NEW STYLES*/
body { background:#fff; }

#foregroundElement 
{ 
	margin:0px auto 0 auto; 
	position:relative; 
	width:456px; 
	height:auto; 
	z-index:100001; 
}


#surveyWrap 
{ 
	background:#f9f9f9; 
	color:#000; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:12px; 
	overflow-x:hidden;
	overflow-y:auto;	
	width:456px;		
	/*height: expression( this.scrollHeight > 599 ? "600px" : "auto" );*/	
	
	
	max-height:500px; 
	height:auto; 
	height:auto !important;
	height:500px;
}
	span.qText { display:block; font-weight:bold; margin:12px 0 0; }
	#surveyWrap select { width:180px; }

.frameOne { background:#f9f9f9 url(../images/frameOneHead.gif) top left no-repeat; padding:168px 20px 20px; width:416px; }

.innerFrame { background:#f9f9f9 url(../images/innerFrameHead.gif) top left no-repeat; padding:20px 20px 20px; width:416px; }

.subFrame { padding-top:60px;}

#closeBtn { float:right;}


#closeBtn a { background:transparent url(../images/closeBtn.gif) top left no-repeat; display:block; text-indent:-9999px; width:18px; height:16px; }
	
.buttons 
{ 
	float:left; padding:0 20px 15px 0px; 
}

a.button 
{	
	display:inline; float:left; margin:0 5px 20px 0; position:relative; height:31px;  
}

a.Information { color:#828385; text-decoration:none; padding-right:17px; }

a.Information:hover { text-decoration:underline; }


a.Back { color:#000000; text-decoration:none; font-weight:bold; float:left; padding-right:17px; }

a.Back:hover { text-decoration:underline; }

div.surveyFooter { list-style:none; margin-left:10px; float:left;}

p.linkspace  
{
	/*line-height: 4px;*/
	margin:2px 0;
}