.confirm_box{
	background:#DFDFDF;
	border-bottom:1px solid #6F6E6E;
	padding:5px;
	width:190px;
	height:150px;
		text-align:center;
}
.confirm_head{
	background: url(../images/confirm_header.gif) transparent no-repeat center center;
	height:26px;
	line-height:26px;
	color:#A90C14;
	text-align:center;
	margin:5px 0px;
}
.confirm_body{
	background:#ffffff;
	text-align:center;
}
.confirm_body_in{
	text-align:center;
	color:#A90C14;
	padding:10px 0px;
}
.confirm_button{
	background:#ffffff;
	padding-left: 35px;
	padding-top: 15px; 
	padding-bottom: 23px;
}
.confirm_button a{
	background:transparent url(../images/button_c.gif) no-repeat scroll left 0;
	display:block;
	height:28px;
	padding:0 0 0 10px;
	text-align:center;
	float:left;
	text-decoration:none;
}
.confirm_button a span{
	background-color:#EEEEEE;
	background-image:url(../images/button_c.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	line-height:12px;
	padding:8px 10px 8px 0;
}
.confirm_confirm_button{
	width:46px;
}
.confirm_cancel_button{
	width:46px;
	margin-left:5px;
}

.send_box label {
	display: inline-block;
	width: 100px;
	padding-left: 10px;
}

.send_box input {
	
}


.send_box{
	background:#DFDFDF;
	border-bottom:1px solid #6F6E6E;
	padding:5px;
	width:190px;
	height:150px;
}
.send_head{
	background: url(../images/send_header.gif) transparent no-repeat center center;
	height:26px;
	line-height:26px;
	color:#A90C14;
	text-align:center;
	margin:5px 0px;
}
.send_body{
	background:#ffffff;
}
.send_body_in{

	color:#A90C14;
	padding:10px 5px;
}
.send_button{
	background:#ffffff;
	padding-left: 35px;
	padding-top: 12px; 
	padding-bottom: 34px;
}
.send_button.custom{
	float:left;
	margin-right:5px;
	padding-bottom:0;
	padding-left:35px;
}
.send_button a{
	background:transparent url(../images/button_c.gif) no-repeat scroll left 0;
	display:block;
	height:28px;
	padding:0 0 0 10px;
	text-align:center;
	float:left;
	text-decoration:none;
}
.send_button a span{
	background-color:#EEEEEE;
	background-image:url(../images/button_c.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	line-height:12px;
	padding:8px 10px 8px 0;
}
.send_confirm_button{
	width:46px;
}
.send_cancel_button{
	width:46px;
	margin-left:5px;
}
.send_body_in input{
	padding:3px;
}
