@charset "utf-8";
/* CSS Document */

.lit_back{
	background:#000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index:4;
	position:absolute;
	margin:0px 0px 0px 0px;
	top:0%;
	left:0%;
	display:none;
}

.lit_box{
	width:414px;
	background:#f0f0f0;
	margin:130px 0px 0px -207px;
	left:50%;
	z-index:5;
	position:absolute;
	display:none;
}

.lit_input{
	border:#999 solid 1px;
	font-size:18px;
	color:#999;
}


.lit_header{
	background:url(../img/lightbox-header.gif) center no-repeat;
	width:414px;
	height:61px;
}

.step_number{
	height:34px;
	width:34px;
	float:left;
	margin:5px 0px 5px 30px;
	display: inline;
}

.step_text{
	float:left;
	width:320px;
	margin:5px 0px 5px 10px;
	display: inline;
}

	.step_text a{
		color:#3bafdf;
		font-size:12px;
		text-decoration:none;
		cursor:pointer;
	}

	.step_text a:hover{
		color:#3bafdf;
		font-size:12px;
		text-decoration:underline;
		cursor:pointer;
	}

.step_title{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:24px;
	height:24px;
	margin-top:5px;
}

.step_description{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.clear_both{
	clear:both;
}

.field_name{
	width:120px;
	float:left;
	margin:5px 0px 5px 35px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	display: inline;
}

.field_input{
	width:220px;
	float:left;
	margin:5px 0px 5px 0px;
	display: inline;
}

.lit_submit_button{
	text-align:center;
	clear:both;
	margin:10px 0px 30px 00px;
}

.lit_submit_request{
	background:url(../img/lightbox-submit.gif) center no-repeat;
	width:250px;
	height:48px;
	border:0px;
	cursor:pointer;
}
