
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
	width:670px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.wrapnote {
  width: 100%;
  
}
.wrapnote .note {
  margin: 10px;
  padding: 10px 0 15px 0;
  background: #eee;
  min-height:306px;
}
.wrapnote .note p {
  background: url(line.png) repeat bottom left;
  font-size: 14px;
  color:#000;
  line-height: 30px;
  margin: 0 20px;
  text-align:left;
}

	img.banner{
		border: 1px solid #888;
		filter: drop-shadow(1px 1px 1px #001122);
	}

	span.mes{
		float:right;
		font-size:15px;
/*		padding-right:21px;*/
		position:relative;
		top:0px;
		left:-30px;
		color:#111;
	}

	textarea.mes_board{
		position:relative;
		top:3px;
		resize: none;
		padding:5px;
		width:380px;
		height:320px;
		box-shadow: 0 0 1px 1px #1a90cf;
		border-radius:5px;
		background:#e2feff;
		-webkit-transition: all .3s;
		transition: all .3s;
		border:1px solid #0000f0;
	}

	textarea.mes_board:focus{
		border:none;
		outline: none;
		border:1px solid #0000f0;

		background:#fff;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	img.ic{
		border:1px solid #000;
		width:50px;
		height:50px;
		background:#fff;
		filter: drop-shadow(1px 1px 1px #001122);
		border-radius:5px;
	}

	img.bu{
		border:1px solid #000;
		background:url(http://frontierf.com/happy/img/epi_back/1.png) no-repeat;
		background-size:cover;
		background-position: center top;
		filter: drop-shadow(1px 1px 1px #001122);
		border-radius:5px;
	}

	.letter table{
		border-collapse: collapse;
		background:#fff;
		/*background:#F7BE81;*/
		border: 1px solid #000000;
		font-size:20px;
	}

	.letter th{
		border: 1px solid #000000;
		color:#fff;
		background: rgb(73,155,234);
		background: -moz-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
		background: linear-gradient(45deg, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=1 );
	}

	span.named {
		font-weight:bold;
		color:#fff;
		font-size:20px;
		filter: drop-shadow(1px 1px 1px #001122);
		text-shadow: 2px 2px 2px #000,
					-1px 1px 1px #000,
					1px -1px 1px #000,
					-1px -1px 1px #000;
	}

	td.letterbox{
		border: 1px solid #000000;
		/*background:#F7BE81;*/
	
	}

	hr{
		border:none;
		border-top:dashed 1px #888;
		height:1px;
		color:#000000;
		margin: 0 6 0 6;
	}
	
	
	