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

@import "common.css";
@import "layout.css";
@import "secondary.css";

#success h2 {
	background:url(../images/success/headline.gif) no-repeat;
	width:656px;
	height:55px;
	margin-bottom:15px;
	text-indent:-9999px;
}

#success #content li {
	background:url(../images/share/dot.gif) repeat-x left bottom;
	padding-bottom:20px;
	margin-bottom:15px;
}
#success #content li.btm {
	background:none;
	padding-bottom:0;
}

#success h3 {
	font-size:15px;
	line-height:1.5;
	color:#450505;
}

#success #content li .left {
	float:left;
	width:130px;
	padding-bottom:1em;
}

#success #content li .right {
	float:right;
	width:520px;
}

#success #content li .right .fname {
	padding-bottom:8px;
}

#success #content li .right .fname strong {
	font-size:14px;
	color:#450505;
}

#success #content li .point {
	line-height:1.5;
	border:2px solid #ffc8d3;
	background-image:url(../images/success/icon_point.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background-color:#fff2f5;
	padding:5px 8px 5px 65px;
}

#success .common_reservation {
	margin-top:30px;
}
