/* feedback */

a#feedbackButton{
	background: #7e0000;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding:5px 20px;
}
a#feedbackButton:hover{
	cursor: pointer;
}
.feedbackWrapper, .feedback{
	overflow: hidden;
	clear:both;
}
.feedback div.imageContainer{
	width: 223px;
	height: 194px;
}
.feedback{
	color: #555;
	margin: 3em 0;
}
.feedback p{
	padding: 10px;
	width: 730px;
	text-align: justify;
	font-family: arial, tahoma, sans-serif;
	font-size: 12pt;
	line-height: 25px;
}
.feedback span.name{
	display: block;
	text-align:right;
	line-height: 18pt !important;
	font-weight: normal;
}
p#requiredField{
	background: #790000 url("../images/required_Dot.gif") left center no-repeat;
	padding: 0 0 0 10px;
	margin:1em 0 0 2.5em;
}
/*====================================================================*/

#header_photo {
	line-height: 0;	
}
#content_wrap { 
	background-color: #fff;	
	margin-top: 50px;
	overflow: hidden; 
	padding-bottom: 30px;
	font-family: helvetica !important;	
}
#content_l {
	width:580px;
	padding: 10px 46px 40px 20px;
	margin-top: 5px;
}

#content_r {
	
	padding:20px 20px 40px;
	width:250px;
	
}
#title_l {
	color:#363636;
	font-size: 20pt;
	font-weight: bold;
	padding-bottom: 10px;
	clear: both;
	font-family: arial, tahoma, sans-serif;
	
}
#title_l + p{
	color:#603913;
	font-family: helvetica, arial, tahoma, sans-serif;
}
#title_r {
	color:#0061a0;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
}
.address {
	color:#333333;
}

/* FORM */

#form_down {
	background: #790000 url(../images/formboxRoundedTop.jpg) no-repeat left top;
	width:978px;
	overflow: hidden;
	font-family: arial,tahoma, sans-serif;
}
#form_bottom{
	background: #790000 url(../images/formboxRoundedBottom.gif) no-repeat bottom left;
	width: 979px;
	height: 4px;
	clear: both;
}
#form_down p {
	color: #ffffff;
	font-size: 14px;
}#form_up {
	background:url(../images/form_up.gif) no-repeat right top;
	width:586px;
	height:12px;
	overflow: hidden;
}
.submit_button, .submit_button:hover {
	background:url(../images/submit_but.gif) no-repeat center center;
}
.label_textinput_pair {
 	background: url(../images/required_Dot.gif) no-repeat right 50px;
 	padding-bottom: 0 !important;
 	width: 455px;
 	float: left;
 	margin-left: 16px;
 }
.label_textarea_pair {
 	background: url(../images/required_Dot.gif) no-repeat right 140px;
 	padding-bottom: 0 !important;
 	width: 455px;
 	float: left;
 	margin-left: 16px;
 }
 label span {
 	display: none;
 }
#myForm .mandatory_warning input, #myForm .mandatory_warning textarea {
	background-color:#7883A0 !important;
}