﻿.modal-overlay {
	left:0;
	top:0;
	width:100%;
	height:100%;
	right:0;
	bottom:0;
	padding:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	position:fixed;
	z-index:101;
	opacity:0.5;
	filter: alpha(opacity=50); /*IE8 Fix*/
	-moz-opacity:0.5;
	background-color:rgb(0, 0, 0);
	background-repeat:repeat;
	background-position-x:0;
	background-position-y:0;
	background-size:auto;
}
.modal-window {
	position:absolute;
	top:40%;
	left:39%;
	margin:0;
	padding:0;
	z-index:102;
	padding-top:inherit;
	background: #FFF none;
}
.close-window {
	position:absolute;
	width:40px;
	height:40px;
	top:1%;
	right: 1%;
	background:url('../../supplier_site/noauth/supplier/images/fancy_close.png') no-repeat;
	cursor:pointer;
}
.modal-header {
	height: 30px;
	width: 100%;
	padding: 10px;
	text-align: left;
}
.modal-title {
    position:relative;
    width: 700px;
    font-size:1.8em;
    color: #000;
    text-align:left;
    top:10px;
}