body, .phpmaker {
    margin: 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #666666;
    background-color: #ffffff;
}

form {
    margin: 0px;
}

img {
    margin: 0px;
    border-width: 0px;

    /* for alt text in FF */
    font-size: 12px;
    font-style: italic;
}

p {
    margin: 0px;
}
/*
input, select, textarea {
    font: inherit;
    font-size: 110%;

    color: #202020!important;
    border: 1px solid #797979;
    background: #ECEAEB url(../img/input.gif) no-repeat top left;
    background-attachment: scroll;
    padding: 2px;
}

* html input, * html select, * html textarea {
    background-attachment: fixed;
}

input.white, select.white, textarea.white {
    border: 1px solid #797979;
    background: #F8FFF8;
    background-image: none;
}

select {
    padding: 0px;
}
*/

input, select, textarea {
    font: inherit;
    font-size: 12px;
    color: #202020!important;
    border: 1px solid #797979;
    background: #F8FFF8;
    background-image: none;
    padding: 2px;
}

input.disabled, select.disabled, textarea.disabled {
    color: #BFBFBF!important;
    border: 1px solid #CCC6BC;
    background-color: #F7F7F7;
}

select {
    padding: 0px;
}

option.default {
    color: #808080!important;
}

td.error, th.error , span.error, a.error {
    color: #FF0000;
}

input.error, select.error, textarea.error {
    background-color: #EFE0E0;
    background-image: none;
    border: 1px solid #8E6E2F;
}

input:not(.button):not(.smallbutton):focus, select:focus, textarea:focus {
    color: #666666;
    background-color: #FFFFFF;
}

input.checkbox {
    border-width: 0px;
    background: transparent;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

html>table {
    border-collapse: separate;
}

td, th {
    padding: 0px;
    text-align: left;
    vertical-align: top;
}

th {
    font-weight: bold;
    white-space: nowrap;
}

th.wrap {
    white-space: normal;
}

table.center td, table.center th {
    text-align: center;
}

td.bottom, th.bottom {
    vertical-align: bottom;
}

td.right, th.right {
    text-align: right;
}

table.centered td, table.centered th {
    vertical-align: middle;
}

table.spaced td, table.spaced th {
    padding: 2px;
}

a {
    text-decoration: underline;
    color: #666666;
    background-color: inherit;
    font-weight: bold;
}

a.img {
    text-decoration: none;
    cursor: pointer;
}

div {
    margin: 0px;
    padding: 0px;
}

div.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    overflow: hidden;
}

br.clear {
    clear: both;
}

div.hr {
    clear: both;
    height: 1px;
    font-size: 1px;
    background: url(../img/dots.gif) repeat-x;
}

div.container {
    width: 744px;
    margin-left: auto;
    margin-right: auto;
}

div.header {
    width: 744px;
    height: 73px;
}

div.header div.logo {
    float: left;
    padding-top: 15px;
}

div.header div.right_menu {
    float: right;
    width: 290px;
    padding-top: 8px;
}

div.header div.right_menu div.item {
    float: left;
    width: 131px;
    padding: 1px 0px 1px 14px;
    background: url(../img/topnav.gif) no-repeat 0 4px;
}

div.header div.right_menu div.item a {
    color: #6BB02F;
    background-color: inherit;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

div.menu_shadow {
    width: 744px;
    height: 20px;
    margin: -3px;
    padding: 3px;
    background: url(../img/menu_shadow.gif);
}

div.menu {
    height: 20px;
    background-color: #6BB02F;
    color: white;
    font-size: 11px;
    line-height: 16px;
    overflow: hidden;
}

html>body div.menu {
    background-image: url(../img/shad_v20.png);
}

div.menu div.item {
    float: left;
    padding: 2px 9px;
}

div.menu div.item a {
    color: #FFFFFF;
    background-color: inherit;
    text-decoration: none;
    font-weight: normal;
}

div.menu div.separator {
    float: left;
}

div.right, table.right {
    float: right;
}

table.right_arrow td {
    vertical-align: bottom;
}

div.user_menu {
    padding-top: 5px;
    height: 20px;
    font-size: 12px;
    overflow: hidden;
}

div.user_menu div.item {
    float: left;
    padding: 2px 10px;
}

div.user_menu div.item a {
    color: inherit;
    background-color: inherit;
    text-decoration: none;
    font-weight: normal;
}

div.user_menu div.separator {
    float: left;
}

div.page_title {
    padding-top: 17px;
    font-size: 26px;
    color: #6BB02F;
}

span.page_subtitle {
    font-size: 16px;
}

div.page {
    width: 744px;
    padding-top: 20px;
}

div.nav {
    float: left;
    width: 150px;
}

div.nav div.title {
    padding: 2px 5px;
    background-color: #AED18F;
    color: #FFFFFF;
    font-weight: bold;
}

div.nav div.box {
    border: 1px solid #C2C2C2;
    border-top-width: 0px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 11px;
}

div.nav div.topped {
    border-top-width: 1px;
}

div.nav div.title_sherwins {
    background-color: #B46666;
    border-color: #B46666;
}
div.nav div.box_sherwins {
    border-color: #B46666;
}

div.nav div.title_angels {
    background-color: #666666;
    border-color: #666666;
}
div.nav div.box_angels {
    border-color: #666666;
}

a.green {
    text-decoration: none;
    color: #6BB02F;
}

.green {
    color: #6BB02F;
}

.greenh {
	text-decoration: none;
	color: #6BB02F;
	font-size: 14px;
}

.greenh {
    color: #6BB02F;
	font-size: 14px;
}

table.info a {
    text-decoration: none;
}

a.red {
    color: #CC4040;
    text-decoration: none;
}

.red {
    color: #CC4040;
}

a.darkred {
    color: #8E1D13;
    text-decoration: none;
}

.darkred {
    color: #8E1D13;
}

div.page div.content {
    float: left;
    width: 420px;
    padding-left: 15px;
    padding-right: 19px;
    color: #666666;
    font-size: 11px;
}

div.page div.content2 {
    float: left;
    width: 579px;
    padding-left: 15px;
    color: #666666;
    font-size: 11px;
}

table.tabs {
    width: 100%;
}

table.tabs td {
    padding: 5px 20px;
    border: 1px solid #C2C2C2;
    border-right-width: 0px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

table.tabs td:not([class]):hover {
    background-color: #FAFAFA;
}

table.tabs td.active {
    border-bottom: 1px solid #FFFFFF;
    border-top: 3px solid #000000;
    color: #6BB02F;
    cursor: default;
}

table.tabs td.space {
    width: 100%;
    border-top-width: 0px;
    cursor: default;
}

table.tabs td a {
    text-decoration: none;
}

table.tabs td.active a {
    color: #6BB02F;
}

div.tabbed {
    border: 1px solid #C2C2C2;
    border-top-width: 0px;
    padding: 18px;
    margin-top: -1px;
}

div>div.tabbed {
    margin-left: -1px;
}

div.banners {
    float: right;
    clear: right;
    width: 140px;
    font-size: 1px;
    margin-bottom: 5px;
}

p.heading {
    font-weight: bold;
    color: #6BB02F;
    font-size: 110%;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.menu_bottom {
    float: right;
}

div.menu_bottom div.item {
    float: left;
    padding: 2px 4px;
}

div.menu_bottom div.item a {
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}

div.menu_bottom div.separator {
    float: left;
}

div.footer {
    float: right;
}

div.footer div.item {
    float: left;
    padding-left: 20px;
    font-size: 10px;
}

.note {
    font-size: 90%;
    text-align: justify;
}

.larger {
    font-size: 110%;
}

table.alternate {
    border-spacing: 1px;
}

table.alternate tr.odd td, table.alternate tr.odd th {
    background-color: #AED18F;
    color: #230042;
}

table.alternate tr.even td, table.alternate tr.even th {
    background-color: #BFE29F;
    color: #230042;
}

input.s22, textarea.s22 {
    width: 132px;
}

select.s22 {
    width: 138px;
}

input.s30, textarea.s30 {
    width: 180px;
}

select.s30 {
    width: 186px;
}

input.s40, textarea.s40 {
    width: 218px;
}

select.s40 {
    width: 218px;
}

input.s50, textarea.s50 {
    width: 300px;
}

select.s50 {
    width: 306px;
}

input.full, textarea.full {
    width: 370px;
}

select.full {
    width: 376px;
}

div.graybox {
    float: left;
    margin-top: 5px;
    background-color: #FCFCFC;
    color: #65A737;
    border: 1px solid #EAEAEA;
}

td.graybox {
    background-color: #FCFCFC;
    color: #65A737;
    border: 1px solid #EAEAEA;
}

.graytxt {
    color: #666666!important;
}

.lessgraytxt {
    color: #949494!important;
}

div.graybox a {
    background-color: transparent;
    color: #65A737;
}

div.graybox td, div.graybox th {
    padding: 2px;
}

div.graybox th {
    font-size: 150%;
    padding-bottom: 15px;
}

div.graybox .note {
    font-size: 80%;
}

div.graybox p.title {
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 8px;
}

.large {
    font-size: 26px;
    font-weight: normal;
}

.large a {
    font-weight: normal;
}

div.reglist {
    float: left;
    width: 350px;
}

div.reglist th {
    font-size: 150%;
}

div.reglist li {
    margin-top: 15px;
    color: #AAAAAA;
}

div.reglist li.red {
    color: #8E1D13;
}

div.lookup {
    background: url(../img/sticker.gif) no-repeat 10px 10px;
}

div.arrpoint {
    margin-left: 190px;
    background: url(../img/pin.jpg) no-repeat top left;
    color: #666666;
    padding-top: 3px;
    padding-left: 25px;
    padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: bold;
}

* html div.arrpoint {
    margin-bottom: 13px;
}

a.faq_categ {
    text-decoration: none;
    color: #3C8100;
    font-weight: bold;
    font-size: 110%;
}

a.faq_question {
    text-decoration: none;
    color: #7CC140;
}

.faq_answer {
    margin-bottom: 5px;
}

p.right {
    width: 100%;
    text-align: right;
}

a.faq_name {
    text-decoration: none;
    color: #3C8100;
    font-weight: bold;
    font-size: 110%;
    line-height: 40px;
}

a:target {
    color: red;
}

.faq_indent {
    padding-left: 20px;
}

.nomargin {
    margin: 0px!important;
}

img.page_img {
    margin-bottom: 10px;
}

div.page_content {
    float: left;
    width: 415px;
    padding: 0px 3px;
}

div.page_content p {
    margin: 0px;
    margin-bottom: 10px;
}

div.page_content p.title {
    margin-bottom: 0px;
    color: #6BB02F;
    font-weight: bold;
}

div.page_right {
    padding-top: 5px;
    width: 144px;
    float: right;
}

div.page_right p.title {
    color: #6BB02F;
    font-size: 24px;
    font-weight: normal;
}

div.page_right p.subtitle {
    font-size: 14px;
}

div.page_right p.link {
    margin-top: 15px;
}

div.page_right a {
    color: #6BB02F;
    border-color: #6BB02F;
}

table.member {
    border: 1px solid #C2C2C2;
    width: 418px;
    margin-bottom: 5px;
    table-layout: fixed;
}

table.trial td, table.trial th {
/* SS green: #6BB02F */
    background-color: rgb(239,249,230);
}

table.member td, table.member th {
    padding: 5px;
}

table.member td.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

div.imgthumb {
    border: 1px solid #C2C2C2;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    font-style: italic;
}

img.thumb {
    border: 1px solid #C2C2C2;
}

table.inbox td, table.inbox th {
    vertical-align: middle;
    border-bottom: 1px solid #C2C2C2;
}

table.inbox th {
    border-bottom-color: #000000;
}

table.inbox a {
    text-decoration: none;
}

table.inbox td a {
    font-weight: normal;
}

table.inbox .unread {
    font-weight: bold;
    background-color: #DCFFBD;
}

table.inbox .unread a {
    font-weight: bold;
}

table.message_box {
    margin-top: 7px;
    margin-bottom: 12px;
    border: 1px solid #C2C2C2;
    width: 578px;
}

table.message_box tr.heading td, table.message_box tr.heading th {
    border-bottom: 1px solid #C2C2C2;
    padding: 10px;
    padding-right: 0px;
}

table.message_box div.message {
    width: 100%;
    height: 200px;
    overflow: auto;
}

table.message_box div.message p {
    margin: 10px;
}

table.profile_top td, table.profile_top th {
    border-bottom: 1px solid #A4A4A4;
}

table.profile_top td.tab_container, table.profile_top th.tab_container {
    border-bottom: 0px none;
    vertical-align: bottom;
    text-align: center;
}

table.profile_top td.tab, table.profile_top th.tab {
    font-weight: bold;
    color: #727270;
    font-size: 17px;
    border-bottom: 0px none;
    border-top: 3px solid #6b6b6b;
    border-left: 1px solid #a4a4a4;
    border-right: 1px solid #a4a4a4;
    padding: 5px;
    white-space: nowrap;
    text-align: center;
}

div.photo_container {
    float: left;
    margin-top: 55px;
}

div.photo_container div.shadow {
    border: 1px solid #EBE9EA;
    float: left;
}

div.photo_container div.border {
    border: 1px solid #D2D0D1;
    background-color: #F1F1F3;
}

div.photo_container div.photo {
    padding: 5px;
    background-color: #F4F4F4;
    font-size: 11px;
    color: #6F6D6E;
    font-weight: bold;
    text-align: center;
}

div.photo_container div.photo p {
    margin: 5px 5px 7px 5px;
    text-align: center;
}

div.thumb_container {
    border: 1px solid #EBE9EA;
    float: right;
    clear: right;
    margin-bottom: 8px;
}

div.thumb_container div.border {
    border: 1px solid #D2D0D1;
    background-color: #F1F1F3;
}

div.thumb_container div.thumb {
    padding: 5px;
    text-align: center;
    background-color: #F4F4F4;
    font-size: 11px;
    color: #6F6D6E;
    font-weight: bold;
    padding-bottom: 14px;
}

div.profile_button {
    width: 80px;
    float: right;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}

div.card_left {
    width: 357px;
    height: 190px;
    float: right;
    background: url(../img/envelopebg.jpg) repeat-x top;
}

div.card_right {
    width: 357px;
    height: 190px;
    background: url(../img/envelope2.jpg) no-repeat top right;
}

div.card {
    width: 357px;
    height: 190px;
    font-size: 13px;
    font-weight: bold;
    color: #6F6D6E;
    padding-left: 20px; padding-top: 25px;
    background: url(../img/envelope.jpg) no-repeat top left;
}

div.card th.title {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
}

div.card th {
    color: #6BB02F;
}

div.paper_lines {
    background: url(../img/bbb.jpg) repeat-y top left;
}

div.paper_top {
    background: url(../img/aboutme.jpg) no-repeat top left;
}

div.paper_bottom {
    background: url(../img/aboutme3.jpg) no-repeat bottom left;
}

table.paper_columns {
    font-size: 11px;
    color: #666666;
    /* font-weight: bold; */
}

table.paper_columns div.column_left1 {
    width: 290px;
    padding: 140px 40px 15px 50px;
}

table.paper_columns div.column_left2 {
    background: url(../img/aaa2.jpg) no-repeat top left;
    width: 280px;
/*    height: 100px;*/
    padding: 140px 40px 50px 60px;
}

table.paper_columns td.column_right {
    padding: 140px 0px 50px 45px;
    vertical-align: top;
}

div.bt_left {
    height: 21px;
    background: url(../img/bt_g_l.png) no-repeat top left;
    padding-left: 20px;
}

div.bt_right {
    height: 21px;
    background: url(../img/bt_g_r.png) no-repeat top right;
    padding-right: 20px;
}

div.bt, input.button, input.button_large {
    height: 21px;
    line-height: 21px;
    overflow: auto;
    background: url(../img/bt_g_b.png) repeat-x top left;
    border: none;
    color: #fff!important;
    padding: 0px 5px!important;
}

div.bt_left, div.bt_right, div.bt, input.button, input.button_large {
    cursor: pointer;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}

div.bt_l_sherwins {
    background-image: url(../img/bt_r_l.png);
}

div.bt_r_sherwins {
    background-image: url(../img/bt_r_r.png);
}

div.bt_sherwins {
    background-image: url(../img/bt_r_b.png);
}

div.msgfloat {
    position: absolute;
    left: 380px;
    top: 240px;
    width: 220px;
    border: 2px solid #666666;
    background-color: #FFFFFF;
    color: #FF0000;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

div.msgfloat img.close {
    float: right;
    cursor: pointer;
}

div.msgfloat div {
    margin: 20px 0px 30px 0px;
}

div.finetune {
    position: relative;
    top: -12px;
    line-height: 0px;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: #999999;
}

div.grayed {
    border-top: 1px dashed #BFBFBF;
    background: #F7F7F7;
    color: #BFBFBF;
}

div.grayed select, div.grayed input, div.grayed textarea {
    background: #F7F7F7!important;
    color: #BFBFBF!important;
}

div.contact {
    float: right;
    width: 190px;
    background: #C2C2C2;
    border: 1px solid #666666;
    padding: 10px 20px;
    margin-left: 50px;
    margin-right: 30px;
    display: inline;
}

.wrap {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

html > .wrap {
    width: 280px;
    overflow: hidden;
}

input.smallbutton {
    background: #8DD251;
    background-image: none;
    border: 1px solid #498E0D;
    text-transform: none;
    padding: 1px;
    margin: 0px;
    font-size: 10px;
    font-weight: bold;
}

div.crop {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid red;
    cursor: move;
}

div.crop div.handle {
    font-size: 1px;
    width: 10px;
    height: 10px;
    background: #FF0000;
    cursor: se-resize;

    position: absolute;
    right: 0px;
    bottom: 0px;
}

table.right_table {
    margin-left: auto;
    margin-right: 0px;
}

table.left_table {
    margin-left: 0px;
    margin-right: auto;
}

table.center_table {
    margin-left: auto;
    margin-right: auto;
}

.subscribed {
    color: #5555AA;
}

div.home_top {
    float: left;
    margin-left: 20px;
    padding-left: 18px;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #A6A6A6;
    font-weight: bold;
    color: #A6A6A6;
    font-size: 14px;
    font-family: Arial;
}

table.features {
    border-right: 1px solid black;
}

table.features th {
    background-color: #6BB02F;
    color: #000000;
    font-weight: normal;
    text-align: center;
    border: 1px solid black;
    border-right-width: 0;
}

table.features td {
    text-align: center;
    border-left: 1px solid #797979;
    border-bottom: 1px solid #797979;
}

table.features td.left, table.features th.left {
    text-align: left;
}

.normal {
    font-weight: normal;
}

.black {
    color: #000000;
}

div.shade {
    background-color: #F0F6E4;
    border-top-width: 1px;
    padding-top: 0px;
    padding-bottom: 9px;
    height: 1%;
}

acronym {
    cursor: help;
    border-bottom: 0;
}
a.highlight:link, a.highlight:visited{
    color:blue;
    text-decoration:none;
}
a.nohighlight:link, a.nohighlight:visited{
    text-decoration:none;
}

.freeSearch {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    border: 3px #ECECEC solid;
    padding: 2px 15px;
}

.freeSearch .txt {
    font-weight: bold;
    font-size: 12px;
}

div.title span.title {
    font-size: 14px;
}

iframe {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

div.referal {
    width: 305px;
    border: 1px solid #777;
    padding: 5px 10px 20px 10px;
}

div.referal td {
    padding-left: 18px;
    padding-right: 18px;
}

ul {
    padding-left: 15px;
    margin-left: 0px;
}

* html .bottom3fix {
	padding-bottom: 3px;
}

/*** MORTGAGE ANGELS FORM ***/
#form-container {
    margin: 0 auto;
    padding: 0;
    width: 415px;
}

input, select, textarea {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
}

h1 {
    font-size:14px;
}
h2 {
    font-size:12px;
}
h3 {
    font-size:10px;
}
p {
    font-size:10px;
}
table.reg h1, table.reg h2, table.reg h3, table.reg p {
    display: block;
}

#adviserlist h1, #adviserlist h2, #adviserlist h3, #adviserlist p {
    display: block;
}

.pcodefinder h1, .pcodefinder h2, .pcodefinder h3, .pcodefinder p {
    display: block;
}

table.reg input, table.reg textarea, table.reg select {
    font-size: 10px;
}

/*
 *  mortgage and user details table
 */
table.reg {
	border: solid 1px #666666;
	margin: 0px 0 10px 0;
	width: 100%;
}
table.reg th {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #666666;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
	padding: 2px 0px 2px 5px;
	background-color: #666666;
	color: white;
	text-align: center;
}
table.reg td {
	padding: 2px 0px 2px 5px;
	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 2px;
	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: block;
	float: left;
	padding: 2px;
	font-weight: bold;
}
label.wide {
	width: 145px;
}
label.medium {
	width: 70px;
}

/*
 *  Required elements are highlighted by an asterisk within a span of class req.
 */
.req {
	color: red;
}

    /* 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 */

input.ea_button {
    border: 1px solid #000000;
    background-color: #FC9A34;
    color: #FFFFFF!important;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

table.reg input[type=button] {
    margin-left: 5px;
    background-color: #ECEADC;
    padding: 1px 5px;
}

table.reg a {
    margin-left: 5px;
    font-weight: normal;
}

label
{
    width: 140px;
}

fieldset
{
    width: 396px!important;
}

input#ac_yes, input#ac_no
{
    border: none;
}
/*** END MORTGAGE ANGELS ***/
