.popup {

}

.popup .nw { 
	background:url(../image/popup/box_nw.png) no-repeat;
	width:25px;
	height:25px;
}

.popup .nw div {
	height:25px;
	width:25px;
	font-size:1px;
}

.popup .n {
	background:url(../image/popup/box_n.png) repeat-x;
	height:25px;
}

.popup .n div {
	height:25px;
	font-size:1px;
}

.popup .ne { 
	background:url(../image/popup/box_ne.png) no-repeat;
	width:25px;
	height:25px;
}

.popup .ne div {
	width:25px;
	height:25px;
	font-size:1px;
}

.popup .n div {
	height:25px;
	width:25px;
	font-size:1px;
}

.popup .w {
	background:url(../image/popup/box_w.png);
	width:25px;
}

.popup .e {
	background:url(../image/popup/box_e.png);
	width:25px;
}

.popup .content {
	background:white;
}

.popup .sw { 
	background:url(../image/popup/box_sw.png) no-repeat;
	width:25px;
	height:25px;
}

.popup .s {
	background:url(../image/popup/box_s.png);
	height:25px;
	font-size:1px;
}

.popup .se { 
	background:url(../image/popup/box_se.png) no-repeat;
	height:25px;
	font-size:1px;
}

.popup .popup_title {
	background:black;
	text-transform:uppercase;
	padding-left:5px;
	margin-top:2px;
}

.popup .popup_title td {
	color:white;
	font-weight:bold;
	padding-right:5px;
}


.popup .popup_title a {
	color:white;
	font-weight:bold;	
	text-decoration:none;
}

.popup .close {
	cursor:pointer;
	float:right;
	width:16px;
	height:13px;
	display:block;
	font-size:1px;
	background:url(../image/popup/x.png) no-repeat;
	position:relative;
	left:14px;
	top:-2px;
}

#fond_modal {
	background:red;
}

.overflow {
	overflow:auto;
}
