.frame-bg-holder {

	position: absolute;

	z-index: 1100;

/*	top: 0px; */

	left: 0px;

}

.frame-bg {

	opacity:0.7;

	filter:alpha(opacity=70);

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);

	background-color: #000;

	height: 2000px; 

	width: 100%;

	position: fixed; 

	z-index: 1150;

	top: 0px;

	left: 0px;

}

.frame-holder {

	position: absolute; 

	z-index: 1200;

	width: 100%;
	top: 100px; 

	left: 0px;

	text-align: center;

}

.frame {

	border: 5px solid #fff;

	width: 500px;

	margin: 0px auto;

}

.frame-inner {

	text-align: center;

	padding: 5px 20px 20px 20px;

	background-color: #ede9e0;

	border: 1px solid #ccc;

}

.close-button {

	text-align: right;

	height: 14px;

	margin-bottom: 10px;

}

.close-button a {

	position: relative;

	right: -10px;

	color: #660000;

	font-size: 12px;

	line-height: 14px;

	text-decoration: underline;

}

.close-button a:hover {

	text-decoration: none;

}

.disp-none{

	display: none

}
.col1 {
	
	float:left;
	width:75px;
	
/*	border:1px solid #000; */
	text-align:right;
	margin-right:10px;

}
.wrap-form{
margin:0px auto;
width:310px;
margin-top:10px;
/* border:1px solid #000; */

}
.wrap-form input{float:left; width:150px;}
.clearit{
clear:both;
}