
.popup{
	background:#fff;
	width:50%;
 	margin:0 auto;
	position: relative;
	padding:20px;
	top:15%!important;

}

.closebutton{
    font-size: 20px;
    font-weight: bold;
    position: fixed;
    right: 11%;
    top: 41px;
    z-index:2000;
	color:#fff;
	background:#404040;
	text-decoration:underline;
	font-style:italic;
	padding: 5px 10px;
}
#lean_overlay {
    position: fixed;
    z-index:10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.popup a{


}


.terms-n-conds li{
	margin-left:20px;
}


.print-button{
	margin:20px 0 0 0;
}

.print-button button{

	padding: 5px 20px;
	border: 1px solid rgb(47, 39, 108);
	border-radius: 5px;
	color: rgb(255, 255, 255);
	background: none repeat scroll 0% 0% rgb(47, 39, 108);
	text-align:center;
}

.print-button span{
	font-family: DINPro-Regular;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
/*................................................old..................................................*/




.contactinutbox{   
	border: 1px solid #9b9b9b;
	border-right:none;
   
	color: #A8A8A8;
	height:32px;
	 width: 251px;
	 padding:0 0 0 10px;
 	font-family: 'Times-BoldItalic';
	font-size : 15px;
	
 }	
