body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

hr {color: #fff; background-color: #fff; border: 1px dotted #708090; border-style: dotted none dotted none;  width: 670px;  }

div, td, p, label {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
	line-height: 25px;
}

#label {
   margin: 10px 0px 0px 20px;
}

#content {	
	width: 680px;
	padding: 10px 50px 10px 50px;
}

#content img.icon {
	border: 1px solid #ffffff;
}

#content a, a:visited {
	color: #77A877;
	text-decoration: none;
}

#content a:hover {
	color: #77A877;
	text-decoration: underline;
}

#content .topic_img {
	padding-left:30px; 
	padding-top:20px; 
	float:left; 
	width:150px;
}

#content .topic_briefing {
	padding-left:10px; 
	padding-right: 10px;
	padding-top:20px; 
	float: right;
	width:500px;
}

.view_more {
	float: right;
	clear: both;
}

#footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F3F3F;
	margin: 10px 20px 10px 20px;
	text-align: center;
}

#footer a, a:visited, a:link {
	color: #3F3F3F;
	text-decoration: none;
}

#footer a:hover {
	color: #3F3F3F;
	text-decoration: underline;
}

.smallText {
	font-size: 9px;
	line-height: normal;
}

input.btn{
	background-color:#808F9D;
	border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#808F9D',EndColorStr='#CED6DD');
	font-size: 11px;
	color:#ffffff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:28px;
	width:80px;
	cursor:pointer;
	text-decoration: none;
	text-align: center;
}

#response {
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size: 12px;  
	color: #708090;
	font-weight: bold;
	display: none;
}

/* --- Form Validation  --*/

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	color: #000000;
	height: 20px;
}

input, textarea {
	border: 1px solid Gray;
	color: #000000;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
	color: #000000;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}