@import url(https://fonts.googleapis.com/css?family=Merriweather);

body {font-family: 'Merriweather', serif, "Helvetica Neue",Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
	line-height: 1.7;
    color: #566471;
	font-size:16px;}
	
input[type="submit"] {
    color: #fff;
    border-color: #0a4e85;
    background-color: #1186e4;
    margin-bottom: 0.25em;
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
    box-shadow: 0 0.25em 0 0 #0e6ab5,0 4px 9px rgba(0,0,0,0.75);
    border-radius: 0.25em;
    padding: 0.429em 1.143em 0.643em;
    font-size: 16px;
	transition: all 0.15s linear;
	line-height: 1.3;
    text-align: center;
    vertical-align: middle;
	cursor: pointer;
	display: inline-block;
    position: relative;
	border: 1px solid #0a4e85;
}

input[type="submit"]:hover {

background-color: #0E6AB5;

}


#ctl00_ContentPlaceHolder1_cmdGoBack {

margin-left:15px;

}

#registration_Titlebox {margin-top:10px}
#registration_Title {margin-top:10px}

#registration_Firstname {margin-top:10px}
#registration_Firstnamebox {margin-top:10px}

#registration_Surname {margin-top:10px}
#registration_Surnamebox {margin-top:10px}

#registration_Gender {margin-top:10px}
#registration_Genderbox {margin-top:10px}

#registration_EmailAddress {margin-top:10px}
#registration_EmailAddressbox {margin-top:10px}

#registration_Address1box {margin-top:10px}
#registration_Address1 {margin-top:10px}

#registration_Postcodebox {margin-top:-5px}
#registration_Postcode {margin-top:-5px}

#registration_City {margin-top:25px}
#registration_Citybox {margin-top:25px}

#registration_Question {margin-top:10px}
#registration_Questionbox {margin-top:10px}

#registration_Profiling {margin-top:40px}


#login_password {margin-top:10px}
#login_passwordbox {margin-top:10px}
#login_loginbutton {margin-top:10px}
#login_savepassword {margin-top:10px}



