﻿.lightbox-skrim {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1021;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=66);
    opacity: .66;
}

/************************************************************************************
    02 BLOCK
*************************************************************************************/

.white_bg{background-color:#ffffff; padding:30px;}


.small_box_notice{
	border:solid #e2e2e2 1px;
    width:100%;
	float:left;
	padding:0px;
	margin:0px 0px 0px 0px;
	background:#ffffff;
	display:inline-block;
    opacity:1;
}
        
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1022;
}

.contentwrap {
	/*margin:10% 20% 0px 20%;*/
	width:60%;
	max-width:600px;
	vertical-align:top;
}

.title{float:left; margin:0px -10px 0px 0px;	font-family: 'SamsungIF_Rg', 'Arial', 'sans-serif'; font-size:2.375rem; color:#000;}


.btn_close{float:right; width:21px; height:21px; background-image:url(/National_Library/oe_/https://livechat.support.samsung.com/css/images/btn_x.png);  background-repeat:no-repeat; background-position:center; margin:0px 0px 0px 0px; cursor:pointer;}
a.btn_close:hover{ background-color:#0294b7;}


.row{ padding:15px 0px 2px 0px; clear:both; }
        
.btn_row{margin:10px 0px 0px 0px; text-align:center; clear:both; display:inline-block; width:100%;} 

.btn_big {
	min-width:60px;
	cursor:pointer;
	font-size:1rem;
	margin:10px 10px 7px 0px;
	padding:10px 15px 10px 15px;
	vertical-align:middle;	
	text-align:center;
	color:#ffffff;
	background-color:#0261b7;
	display:inline-block;
}
	
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
