#contents{
	width:670px;
	font-size:14px;
	padding:20px 0;
	margin:0 auto;
	}

/*password remainder*/
.attentiontext {
	border:1px solid #cccccc;
	margin-bottom:20px;
	padding:10px;
	}
	
.reminder {
	font-size:14px;
	background:#eeeeee;
	padding:15px;
	}
	
.reminder .resulttext {
	font-size:20px;
	}
	
.reminder input.normal{
	font-size:14px;
	border:1px solid #809DB9;
	padding:2px;
	}

p.remindertext input.error,
table.review-table td input.error {
	font-size:14px;
	border:1px solid #809DB9;
	background-color:#FFE8E8;
	padding:2px;
	}
	
table.form-table td input.error{
	font-size:14px;
	border:1px solid #809DB9;
	background-color:#FFE8E8;
	padding:2px;
	}
	
.reminder textarea.normal{
	font-size:14px;
	border:1px solid #809DB9;
	padding:2px;
	}
	
.reminder textarea.error,
table.review-table td textarea.error {
	font-size:14px;
	border:1px solid #809DB9;
	background-color:#FFE8E8;
	padding:2px;
	}
	
table.review-table td textarea.error{
	font-size:14px;
	border:1px solid #809DB9;
	background-color:#FFE8E8;
	padding:2px;
	}
	
/*review*/
table.review-table{
	width:620px;
	font-size:14px;
	border-collapse:collapse;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	empty-cells:show;
	margin:0 0 20px 25px;
	}
	
table.review-table th{
	text-align:left;
	width:70px;
	vertical-align:top;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-color:#eeeeee;
	padding:10px;
	}

table.review-table td{
	line-height:1.5em;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	padding:10px;
	}

table.review-table td.hissu{
	width:44px;
	text-align:center;
	vertical-align:top;
	border-bottom:1px solid #cccccc;
	border-left:none;
	background-color:#eeeeee;
	padding:10px 5px 0 3px;
	}
	
#contents .review_send_button{
	font-size:14px;
	width:210px;
	float:right;
	padding:5px 0;	
	}
	
#contents .review_button_close {
	width:210px;
	padding:15px;
	background:#eeeeee;
	}
	
#contents .review_button_gry_left {
	width:210px;
	text-align:center;
	float:left;
	padding:15px;
	background:#eeeeee;
	}
	
#contents .review_button_gry_left span,
#contents .review_button_close span {
	background:url("../img/common2han/bg_icon3-system.jpg") no-repeat 0px 50%;
	padding-left:10px;
	font-size:14px;
	}

#contents .padding210 {
	padding:0 210px;
	}
	
#contents .padding60 {
	padding:0 80px 0 30px;
	}