body {
	/*-ms-overflow-style: none;*/
	//overflow: -moz-scrollbars-none; 
}

html::-webkit-scrollbar {
    /*display: none;*/
}

body::-webkit-scrollbar {
    /*display: none;*/
}

#cboxContent {
	border-radius:20px;
}

#cboxLoadedContent::-webkit-scrollbar {
	/*display: none;*/
}
#cboxClose {
	/*display: none;*/
}
.popup_form_data {
	background-color:#FFFFFF;
	border-radius:15px;
	text-align: center;
}
.user_data {
	text-align:center;
	font-family: serif;
    font-weight: bold;
}
.present_box {
	display:inline-block;
}
.present_name {
	font-size:30px;	
    font-family: serif;
    font-weight: bold;
    color:#4b4b4b;
    margin-bottom: 30px;
    display: inline-block;
}
.present_image_box{
	width:270px;
	height:270px;
	//padding:10px;
	text-align:center;
	//border:1px solid;
	display:inline-block;
	margin-right:30px;
	float:left;
	border-radius:10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.present_image_popup {
	max-width:270px;
	max-height:270px;
	border-radius: 10px;
}
.present_text {
	display:inline-block;
	//position:absolute;
	width:270px;
	float:left;
	text-align:center;
	color:#4b4b4b;
	line-height: 1.8em;
}
.present_use {
	text-align:center;
	color:#4b4b4b;
    margin: 15px 0px 15px 0px;
    line-height: 1.8em;
}
.present_use_text {
	line-height: 1.8em;
}
.button_box {
	padding-bottom:20px;
}
.back_button_box {
	display:inline-block;
	height: 80px;
}
.select_button_box {
	display:inline-block;
	vertical-align: middle;
	height: 80px;
}
.back_button_image {
	vertical-align:middle;
}
.back_text {
	font-size: 30px;
    vertical-align: middle;
    font-family: serif;
    font-weight: bold;
    color: #707070;
}