#frmBody {width:940px;text-align: justify; padding-top: 40px;}
#fieldList {width: 510px; padding: 4px; float: left;font-size: 10pt;}
#imgBlock {width: 400px; padding-left: 6px; float: right;}
#pgTitle {font-color: #660000;font-family: Verdana; font-weight: bolder;font-size: 24px;padding: 0 0 24px 4px;}
#contactTitle {font-color: #660000; font-family: Verdana;font-weight: bolder;font-size: 18px;padding: 0 0 10px 4px;margin-left: 10px;}
.reqField {font-color: #660000; font-weight: bolder;font-size: 18px;vertical-align: middle;}
.noteTitle {font-color: #660000; font-weight: bolder;font-size: 18px;}
#cameraDemoForm label.error {margin-left: 5px; width: auto; color: red; font-weight: bolder;display: inline;}
.alert-danger{
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    color: #a94442 !important;
}
.alert-success{
	background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
    color: #3c763d !important;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: darkgray;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);}
#sentNote {
	width: 300px;
	height: 200px;
	overflow: auto;
	font-size: 12px;
	background: white;
	border: 1px solid black;
	border-radius: 15px;
	padding: 10px 10px 10px 10px;
	position: absolute;
	left: 40%;
	top: 30%;
	z-index:1002;}
.bodytext {
	font-size:12px;
	font-weight:500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	padding-top:0px;
	margin-right:auto;
}