img {
	border: none;
}
body {
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 8pt;
}

/*
 *  This element surrounds all elements on the body of the mortgage form and
 *     is has been implemented here for convenience
 *
 */
#form-container {
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 8pt;
	width: 420px;
}

p
{
	width:410px !important;
	text-align: left !important;
	margin-bottom: 5px;
}

#adviserlist
{
	width:100%;
	text-align:left;
	margin-bottom: 5px;
}

/*
 *  Standard links
 */
a {
	color: #666;
	text-decoration: underline;
}

a:hover {
    color: #c63;
}

/*
 *  Unordered lists
 */
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	background: url("/lib/img/bluearrow.gif") 5px 5px no-repeat;
	margin: 0;
	padding-left: 18px
}


/*
 *  Section headers
 */
h3 {
	color: #000;
	font-size: 12pt;
	font-weight: bold;
	border-top: black solid 1px;
	border-bottom: black solid 1px;
	padding: 2px 8px 2px 8px;
	text-align: center;
}


h1 {
  display: none;
}
/*
 *  Standard paragraphs
 */
p, .pgph_style {
	font-family:Verdana;
	color: #666;
	font-size: 8pt;
}

/*
 *  Unordered lists
 */
h2 {
	margin: 10px 60px 10px 60px;
	color: #666;
	font-weight: normal;
	font-size: 14pt;
}

/*
 *  Form elements
 */
input, select {
	vertical-align: middle;
	font-family: Arial, sans-serif;
	font-size: 10px;
	border:1px solid #666;
}

input#postcode, input#workphone {
    margin-right: 10px;
}

textarea {
	vertical-align: top;
	font-family: Arial, sans-serif;
	font-size: 10px;
	border:1px solid #666;
}


/*
 *  mortgage and user details table
 */
table.reg {
	border: solid 1px #f93;
	margin: 5px 0 10px 0;
	width: 100%;
}
table.reg th {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #f93;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
	padding: 2px 10px 2px 10px;
	background-color: #f93;
	color: white;
	text-align: center;
}
table.reg td {
	padding: 2px 0px 2px 0px;
	font-family: Verdana;
	color: #000;
	font-size: 11px;
}
table.reg td p, table.reg td table, table.reg td blockquote {
	font-weight: normal;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}


/*
 *  most of the form field titles are of the wide class. 
 *     you can tweak them here.
 */
label.wide, label.medium {
	clear: left;
	display: inline;
	float: left;
	padding: 2px;
	font-weight: bold;
	color: #666;
	margin
}
label.wide {
	width: 170px;
}
label.medium {
	width: 170px;
}

/*
 *  if submission fails because of a required value failure, it will be 
 *     re-presented with the offending title placed in a span of class error.
 *     You can change its appearence here.
 */
.error {
	color: white;
	background-color: red;
}

/*
 *  Required elements are highlighted by an asterisk within a span of class req.
 */
.req {
	color: red;
	font-family: Courier;
	padding: 0 2px 0 2px;
	font-weight: normal;
}

/*
 *  Visited link colour.
 */
a:visited, {
	color: #7e1577;
}


/* postcode popup elements */
h3.pcodefinder {
	font-size: 11px;
}
a.pcodefinder {
	font-weight: normal;
	text-decoration: underline;
	font-size: 9px;
}
tr.pcodefinder, th.pcodefinder, td.pcodefinder, p.pcodefinder {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}
th.pcodefinder {
	font-weight:bold;
}
table.pcodefinder {
	padding: 4px;
	width: 100%;
}
/* end postcode popup */

.ea_button {
	border:1px solid #000;
	background-color:#f93;
	color:#fff;
	font-size:14px;
	font-weight: bold;
	width:200px;
	height:25px;
	display: block;
	margin: 0 auto;
}