/* CSS Document */

.i2 .primary {
    margin-right: 0;
    float: right;
    width: 512px;
}

.i2 .primary .pad {
    padding: 0 20px 0 0;
}

.i2 .secondary {
    width: 240px;
}

.ten-pound-notes {
    margin-top: 0;
}

.box-red {
    background-image: none;
    background-color: #C53333;
    padding: 0;
    margin-top: 15px;
}

.box-red h2 {
    background-color: #940A0A;
    padding: 6px 0 6px 10px;
    line-height: normal;
}

.box-red ul {
    padding: 6px 0 6px 10px;
    margin-bottom: 0;
}

.box-red ul.last {
    padding-top: 0;
}

.box-red ul.last li {
    background: none;
    padding: 0 0 0 12px;
}

.box-red ul.last li a {
    color: #9AC6FF;
}

/*-----------------------
    New Search Box
-----------------------*/

#initialsearchform {
    background-color: #255BA3;
    overflow: hidden;
    position: relative;
    padding-bottom: 6px;
}

#initialsearchform span {
    font-weight: bold;
}

#initialsearchform input, #initialsearchform select {
    font-size: 1em;
}

#initialsearchform h2 {
    background-color: #26385C;
    color: #FFF;
    line-height: normal;
    padding: 6px 0 6px 10px;
    margin-bottom: 6px;
}

#initialsearchform dl {
    padding-left: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

#initialsearchform dd {
    margin-bottom: 5px;
    overflow: hidden;
}

#initialsearchform dd input {
    width: 80px;
    height: 16px;
    margin-right: 6px;
    border: none;
}

#initialsearchform dd dl {
    float: left;
    padding: 0;
    position: relative;
}

#initialsearchform dt {
    color: #FFF;
    font-size: 0.8em;
    line-height: normal;
    padding-bottom: 1px;
}

#initialsearchform dl#addresscells {
    margin: 12px 0 12px 0;
}

dd#lastnamecell input, dl#addresscells dd#towncell input {
    width: 120px;
}

dl#addresscells input, dd#emailcell input {
    width: 160px;
}

dl#addresscells dd#address1cell input {
    width: 106px;
}

dl#addresscells dd#postcodecell input {
    width: 80px;
}

dd#phonecells dd {
    margin-bottom: 0px;
}

dd#phonecells input {
    width: 100px;
}

#form-submit {
    overflow: hidden;
    margin: 14px 6px 0 0;
    display: block;
}

#form-submit input {
    float: right;
    position: relative;
}

#form-submit p {
    display: block;
    font-size: 0.8em;
    color: #FFF;
    padding: 4px 0 0 10px;
    margin-bottom: 6px;
}

span#required {
    position: absolute;
    display: block;
    width: 91px;
    height: 20px;
    color: #FFF;
    font-size: 0.7em;
    top: 0;
    padding: 0;
    margin: 35px 0 0 124px;
    font-weight: normal;
}

/*-----------------------
    General Tweaks
-----------------------*/

.clear {
    line-height: 0;
    height: 0;
    font-size: 0;
}

.icons {
    margin-left: 0;
}

#flash-questions {
    margin-left: -4px;
}

.errMsg {
    color: #F00;
    font-size: 0.8em;
}

#posted {
    visibility: hidden;
}

/* End of CSS Document */