.button_1 { /* 검정, 남색*/
	background-color: #424c55;
	color: white;
	border: 0px;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.button_1:HOVER {
	background-color: #202020;
}

.button_2 { /* 보라, 연보라*/
	background-color: #591F8E;
	color: white;
	border: 0px;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.button_2:HOVER {
	background-color: #b984ea;
}

.button_3 { /* */
	background-color: #F6B768;
	color: white;
	border: 0px;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.button_3:HOVER {
	background-color: #FFCC97;
}

.button_4 { /*남색*/
	width: 80px;
	height: 35px;
	color: white;
	font-weight: bold;
	background: url('/images/admin/happy/button/btn_write_bg.gif');
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #5c8abe;
}

.button_4:HOVER {
	background: url('/images/admin/happy/button/btn_write_bg_dw.gif');
}

.button_5 { /*주황*/
	width: 80px;
	height: 35px;
	color: white;
	font-weight: bold;
	background: url('/images/admin/happy/button/btn_ex_down_bg.gif');
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #e69c3c;
}

.button_5:HOVER {
	background: url('/images/admin/happy/button/btn_ex_down_bg_dw.gif');
}

.button_6 { /*핑크*/
	width: 80px;
	height: 35px;
	color: white;
	font-weight: bold;
	background: url('/images/admin/happy/button/btn_delete_bg.gif');
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #f09d86;
}

.button_6:HOVER {
	background: url('/images/admin/happy/button/btn_delete_bg_dw.gif');
}



div.tab {
	height: 35px;
}

div.tab a {
	width: 130px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	float: left;
	font-weight: bold;
	color: white;
	margin-right: 3px;
	font-size: 13px;
	background: url('/images/admin/happy/button/tap_menu_c_bg.gif');
	text-shadow: #8b8b8b 0.2em 0.2em 0.1em;
	border: 1px solid #8b8b8b;
	text-decoration: none;
}

div.tab a:HOVER {
	text-shadow: #6a91bf 0.2em 0.2em 0.1em;
	background: url('/images/admin/happy/button/tap_menu_c_dw_bg.gif');
	border: 1px solid #6a91bf;
}

div.tab a.ACTIVE {
	text-shadow: #6a91bf 0.2em 0.2em 0.1em;
	background: url('/images/admin/happy/button/tap_menu_c_dw_bg.gif');
	border: 1px solid #6a91bf;
}

.prevBtn {
	background: url('/images/admin/happy/detail/btn_prev_ctt.png');
	width: 100px;
	height: 40px;
	display: inline-block;
}
.prevBtn:HOVER {
	background: url('/images/admin/happy/detail/btn_prev_ctt_dw.png');
}

.nextBtn {
	background: url('/images/admin/happy/detail/btn_next_ctt.png');
	width: 100px;
	height: 40px;
	display: inline-block;
}
.nextBtn:HOVER {
	background: url('/images/admin/happy/detail/btn_next_ctt_dw.png');
}

.playBtn {
	float: right;
	background: url('/images/admin/happy/detail/content_record_play_btn.gif');
	width: 41px;
	height: 26px;
	display: inline-block;
	margin: 5px 10px 5px 5px;
}

.playBtn:HOVER {
	background: url('/images/admin/happy/detail/content_record_play_btn_dw.gif');
}

.checkBox_1 {
	display: inline-block; 
	float: left; 
	width: 22px; 
	height: 22px; 
	background: url('/images/admin/happy/detail/reple_choice_check.gif');
}

.checkBox_1.ACTIVE {
	background: url('/images/admin/happy/detail/reple_choice_check_dw.gif');
}
