@charset "utf-8";

.tr_header_top {
	width:300px;
	height:11px;
	background:url(../img/popup/popup_top.png) no-repeat;
	background-position:right 0px top 0px;
}
.tr_header {
	width:300px;
	height:69px;
	background:url(../img/popup/popup_header.png) no-repeat;
	background-position:right 0px top 0px;
	margin:0;

}
.tr_header p {
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding: 5px 0 0 30px;
	font-size:14px;
}

.tr_body {
	width:300px;
	background:url(../img/popup/popup_body.png) repeat-y;
	background-position:right 0px top 0px;
	margin:0;
	text-align:center;
}
.tr_body_r {
	width:300px;
	height:11px;
	background:url(../img/popup/popup_bottom.png) no-repeat;
	background-position:right 0px top 0px;
	margin:0;
	padding:0;
}

.tr_body table{
	width:100%;
	border:none;
}

.tr_body td {
	border:none;
	padding-left:30px !important;
	padding-right:30px !important;
	padding-top:5px !important;
	padding-bottom:0px !important;
}
.td_left {
	text-align:left !important;
}
.td_right {
	text-align:right !important;
}