body {
}

#slogan {
	font-size: 138.5% !important;
	font-weight: bold;
	color: #002868 !important;
}
#ddate {
	color: #333333 !important;
	font-size: 138.5% !important;
	font-style: normal;
	font-weight: bold;
	margin:  10px 0;
}
#bd strong {
	color: #333333;
	font-weight: bold;
}

#bd strong.red {
	color: #bf0a30 !important;
}
.drawing_date {color: #BF0A30}

#ddate em {
	color: #002868;
	font-weight: bold;
	text-decoration: underline;
}

/* Form */

#form_div {
	background: transparent url(../images/bgform.png) no-repeat top left;
	display: block;
	margin: 35px 0 0 35px;
	width: 427px;
}

#form_div form {
	margin: 0 16px 0 16px;
	padding: 20px 0 20px 0;
}

legend {
	display: none;
}

label {
	float: left;
	margin-right: 1em;
	width: 10em;
}

fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: .8em;
}

#form_div form p {
	margin-left: 8em;
}

#btm_form {
	background: url(../images/bgformbtm.png) no-repeat top left;
	display: block;
	height: 25px;
	width: 427px;
	margin: 0 0 0 35px;
}


