#overlay {
	/*width: 961px;*/
	width: auto;
	color: #000;
	font-size: .8em;
	position: absolute;
	z-index: 20000;
	overflow: visible;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;

}
#overlay_msg {
	background-color: #FFFFFF;
	border: 1px solid #a9a9a9;
	border-radius: 8px;
	padding: 25px 50px;
	width: 350px;
}
#overlay_mask {
	background: #575656;
	
}

#overlay_msg {
	padding: 15px 18px;
	width: 550px
}
#BR #overlay_msg {
	width: 510px
}
#overlay_msg div.section {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 13px 20px;
	margin-bottom: 10px;
	font-size: 11px;
	box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
#overlay_msg div.section:after {
	clear: both;
	content: " ";
	display: block;
}
#overlay_msg h2 {
	color: #000;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#overlay_msg h3 {
	color: #000;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 13px;
	font-size: 14px;
	font-weight:lighter;
}
#overlay_msg  h4{ color: #666;font-size: 12px;padding-bottom: 5px;}
#overlay_msg .section span{ font-size: 13px;}
#overlay_msg .col1of3 {
	width: 225px;
	display: inline-block;
	float: left;
	padding-right: 10px;
}
#overlay_msg .col2of3 {
	width: 80px;
	display: inline-block;
	padding-right: 10px;
}
#overlay_msg .col3of3 {
	width: 90px;
	display: inline-block;
	float: right;
}
#overlay_msg .section.last h3{ font-weight: bold;}

.selectMenu{ border: 1px solid #ccc;border-radius: 4px;background-color:#fff}
.selectMenu div{ border-bottom: 1px solid #ccc;padding: 3px 20px;}
.selectMenu div:hover{ background-color:#1363d0;color:#fff;}
.selectMenu {
    /*background: none repeat scroll 0 0 #FFFFFF;*/
    border: 1px solid #CCCCCC;
    padding: 5px 0;
    position: absolute;
    z-index: 100;
}
#overlay_mask {

    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    z-index: 50;
}
#overlay_mask.select {
	opacity: 0;
	filter: alpha(opacity=0);
}
#selectedOption{ }
#OverlayPanelScreen {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.35;
    z-index: 1999;
}
#overlay.contract p{ margin-bottom: 10px}

#overlay_mask {
    position:fixed;
    top:0;
    left:0;
 width:100%;
    height:100%;
}
#overlay_msg::after{ content:' ';visibility: hidden;clear: both;margin: 20px;}



#overlay_msg {
    background-color: #ffffff;
    border: 1px solid #a9a9a9;
    border-radius: 8px;
    margin: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#overlay_msg {  padding: 15px 18px; width: 650px;min-height: 70px;}

#overlay_msg .next:last-child { margin-right: 0 !important;}

#overlay_msg div:last-child:after{
    content: ' -';
    display: block;
    margin: 0px 0px;
}
#overlay_msg.error  > a {
    display: inline-block;
    font-size: 14px;
    margin: 5px 20px 0px 0px;
    background: rgba(0, 0, 0, 0) url("/assets/store/images/icons/arrow_right_blue_2x.png") no-repeat scroll right center / 7px 10px;
    padding: 0 10px 2px 0;
    cursor: pointer;
}
#overlay_msg.error  h4 { font-size: 16px;}
#overlay_msg::after { margin:  0px !important;}
#overlay_msg.error.cart_error {
    font-size: 14px;
}
#overlay_msg.error.cart_error > a {
    display: inline-block;
    font-size: inherit;
    margin: 0px;
    background:none;
    padding: 0px;
    cursor: pointer;
}
#overlay_msg .overlay_errormsg{
	min-height: 90px; 
}
#overlay_msg.error.cart_error .overlay_button{
	padding:0px 10px 10px 0px;
    float:right;
}

#overlay_msg.error.cart_error .overlay_button > button{
	color: #006ece;
	font-size: 14px;
	background: #fff none repeat scroll 0 0;
    border-color: #d7d7d7;
    clear: left;
    margin: 0px;
    padding: 7px 20px 7px;
	border-radius: 2px;
	border-style: solid;
	cursor: pointer;
}
	
#overlay .button-pane{
	position: relative;
}

/*lang exceptions*/
html[lang|=nl] #step2 #overlay_msg h4 { font-size: 0.9em; }
html[lang|=nl] #step2 #overlay_msg .col3of3,
html[lang|=de] #step2 #overlay_msg .col3of3,
html[lang|=es] #step2 #overlay_msg .col3of3 { white-space: normal;}