.clr { clear: both; }

/*****  form styles ******/
.frm2 {
	width: 205px;
	margin-top: 20px;
}


.frm2 input {
	width: 130px;
}


.needsfilled {
	box-shadow: 0 0 5px 2px red !important;
}


#success {
	margin: 0 auto;
	text-align: center;
}

.scc-mess {
	border: 0px solid red;
	color: green;
	text-align: center;
	font-size: 1em;
}

.inv { display: none; }

.ajax-loading, .ajax-loading2, .ajax-loading3 {
	height: 32px;
	width: 32px;
	background: url('ajax-loader.gif') no-repeat; 
	text-align: center;
	margin: 0 auto;
	margin-top: -17px;
}

.error {
	position: absolute;
	padding-top: 3px;
	height: 42px;
	width: 242px;
	background: url('error2.png') no-repeat; 
	color: #fff;
	text-align: center;
	margin: -55px 0 0 30px;

	font-size: 1.3em;
}


.envelope {
	font-size: .9em;
	font-family: 'PFDinTextCondPro-Light';
	width: 500px;
/*	height: 200px; */
	line-height: 1.2em;
	text-align: justify;
	background: #fff;
	border: 2px solid #336600;
	padding: 10px;

	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;

	box-shadow: 0px 2px 12px 0px rgba(221, 221, 221, 1);
	position: absolute;
	z-index: 999;
	display: none;

	margin: 40px 0 0 400px;

}

.envelope input {
	padding: 7px;
	border: 1px solid #e3e8ee;
	border-top: 1px solid #abadb4;
	margin: 0 0 35px 0;
	width: 480px;

	font-size: 1.1em;
}


.envelope h1 {
	font-size: 1.5em;
	color: #336600;
	margin-bottom: 20px;
}



.send {
	border: 0;
	float: left;
	background: url(images/wr-button.png) no-repeat;
	width: 97px;
	height: 24px;
	line-height: 24px;
	text-align: center;

	cursor: pointer;

	margin-bottom: 20px;

	background-color: #FFF;
	border: 3px solid #54A4DE;
	border-radius:10px; 
	padding:2px;
	color: #54A4DE;
}


/*
#success {
	font-size: .7em;
	font-family: 'PFDinTextCondPro-Light';
	width: 500px;
	line-height: 1.2em;
	text-align: justify;
	background: #fff;
	border: 4px solid #e70031;
	padding: 20px;

	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;

	box-shadow: 0px 2px 12px 0px rgba(221, 221, 221, 1);
	position: absolute;
	z-index: 77;
	
	margin: -250px 0 0 250px;

}
*/



.close {
	width: 32px;
	height: 32px;
	background: url('images/close.png') no-repeat;
	position: absolute;
	margin: -30px 0 0 500px;

	cursor: pointer;
	
}


.black-overlay{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
	z-index: 998;
}

#loader {
	width: 32px;
	height: 32px;
	background: url('images/ajax-loader.gif') no-repeat;
	position: absolute;
	margin: -30px 0 0 450px;
}

