@charset "utf-8";
/* CSS Document */

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCF28;
	padding: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCF28;
	border-right-color: #CCCF28;
	border-bottom-color: #CCCF28;
	border-left-color: #CCCF28;
}
.greenLines {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCF28;
	border-right-color: #CCCF28;
	border-bottom-color: #CCCF28;
	border-left-color: #CCCF28;
}

textarea, input { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:1px solid black; 
	width:200px;
}
textarea { width:200px; height:50px; }
.headers { font-weight:bold; font-size:12px; }
#first_name { width:130px; }
#last_name { width:130px; }
#street_unit { width:30px; }
#street_number { width:30px; }
#postcode { width:50px; }

a { font-size:12px; color:#CCCF28; text-decoration:none; }
a:hover { text-decoration:underline; color:white; }

.mp5i-form-errors, .form-errors
		{ font-size:10px; font-weight:normal; border:2px solid white; width:300px; text-align:left; padding:5px; }

.page {
	background-color: #0A5398;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	background-image: url(/assets/images/bottom2_r1_c2.gif);
}

