@charset "utf-8";
/* CSS Document */
.filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	background-color: #000;
	z-index:10;
	opacity:0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	z-index:3;
}

.lit_box {
	background-image: url(../img/light-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 383px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e9e7d7;
	display:none;
	position: absolute;
	z-index:5;
	left:50%;
	margin:50px 0px 0px -191px;
}
.lit_box2{
	background-image: url(../img/light-bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 383px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e9e7d7;
	display:none;
	position: absolute;
	z-index:5;
	left:50%;
	margin:50px 0px 0px -191px;
}
.inside-lit_box{
	width: 345px;
	padding-top: 70px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 15px;
}
.inside-lit_box2{
	width: 345px;
	padding-top: 70px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 20px;
}
.step1_title{
	color:#bcbcbc;
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.step2_title{
	color: #b3a652;
	display: block;
	font-weight: bold;
	font-size: 20px;
}
.donez{
	display: block;
	color: #999;
	padding-top: 3px;
}
.donez a{
	color: #c86f00;
	margin-left: 10px;
	text-decoration: underline;
}
.donez a:hover{
	color: #999900;
}
.space-step{
	height: 50px;
	width: 100px;
}
.step2-text {
	color:#333;
	margin-bottom: 15px;
	display: block;
	margin-top: 2px;
}
.field_name{
	width:110px;
	float:left;
	margin:5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#333;
}
.field_input{
	width:220px;
	float:left;
	margin:5px 0px 5px 0px;
}
.field_input a{
	color: #c86f00;
	margin-left: 5px;
	text-decoration: underline;
	margin-right: 5px;
	font-size: 12px;
}
.lit_input{
	border:#999 solid 1px;
	font-size:14px;
	color: #666;
	font-weight: bold;
}
.lit_submit_button{
	text-align:center;
	clear:both;
	margin:10px 0px 30px 00px;
}

.lit_submit_request{
	background:url(../img/quote-btn.gif) center no-repeat;
	width:197px;
	height:37px;
	border:0px;
	cursor:pointer;
	margin-top: 5px;
}
.clear_both{
	clear:both;
}
.add-link{
	margin-top: 5px;
	cursor:pointer;
}
.add-image{
	height: 14px;
	width: 14px;
	border-style: none;
}

.cancel_link{
	text-align: center;
	font-weight:bold;
}

.cancel_link a{
		color:#0080c0;
		cursor:pointer;
		text-decoration: underline;
	}
	
.close-x{
	float: right;
	font-size: 26px;
	font-weight: bold;
	padding-top: 45px;
	padding-right: 15px;
}
