.postcode-service .try-out {

    width: 100%;
    max-width: 320px;
}
.postcode-service .try-out .form-list,
.postcode-service .try-out .form-list li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;

    float:left;
    width:100%;
}
.postcode-service .try-out .form-list li label {
    float:left;
    width: 50%;
    font-size: 16px;
    line-height:40px;
}

.postcode-service .try-out .form-list li .input-container {
    float:left;
    width: 50%;
}

.postcode-service .try-out .form-list li .input-container .input-text,
.postcode-service .try-out .form-list li .input-text  {
    border-bottom: 1px solid black;
    height: 40px;
    margin-bottom: 20px;
    font-size:14px;
    width: 100%;
}

.postcode-service .try-out .form-list li small  {
    float:left;
    clear:both;
    margin-top:-20px;
}

.postcode-service .try-out .form-list .checkFullPostcode a {
    border:0;
    margin-top: 20px;
}

.postcode-service .try-out .form-list li { background:none; padding:0; float:left; margin-right:10px; }
.postcode-service .try-out .form-list .input-text { width:190px; height:32px; border:none; background:none; padding:0 10px; background:#2d3a44; font-family:'Raleway-local-TIG-Normal', Arial, Helvetica; display:block; font-size:12px; color:#ffffff; }
.postcode-service .try-out .form-list .input-text:focus { outline:none; }

.postcode-service .try-out .form-list li .input-text.disabled { background:#c2c2c2; color: #2e3a46; border-bottom: 0; }

.postcode-service .try-out .form-list small { font-size:11px; }

.postcode-service .try-out .form-list:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.postcode-service .submit-container { margin: 0 auto; }

.postcode-service a.checkFullPostcode {
    float: left;
    margin-top: 10px;
    color: #0088cc;
    border-radius: 2px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Raleway-local-TIG-Normal', Arial, Helvetica;
    height: 45px;
    border: 2px solid #0088cc;
    width: 50%;
    text-align: center;
    line-height: 41px;
}
.postcode-service a.checkFullPostcode:hover { background: #E6F3FA;}
.postcode-service a.checkFullPostcode.disabled {
    cursor:default !important;
    color: darkgrey;
    background: #f5f5f5;
    border: 2px solid darkgrey;
}
