@charset "UTF-8";

#overLayer{
    display:none;
    width: 600px;
    background: white;
    padding: 10px;
    position: fixed;
    top: 200px;
    left: 30%;
}

#container-popup {
	width: 600px;
	height: 232px;
	background: url(../images/popup/bg.gif) no-repeat 0 0;
	text-align: left;
	line-height: 14px;
	font-size: 14px;

}
#container-popup #container-popup-body { padding: 6px; }
#container-popup-body #p-photo { float: left; }
#container-popup-body #p-first-row { 
	width: 368px;
	float: left;

}
#container-popup-body #p-first-row div { height: 26px; }
#container-popup-body #p-first-row p#p-title { 
	padding: 5px 0 0 73px;
	float: left;

}
#container-popup-body #p-first-row p#p-close { float: right; }
#container-popup-body #p-first-row p#p-date { 
	padding: 5px 0 0 73px;
	clear: both;

}
#container-popup-body #p-first-row p#p-place { padding: 5px 0 0 73px; }
#container-popup-body #p-first-row p#p-reporter { padding: 5px 0 0 73px; }
#container-popup-body #p-first-row div#p-comment {
	padding: 22px 0 0 3px;
	text-align: center;

}
#container-popup-body #p-first-row div#p-comment p {
	width: 360px;
	height: 90px;
	text-align: left;
	margin: 0 auto;
	overflow: auto;
	overflow-x: hidden;

}