* {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
.submit, .submit:hover {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #ffffff;
}
.info-centre {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow-y: hidden;
}
div#content, div#header {
    width: 100%;
    max-width: 720px;
	 border: 1px solid #ccc;
}
.field{
	width: 45%;
    padding: 0 27.5%;
	
}
.field label {
    width: 100%;
    margin: 0 3% 11px 0;
    font-family: Tahoma,Geneva,sans-serif;
    float: left;
    clear: both;
    color: #222;
	font-size: 13px;
    line-height: 16px;
    letter-spacing: .5px;
	font-weight: 100;
}
fieldset {
    margin: 0 auto;
    padding: 0;
    border: 0;
    padding-bottom: 50px;
}
field input, field select {
    width: 100%;
    float: left;
    height: 38px;
    outline: none;
    border: 1px solid #999;
    font-size: .975em;
}
div.submit input {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #222;
    color: #fff;
    border: 0;
    height: 36px;
    min-width: 200px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Tahoma,Geneva,sans-serif;
    white-space: normal;
    letter-spacing: 1px;
}
.signin-link-spacer {
    margin: 0 6%;
    width: 88%;
    height: 1px;
    background-color: #ccc;
    clear: both;
}
.signin {
    padding: 48px 0 50px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
}
h2 {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: .5px;
}
.info-centre .title {
    margin: 0 2.5% 0 2.5%;
    max-width: 95%;
    text-transform: none;
    line-height: 33px;
    font-size: 25px;
}
h1 {
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 25px;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1px;
	font-weight: bold;
}
.info {
    padding: 0 6%;
    margin: 43px 18px 18px;
}
.form-login {
    margin-left: auto;
    margin-right: auto;
    margin-top: 43px;
}
.form {
    margin: 50px auto 0;
    padding: 0 6% 0 6%;
    width: 88%;
    border: none;
}
label {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .5px;
}
#content {
    margin-left: auto;
    margin-right: auto;
}
.forgotten-password {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}
.forgotten-password a:link,.forgotten-password a:visited,.forgotten-password a:hover,.forgotten-password a:active{
	color: #222;
}
.submit {
    margin: 15px 0 0;
    text-align: center;
}
.input-wrapper {
    position: relative;
    float: left;
    width: 100%;
}
.field-validation-error {
    font-size: 12px;
    display: block;
    background-color: #ffdcdc;
    padding: 5px 10px;
    z-index: 10;
    max-width: 200px;
    width: 80%;
    position: absolute;
    left: 65%;
    bottom: 45px;
}

.field input, .field select {
    width: 100%;
    float: left;
    height: 38px;
    outline: none;
    border: 1px solid #999;
    font-size: .975em;
}

.select-list select {
    background: transparent;
    padding: 7px 10px;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
}

.tickbox-container {
    width: 48%;
    border: 1px solid #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    min-height: 20px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}
.field select {
    width: 100%;
    float: left;
    height: 38px;
    outline: none;
    border: 1px solid #999;
    font-size: .975em;
}
.tickbox-container.selected {
    border: 2px solid #222;
    padding: 9px 0;
}

.subfield {
    width: 21%;
    float: left;
    margin-right: 10%;
}
.field label.checkbox {
    float: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
}
.field input[type="checkbox"]~label {
    display: inline-block;
    background-image: url("../images/input-checkbox-initial.png");
    background-repeat: no-repeat;
    padding-left: 25px;
    margin: 0;
}
.field input[type="checkbox"]:checked~label {
    background-image: url("../images/input-checkbox-checked.png");
}
.field input[type="checkbox"] {
    display: none;
}
.field select.checkbox {
    margin-bottom: 0;
    float: left;
    height: auto;
    border: none;
}
.field {
    width: 57%;
    margin: 0 auto 31px;
    text-align: left;
    position: relative;
    float: left;
    padding: 0 22%;
}
_:-ms-fullscreen, :root .field {
    width: 100%;
    margin: 0 auto 31px;
    text-align: left;
    position: relative;
    float: left;
    padding: 0 22%;
}