body {
	/*overflow-x: hidden;*/
}


html::-webkit-scrollbar {
    /*display: none;*/
}

body::-webkit-scrollbar {
    /*display: none;*/
}
#cboxWrapper {
	border-radius:20px;
}
#cboxContent {
	border-radius:20px;
	padding-top: 20px;
}
#cboxLoadedContent {
	border-radius:20px;
}
#inline_content {
	border-radius:20px;
	//background-color:#00FF00 !important;
}
#cboxLoadedContent::-webkit-scrollbar {
	/*display: none;*/
}
#cboxClose {
	/*display: none;*/
}
#colorbox {
	top:0px !important;
}
.popup_form_data {
	//background-color:#FFFFFF;
//background-color:#FF0000;
	border-radius:15px;
	text-align: center;
	border-radius:20px;
}
.user_data {
	text-align:center;
	font-family: serif;
    font-weight: bold;
}
.user_data li{
	margin:0px;
	
}
.present_box {
	display:inline-block;
	width:90%;
}
.present_name {
	//font-size:20px;	
    font-family: serif;
    font-weight: bold;
    color:#4b4b4b;
    font-size:1.3em;
	line-height:1.3em;
}
.present_image_box{
	width:230px;
	height:230px;
	//padding:10px;
	text-align:center;
	//border:1px solid;
	display:inline-block;
	margin-bottom:10px;
	//float:left;
	border-radius:10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.present_image_popup {
	max-width: 230px;
    max-height: 230px;
    border-radius: 10px;
}

.present_text {
	display:inline-block;
	//position:absolute;
	//width:100px;
	//float:left;
	text-align:center;
	font-size:16px;
	margin-bottom:10px;
	color:#4b4b4b;
	line-height: 1.8em;
}
.present_use {
	text-align:center;
	font-size:16px;
	margin-bottom:10px;
	display: inline-block;
    width: 90%;
    color:#4b4b4b;
}
.present_use_text {
	line-height: 1.8em;
}
.button_box {
	//padding-bottom:20px;
}
.back_button_box {
	display:inline-block;
	height: 40px;
}
.select_button_box {
	display:inline-block;
	vertical-align: middle;
	//height: 80px;
	//margin-top: 30px;
}
.back_button_image {
	vertical-align:middle;
	height:40px;
}
.back_text {
	font-size:30px;
	vertical-align:middle;
	font-family: serif;
	font-weight:bold;
	color: #707070;
}