﻿
.ModalPopupBG
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.7;

}

.modalBackground
{
      background-color:Gray;
      filter:alpha(opacity=70);
      opacity:0.7;
}

.popup_Container {
	background-color:#ffffff;
	border:2px solid #000000;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
}

.popup_Container2 {
	background-color: White; 
	width: 600px; 
	border-width: 4px; 
	border-color: gray; 
	font-size: 10pt; 
	font-family: Tahoma; 
	line-height: 15px; 
	border: 4px solid #A6A6A6;
}

.popup_Container_V2 {
	background-color:#ffffff;
	border:2px solid #000000;
	padding: 0px 0px 0px 0px;
	width: 940px;

}

.popupConfirmation_V2
{
	/*width: 940px;*/
	height: 400px;
	border-bottom: 2px solid #bababa;
}

.popup_Container_V3 {
	background-color:#ffffff;
	border:2px solid #000000;
	padding: 0px 0px 0px 0px;
	width: 640px;

}

.popupConfirmation_V3
{
	/*width: 640px;*/
	height: 300px;
	border-bottom: 2px solid #bababa;
}

.popup_Container_V4 {
	background-color:#ffffff;
	border:2px solid #000000;
	padding: 0px 0px 0px 0px;
	width: 1040px;

}

.popupConfirmation_V4
{
	/*width: 1040px;*/
	height: 600px;
	border-bottom: 2px solid #bababa;
}

.popup_Container_V5 {
	background-color:#ffffff;
	border:2px solid #000000;
	padding: 0px 0px 0px 0px;
	width: 450px;

}

.popupConfirmation_V5
{
	/*width: 450px;*/
	height: 150px;
	border-bottom: 2px solid #bababa;
}

.popupConfirmation
{
	width: auto;
	height: auto;
	padding: 1px 1px 1px 1px;
}

.popup_ContainerAdres {
	background-color:#ffffff;
	border:2px solid #000000;
	padding: 0px 0px 0px 0px;
	width: 550px;
}

.popupConfirmationAdres
{
	width: auto;
	height: auto;
}

.popup_Titlebar {
	background: url(images/titlebar_bg.jpg);
	height: 29px;
}

.popup_Body
{
	font-family:Arial;
	font-size:10px;
	color:#000000;
	line-height:15pt;
	clear:both;
	padding:5px;
}

.TitlebarCenter2 
{

	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width: 10em;
}

.TitlebarCenter {
	width: auto; 
	height: 25px; 
	padding-top: 5px; 
	text-align: center; 
	padding-left: 5px; 
	font-weight: bold; 
	font-size:14px;
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
}

.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
.TitlebarRight 
{
	/*background-image: url(images/cross_icon_normal.png);*/
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;

    
}

.TitlebarRight:after {
  content: "";
}

.TitlebarRight label{
    width:150px;
    height:25px;
    position:relative;
    display:block;
    overflow:hidden;
}


.popup_Buttons
{
	margin:10px;
	 text-align:right;
}


.Gumus_Modal {
	width:360px;
	height:189px;
	padding:8px;

	background:rgba(0,0,0,.3);

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	position:absolute !important;
	top:50% !important;
	left:50% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:101;
}

.Gumus_heading {
	width:360px;
	height:44px;

	border-bottom: 1px solid #bababa;
	-webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, .08);
	-moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, .08);
	box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, .08);
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	color: #444444;
	text-shadow: 0px 1px 0px #fff;
	background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
}

Gumus_content {
	width:360px;
	height:144px;

	background:#fcfcfc;

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}

Gumus_content p {
	font-size:13px;
	font-weight:normal;
	text-align:center;
	line-height:22px;
	color:#555555;

	width:100%;
	float: left;

	margin:19px 0;
}

	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);