/* 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 */
* {
	margin: 0 auto;
	padding: 0;}

body {
	background: #f6f8f7 url(/includes/themeImage/background.jpg) repeat-x top left;
	height: 642px;
	}

#body-wrapper {
	background: url(/includes/themeImage/body.jpg) repeat-y top;
	width: 690px;
	clear: both;
	}

#header {
	position: relative;
	background: url(/includes/themeImage/header.jpg) no-repeat bottom;
	width: 690px;
	height: 153px;
}

#content {
	width: 650px;
}

#footer {
	background: url(/includes/themeImage/footer.jpg) no-repeat top;
	width: 690px;
	height: 38px;
}


/* FORM */
.amsForm {
	padding: 0px 0px 0px 0px;
	width : 100%;
	margin-top : 0px;
	text-align : left;
}

#lead_collection_form {
}


/* CUSTOM SUBMIT BUTTON STYLE */
.amsFormSubmit {
	position:absolute;
	margin-left:0px;
	font-family: Tahoma;
	font-size: 13pt;
	font-weight: bold;
}

#clickplay {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}

.FormTableTitle {
	width:600px;
	border-style: dashed;
	border-width: 2px;
	border-collapse: collapse;
}


#lead_collection_form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 20px;
	display:block;
	text-align: right;
}

.amsFormInputText INPUT{
	width:90px;

}

#lead_collection_form br {
	display:none;
}

#lead_collection_form .reqd_field {
	color: red;
	font-size: 14pt;
	line-height: 9pt;
	padding: 0pt 3px;
	vertical-align: bottom;
}

.amsFormInputText INPUT {
	width:190px;
}

.amsForm INPUT, TEXTAREA {
	width:90px;
}

.FormTableTitle {
	width:100%;
}

.rightSidePanel {
	padding-top:14px;
}


