﻿#BargainBoardsForm .TextBox
{
    width:242px;
    font-size:12px;
}

#BargainBoardsForm .TextBoxMultiline
{
    width:242px;
    font-size:12px;
    height:150px;
    border:solid 1px #CCC;
}

#PostCodeLookup
{
   Height:167px;
   Width:456px;
   Padding:18px 21px 17px 23px;
   Background:url(/images/raddressBG.png);
   position:absolute;
   top:800px;   
}

#PostCodeLookup a
{
    width:435px;
    
    display:block;
}

#PostCodeLookup a:hover
{
  background-color:#EEEEEE;
   text-decoration:none;
   
}
#PostCodeLookup ul
{
    padding:0;
    margin:0;
    list-style-type:none;
}
#PostCodeLookup ul li
{
    padding:2px;
}

#raddresscontent
{
Height:167px;
Width:456px;
Overflow:auto;
}

.field-validation-error { color: red; }

table.regform { margin: 0 60px; width: 80%; }
table.regform th { padding: 2px 0 2px 7px; text-align: left; font-weight: normal; }
table.regform tr.strong th { font-weight: bold; }
table.regform th.fixed { width: 200px; }
table.regform td { padding: 2px 0 2px 7px; text-align: left; }
table.regform td.white { background-color: #fff; }
table.regform td.white input { margin: 3px 0; }
table.regform tr.radio input { margin: 6px 2px; }
table.regform tr.radio th { width: 400px; }
table.regform tr.head th { width: auto; }
table.regform tr.head div.reginfo { padding: 0; }
table.regform span.field-validation-error { margin: 0 0 0 6px; }
