@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
}
#popup_testi {
	width:550px;
	height:310px;
	background-image:url(../images/popup_testi.gif);
	background-repeat:no-repeat;
	position:absolute;
	z-index:325;
	padding:25px;
	margin:0;
}
#popup_pic {
	width:210px;
	height:270px;
	float:left;
	margin:0;
	padding:30px 0 0 0;
}
#testi_text {
	font-family:"Franklin Gothic Book";
	font-size:12px;
	color:#333333;
	text-align:center;
	margin:15px 0 0 0;
	
	padding:0;
	font-weight:normal;
}
#popup_details {
	width:270px;
	height:240px;
	float:right;
	margin:55px 0 0 0;
	overflow:auto;
	overflow-x:none;
	overflow-y:scroll;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	text-align:justify;
	padding:0 15px 0 0;
	font-weight:normal;
	line-height:20px;
}
