/* BROWSER FLAGS (forms/default): default */
/* -------------------------------- default -------------------------------- */
/* 
STANDARD CSS

Help
----
Path to the document's folder: /data/
Path to the design's data folder*: /styles/newlandingforms/data/

Example how to link images:
File in the user's DATA folder:
  background-image: url("/data/Images/wysiwyg-uploaded-image.jpg");
File in the Design DATA folder (in /styles/newlandingforms/data/) - prefered way is to use path relative to this CSS:
  background-image: url("../data/template.jpg");

To upload your files use the WebDAV interface.

*/

#helpNotes {
 	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200%;
	_height: 700px;
	overflow: hidden;
	z-index: 9999;
	background: #fff;
	opacity: 0.8;
	filter:alpha(opacity=80);

}
.Processing {
	width: 220px;
	height: 87px;
	margin: 0px auto;
	margin-top: 300px;
	display: block;
	background-color: #767676;
	border:2px solid #8e8e8e;
	padding: 15px;

}
.Processing h2 {padding-top:0px; margin-top:0px;
color:#fff;
font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
white-space:nowrap;
font-size: 23px;

}
.contentBox {
 	height: 700px;
}
