/* WEBSITE BLOG - START */
.WebsiteBlogs{
	width:98%;
	border:1px solid #c0c0c0;
	text-align:left;
	margin-top:12px;
}

.WebsiteBlogs_header {
	background-color:#e0e0e0;
	padding:10px;
	font-size:20px;
	font-weight:bold;
}

.WebsiteBlogs_body {

	font-size:12px;
	padding:10px;

}
.WebsiteBlogs_footer {
	text-align:right;
	font-size:11px;
	color:#777777;
	padding-right:10px;
}
/* WEBSITE BLOG - END */



.LPform {
width:152px;
height:79px;
padding-left: 3px;
border:1px solid black;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

#LPsubmit {
width: 75px;
height: 22px;
}



/* FORM (VERSION 2) - START */
.ams-form-frame-version-2 {
	width: 80%;
	margin: 0 auto;
	border: 1px solid #999;
}
.ams-form-frame-version-2 .inside-frame {
	margin: 10px;
}
.ams-form-frame-version-2 .ams-form-field {
	margin: 2px 0;
}
.ams-form-frame-version-2 .ams-form-field label {
	display: block;
	margin: 0 3px;
	width: 35%;
}
.ams-form-frame-version-2 .justification-left label {
	text-align: left;
}
.ams-form-frame-version-2 .justification-right label {
	text-align: right;
}
.ams-form-frame-version-2 .orientation-left label {
	float: left;
}
.ams-form-frame-version-2 .orientation-right label {
	float: right;
}
.ams-form-frame-version-2 .required label {
	font-weight: bold;
}
.ams-form-frame-version-2 .type-4 input {
	width: 60%;
}
.ams-form-frame-version-2 .type-9 input {
	display: block;
	margin: 0 auto;
}
/* FORM (VERSION 2) - END */
body {
background-color: #D4D5A9;
/*
background-image: url(/includes/themeImage/creamy.gif);
background-repeat: repeat-x;
background-attachment: fixed;*/

margin-top: 50px;
}


/* Since the main body is centered , the layer(table) should set itself as relative*/
.body-container {
  background: #ffffff;
  padding: 5px;
	width: 770px;
	text-align: center;
	position: relative;
  border: 1px solid #444444;
  margin: -1em 0 0 -1em;

}

.email-container {
  background: #ffffff;
  padding: 5px;
	width: 100%;
	text-align: center;
	position: relative;
  border: 1px solid #444444;
  margin: -1em 0 0 -1em;

}
.section-header {
	width: 770px;
	border: 0px;
  background-color:#cccccc;

}
.section-middle {
	width: 770px;
	text-align: left;
}

.section-body {
	padding: 15px;
	vertical-align: top;
	text-align: center;
}

.section-body input{
width: 250px;
}

.amsForm {
font-weight: bold;
font-family : verdana;
font-size : 12px;
}

td.reportOrderFormContentTD {
 text-align:left;

}



div.bodydropshadow {
  width: 710px;
/*  background: #444444;*/
  background-image: url(/includes/themeImage/shadowlight.gif);
/* background-repeat: repeat-x;*/
  background-attachment: fixed;
  padding: 0.5em;
  margin: 0em 0 0em 0em;
  }

div.emaildropshadow {
  width: 100%;
/*  background: #444444;*/
  background-image: url(/includes/themeImage/shadowlight.gif);
/* background-repeat: repeat-x;*/
  background-attachment: fixed;
  padding: 0.5em;
  margin: 0em 0 0em 0em;
  }

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}



.amsPopupWindow {
	z-index: 1000;
	border: 2px solid #222222;
	position: absolute;
	display: none;
}

.amsPopupWindowTitle {
	width: 100%;
	background-color: #D4D5A9;
	display: block;
	text-align: right;
	height: 15px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 2px solid #000000;
}
.amsPopupWindowTitleBody {
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	cursor: pointer;
}

.amsPopupWindowContent {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	display: block;
	text-align: left;
}
.amsPopupWindowContentBody {
	margin: 3px;
	width: 100%;
	height: 100%;
	display: block;
	text-align: left;
	overflow: auto;
}
/* END OF POPUP WINDOW */



#lead_collection_form {
  padding: 0px 0px 0px 0px;
	width : 100%;
  background: #DBEACA;
	color: #000;
	margin-top : 0px;
	}

.label_dup {
	display:block;
	margin-top:0px;
	margin-right: 32px;
	text-align: right;
}

#lead_collection_form label {
	display: block;
	margin-top: 0px;
	margin-right: 32px;
	text-align: right;
	}

#report_content_title {
padding: 10px 10px 10px 0;
background-color: #8EBB59;
color : #ffffff;
font-weight: bold;
font-family : verdana;
font-size : 12px;
text-align: center;
}


.reqd_field {
	background-color: #EFEFEF;
	color: red;
	font-weight: bold;
	font-size: 90%;
}
