@import url('dl-form.css');
@import url('jquery-ui-1.7.2.custom.css');

body{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
.imageleft {
float: left;
margin: 0 10px 10px 0px;
}

.imageright {
float: right;
margin: 0 5px 10px 10px;
}

/* commented out and replaced with below 2010-04-22 17:40 - DJW
#content {
	margin: 0 0 0 205px;
	padding: 0;
	background:transparent url(/dormousemonitoring/images/dennis.gif) no-repeat scroll right top;
}
*/


#content {
	margin: 0 0 0 0;
	padding: 0;
	padding-left: 20px;
	background:transparent url(/dormousemonitoring/images/dennis.gif) no-repeat scroll right top;
	float: left;
	width: 500px;
}

h2 {
	font-size: 1.667em;
	font-style: normal;
}

h3, h2{
	font-weight: bold;
}

h3{
	
}


a.back-link{
	font-weight: bold; 
	background: #830000;
	color: white;
	padding: 2px 5px 4px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.back-link:hover{
	background-color: #C31717;
}

label.block{
	display: block; 
}

div.formdiv {
	font-family: "Verdana","Lucida Grande","Lucida Sans",sans-serif;
	text-align: left; 
}


div.formdiv input.text{
	border: 1px solid #bbb;
	padding: 4px 5px 5px 5px;
	color: #333;
	font-weight: bold;
	text-align: left; 
	font-family: Tahoma, Verdana, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.formdiv input.password{
	letter-spacing: 2px;
	font-weight: bold;
	
}
div.field{  margin: 1em 0 0 0; 	font-size: .8em;}
div.field input.text{ 
	width: 200px; 
	margin: 3px 0 0 0;
}

div.submit{	
	margin: 1em;
}



.formdiv{ 
	text-align: center;
	padding: 0.2em 1em;
}
	

label.inline{ 
	padding: 5px 1em 0px 0px;
	display: block;
	float: left;
	width: 180px; 
	text-align: right;
}

.req{ font-weight: bold; }

.formdiv label.block{
	margin: auto;
	text-align: left;
}

span.error_msg{
	display: block;
	font-size: 0.8em; 
	color: #c00;
}
#survey_div label.block{
	margin: 0; 
}

#survey_div{
	text-align: left;
}
h1, h2, h3{
	color: #D4AF37;
}
#survey_div div.inline {
	float: left;
	clear: none;
	margin-right: 1em;
}

.formdiv h3{ font-size: 1.2em;}

.results-table th {
	text-align: left;
}

.results-table td {
	padding: 0 10px 5px 0;
}

label.grid{
	display: block; 
	width: 100px; 
	float: left;
	padding-top: 4px;
}

.formdiv div.nomargin{ margin: 0;}


#gnh_postcard th {
	text-align: right;
	padding-right: 20px;
	font-weight: normal;
}

#gnh_postcard td {
	border: 1px solid #000;
	width: 50px;
	height: 50px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}



body#education_resources #content {
	background-image: none;
}