@charset "utf-8";
/* helpbox style settings */

/*lightbox & editor board*/
.lightbox,
.editboard_box,
.RNhelpbox,
.RNhelpbox_small {
    position: fixed;
    z-index: 102;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -308px;
    width: 630px;
    height: 468px;
    padding: 48px 8px 0px 9px;
    overflow: hidden;
    background:  transparent url('../../_common/img/bg_lightbox_large.png') no-repeat;
}
.RNhelpbox {
    background: transparent url('../../_common/img/bg_lightbox_large.png') no-repeat;
	width:760px;
    margin-left: -373px;
}
.RNhelpbox_medium {
    background:  transparent url('../../_common/img/bg_lightbox_large.png') no-repeat;
	width:760px;
    margin-left: -373px;
    height: 368px;
	margin-top:-200px;
}
.editboard_box {
	display:none;
}
.RNhelpbox .iframebtn_close,
.lightbox .iframebtn_close,
.editboard_box .iframebtn_close,
.RNhelpbox .iframebtn_close {
    position: absolute;
    z-index: 10;
    right: 28px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: transparent;
}
.viewerCanvas {
    width:  630px;
    height: 430px;
}
.RNviewerHelpbox {
    width:  760px;
    height: 445px;
}
.RNhelpbox_medium .RNviewerHelpbox {
    height: 345px;
}

.editboard_inner {
	padding: 15px 20px;
	height: 430px;
	overflow:auto;
}
.editboard_inner h2 {
	margin-bottom: 20px 0 3px 0;
}
.editboard_inner h4 {
	margin: 20px 0 5px 0;
}
.editboard_inner h5 {
	font-weight:bold;
}
.editboard_inner p {
	margin-bottom:5px;
}

.succes_box {
    position: fixed;
	display:none;
    z-index: 10;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -239px;
	height:215px;
	width: 461px;
    padding: 48px 8px 0px 9px;
    overflow: hidden;
    background: transparent url('../../_common/img/bg_lightbox_large.png') no-repeat;
}
.succes_box .iframebtn_close {
    position: absolute;
    z-index: 10;
    right: 28px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: transparent;
}
.succes_box p {
	height:45px
}