/* = modal box
----------------------------------------------- */
#modal-box-top {
	width:613px;
	height:19px;
	padding:;
	background:url(images/bg-modal-box-top.png) no-repeat top left;
}

#modal-box-body {
	width:553px;
	background:url(images/bg-modal-box-body.png);
	margin:0;
	padding:0 30px;
	position:relative;
}

#modal-box-body a#close-trigger {
	position:absolute;
	top:30px;
	right:30px;
	display:block;
	font-size:119%;
	padding:0 10px 0 0;
	background:url(images/ico-close.gif) no-repeat center right;
}

#modal-box-body h3 {
	margin:0;
	padding:10px 0 14px;
	border-bottom:1px solid #e5e5e5;
}

#modal-box-body p {
	font-size:119%;font-family:Lucida, sans-serif;
	color:#666;
	margin:22px 0 0 0;
	padding:0 0 20px;
}

#modal-box-btm {
	width:613px;
	height:25px;
	background:url(images/bg-modal-box-btm.png) no-repeat top left;
}
