@charset "ISO-8859-1";
* { outline:none;}


.photoTitle{
font-style: italic;
font-size:10px;
margin-top:3px;
line-height: 11px;
}

#popup_wrapper
{
/*margin:0 0 0 -355px; */
position:absolute;
display: block;
width:600px;
left:10px;
top:0px;
}


#popup_contentbkg{
background-color: #ffffff;
position: absolute;
left: 10px;
top: 27px;
width: 595px;
border-left: #9dd0d5 1px solid; 
border-right: #9dd0d5 2px solid;
}

#popup_contentbox{
position: relative;
left: 21px;
top: 05px;
width: 470px;
background-color: #ffffff;
padding: 30px 47px 0px 40px;
border-left: #9dd0d5 1px solid; 
border-right: #9dd0d5 1px solid;
}


#popup_frame_btmleft{
position: relative;
left: 10px;
top: 0px;
width: 29px;
height: 27px;	
}


#popup_frame_btm{
background-image:url('../images/mainimg_frame_btm.gif');
background-repeat:repeat-x;
position: relative;
left: 29px;
top: -27px;
width: 542px;
height: 27px;	
}

#popup_frame_btmright{
position: relative;
left: 569px;
top: -54px;
width: 29px;
height: 20px;	
}

.divider{
border-bottom: #9dd0d5 1px solid; 
width:480px;
margin-top:20px;
margin-bottom:30px;

}


.dottedDivider{
border-bottom: #9dd0d5 1px dotted; 
width:480px;
margin-top:20px;
margin-bottom:30px;

}


.list_title{
font-size: 24px;
color: #A2A842;
line-height: 32px;
font-weight: bold;
margin-bottom: -15px;
}


.bizList{
	padding: 10px 10px 0px 10px;
	background-color: #E8F4F5;
	font-family: Arial, Verdana,  sans-serif;
	font-size: 10px;
	margin-right: 5px;
	width: 300px;
	margin-top: -15px;
}

pre {
	color: #222;
	margin-bottom: 2px;

}