/* 파란색 일반 박스 */

.box_blue_normal {
	-moz-box-shadow:inset 0px 1px 0px -44px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px -44px #bbdaf7;
	box-shadow:inset 0px 1px 0px -44px #bbdaf7;
	background-color:#79bbff;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:185px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}.box_blue_normal:hover {
	/* background-color:#378de5; */
}.box_blue_normal:active {
	position:relative;
	top:1px;
}
