﻿/*frame1*/
	
.inframe-lo,.frame1{
	border:none;
	height:inherit;
	position:fixed;
	min-height:650px;
	opacity:1;
	left:20%;
	right:20%;
	top:5%;
	bottom:0%;
	display:block;
	z-index:99999;
}
.inframe-lo-backdrop {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    background-color: #000;
}
.inframe-lo-backdrop{
    opacity: 0.7;
}
.inframe-lo-backdrop.fade {
    opacity: 0;
}
a.closebbtn{
	font-size: 16px;
	position: fixed;
	right: 34.9%;
	display: inline-table;
	float: right;
	float: left;
	color:#000;
	top: 40px;
	border: solid 1px #EEE;
	padding: 5px 10px;
	border-radius: 50%;
	z-index: 999999;
}
a.closebbtn:hover{
	color:#fff;
	background:#0287CC;
	border: solid 0px #EEE;
	cursor:default;
}
/*end frame*/

