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


/* CSS Document */

/* ----- HTML STYLES ----- */
/* remove the default styling of common (X)HTML browsers */
html, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,input,td,tr,th,td {
	border: none;
	color: #333333;
	font-size: 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {margin:0px; padding:0px; color: #003366;}
a img,:link img,:visited img { border:none; }

/* custom HTML styles */
body {
	text-align: center;
	padding:0px;
	background-color:#ffffff;
	margin: 0px;
}
h4 {padding:0px 0px 15px 0px;}

}
p {}


/* custom element styles */
#blank_container {
	text-align:left;
	font-size: 10px;
}

.header {background-color:#003366;}
.footer {
	font-size:0.9em;
	text-align:center;
	padding:10px;
	color:#666666;
	position: relative;
	clear: both;
}

#application {
	padding:0px;
	width:234px;
}
#application form {
	padding:8px;
}

#application label {
	float:left;
	width:74px;
	text-align:right;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#application legend {
	font-weight:bold;
	color: #333333;
}

#application ol {padding:5px 0px 0px 0px;}
#application li {
	padding-top: 3px;
	padding-left: 3px;
}

#application input {
	border:1px solid #cccccc;
}
#application textarea {
	display:block;
	margin-left:10px;
}

.button {
	border: thin solid #666;
	float: right;
	display: block;
	height: 25px;
	width: 100px;
	color: #FFF;
	font-weight: bold;
	background-color: #093;
	font-size: 12px;
}
.button:hover {
	border: thin solid #666;
	background-color: #0C6;
	color: #FFF;
}
}

li.fieldPostCode  input {width:30px;}
li.fieldPostCode em {font-size: 11px;}

.thankyouResponse {padding:30px;}


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: #000000;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	text-align: left;
}
.box {border:1px solid #000000;}
