.black_overlay{
	margin:0;
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0;
	opacity:0;
	filter: alpha(opacity=0);
}
.white_content {
	display: none;
	position: fixed;
	top: 20%;
	left: 25%;
	/*width: 50%;
	height: 50%;*/
	/*padding: 16px;*/
	/*border: 16px solid orange;*/
	/*background-color: #3e5589;*/
	z-index:1002;
	overflow: auto;
}
/* ---------------------------------------------------------- */
/* IMAGE*/
/* ---------------------------------------------------------- */
.floatphoto_left {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.feedback_title{
	font-weight: bold;
	font-size: 0.9em;
	color: #FFFFFF;
}
.feedback_focus{
	font-weight: bold;
	color: #FFFFFF;
	margin-top:-4px
}
.feedback_details{
	font-weight: normal;
	font-size: 0.8em;
	color: #FFFFFF;
}
/* ---------------------------------------------------------- */
/*Rounded Corners - Feedback panel*/
/* ---------------------------------------------------------- */
.top-left, .top-right, .bottom-left, .bottom-right {
	background-image: url(Feedback/images/roundedCorners.gif);
	height: 15px;
	font-size: 2px;
}
.top-left, .bottom-left { 
	margin-right: 15px; 
}
.top-right, .bottom-right { 
	margin-left: 15px;  
	margin-top: -15px;  
}
.top-right {
	background-position: 100% 0;    
}
.bottom-left  { 
	background-position: 0 -15px;    
}
.bottom-right { 
	background-position: 100% -15px; 
}
.inside {
	background: #3e5589;            
	color: #000000; 
	/*padding: 16px    */  
	width: 586px;
    height: 280px;    
	padding-left: 15px;            
	padding-right:15px;  
	margin-bottom: -10;
}
.inside h3 {
	font-weight: normal;
	font-size: 1.8461em;
	margin: 0 0 0.4583em 0;
	color: #FFFFFF;
}
.inside iframe {
	width:100%;
	height:190px;
	background-color: #1f3668;
}
/* ---------------------------------------------------------- */
/*Close button*/
/* ---------------------------------------------------------- */
.close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #df0e0a;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.close:hover {
    background-color: #999;
    color: #fff;
}
#close {
    background-color: transparent;
    z-index: -1;
}
