.text_header{
	color: #008BCC;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0;
}
div.apple_overlay.black {
width:608px;
height:568px;
color:#000;
margin:0 30px 0 30px;;
}
 
img.board {
	cursor:pointer;
	cursor:pointer;
	margin:0px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:0px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.details {
	color:#00;
	padding:0px 0 30px 0;

}
.img_popup{margin-bottom:20px; float:left;  margin-top: -8px;}
.size_txt{padding:70px 0px 70px 60px; float:left;}
.txt_name_popup{font-size:15px; color:#289900; font-weight:bold}
.txt_sub_popup{color:#000000;}
.txt_edu{color:#555555;}

/*------------------POPUPS------------------------*/

#fade {
	display: none;
	/*background: #000; */
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}

.popup_block{
	display: none;/*background: #fff;padding: 20px;font-size: 1.2em;*/
	float: left;
	background:url(/images2/board/bg_board_repeat.jpg) repeat-x center top #fff;
	padding:50px;
	font-size:11px;
	position: absolute;
	border: 5px solid #fff;
	top: 120%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top:0px!important;
}

img.btn_close {
	float: right; 
	margin: -45px -45px 0 0;
	padding:0px;
}

.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
}

*html .popup_block {
	position: absolute;
}
