#overlay 
{
	visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    background-image:url(overlay.png);
    z-index:1000;
    clear:both;
}
.login_div  
{
	height: 220px;
	width: 340px;
    padding: 5px;
	background: #ffffff;
	border: solid 2px #333333;
	position: relative;
	margin-left: -25px;
	margin-top: -95px;
	left: 15%;
	top: 20%;
}
.img_country 
{
	height: 400px;
	width: 460px;
    padding: 5px;
	background: #ffffff;
	border: solid 2px #333333;
	position: fixed;
	margin-left: -55px;
	margin-top: -75px;
	left: 15%;
	top: 20%;
}
.img_div  
{
	padding:5px;
	background: #ffffff;
	border: solid 2px #333333;
	position: fixed;
	margin-left: -45px;
	margin-top: -95px;
	left: 15%;
	top: 20%;
}
.shops_div  
{
	padding:5px;
	background: #ffffff;
	border: solid 2px #333333;
	position: fixed;
	margin-left: -45px;
	margin-top: -85px;
	left: 15%;
	top: 20%;
}
.account_div  
{
	padding:5px;
	background: #ffffff;
	border: solid 2px #333333;
	position: fixed;
	margin-left: -45px;
	margin-top: -85px;
	left: 15%;
	top: 20%;
}
.inner_div
{
	padding: 20px;
}
.inner_div2
{
	padding-top: 240px;
	padding-left: 20px;
	padding-right: 20px;
}
.savecart_div  
{
	padding:5px;
	background: #ffffff;
	border: solid 2px #333333;
	position: fixed;
	margin-left: -45px;
	margin-top: -85px;
	left: 15%;
	top: 20%;
}
.loginRow
{
	height: 20px
}
input
{
	font-size:12px;
}
.mailinput
{
	font-size:10px;
}
.headerRow
{
	color:#004A99;
	font-size:14px;
	font-weight: bold;
	vertical-align:middle;
}
.rowSep
{
	height:20px;
	
}
.consumer_div
{
	width: 420px;
	background-color: #FFFFFF;
	border: solid 2px #333333;
	position: relative;
	margin-left: -25px;
	margin-top: -95px;
	left: 15%;
	top: 20%;
}


