@import url('https://fonts.googleapis.com/css?family=Ubuntu');

/* Registration */
#registration_maintitle 			{ display:none; }
#registration_Address 				{ display:none; }
#registration_logindetails			{ display:none; }

#registration_CompanyName 			{ display:none; }
#registration_CompanyNamebox 		{ display:none; }
#registration_CompanyNamerequired 	{ display:none; }
#registration_Title 				{ display:none; }
#registration_Titlebox 				{ display:none; }
#registration_profilemessage		{ display:none; }
#registration_Question				{ display:none; }
#registration_Questionbox			{ display:none; }

#registration_Firstnamebox, 
#registration_Surnamebox,
#registration_Genderbox,
#registration_EmailAddressbox,
#registration_StandardProfilebox {clear:both;}
#ctl00_ContentPlaceHolder1_rblGender_1 {clear:both;}

#ctl00_ContentPlaceHolder1_lblFirstname {font-weight:bold; float:left; display: block;}
#ctl00_ContentPlaceHolder1_txtFirstname {width:100%; margin-top:10px; border: 2px solid #ddd; border-radius: 0; box-shadow: none;
font-family: inherit; margin-bottom: 0; display: block; height: 20px; padding: 4px 6px; margin-bottom: 9px; font-size: 14px;
line-height: 20px; color: #565759; float:left;}

#ctl00_ContentPlaceHolder1_lblSurname {font-weight:bold; float:left; display: block;}
#ctl00_ContentPlaceHolder1_txtSurname {width:100%; margin-top:10px; border: 2px solid #ddd; border-radius: 0; box-shadow: none;
font-family: inherit; margin-bottom: 0; display: block; height: 20px; padding: 4px 6px; margin-bottom: 9px; font-size: 14px;
line-height: 20px; color: #565759; float:left;}


#ctl00_ContentPlaceHolder1_lblEmailAddress {font-weight:bold; float:left; display: block;}
#ctl00_ContentPlaceHolder1_txtEmailAddress {width:100%; margin-top:10px; border: 2px solid #ddd; border-radius: 0; box-shadow: none;
font-family: inherit; margin-bottom: 0; display: block; height: 20px; padding: 4px 6px; margin-bottom: 9px; font-size: 14px;
line-height: 20px; color: #565759; float:left;}

#ctl00_ContentPlaceHolder1_lblStandardProfile {font-weight:bold; float:left; display: block;}
#ctl00_ContentPlaceHolder1_lblGender {font-weight:bold; float:left; display: block;}

#ctl00_ContentPlaceHolder1_cboStandardProfile {padding:4px 6px; margin-top:10px;border: 2px solid #ddd; border-radius: 0; box-shadow: none;
font-family: inherit; margin-bottom: 0; display: block; width:100%;}


html, body {
  padding: 0;
  padding-left:10px;
  border: 0;
  margin: 0;
  margin-top:0px;
}

center {
  text-align: left;
}
html, body, table, p, td {

color: #565759;
line-height: 21px;
font-size: 14px;
font-weight: 300;
font-family: 'Ubuntu', sans-serif;
}

input[type="submit"] {
font-family: 'Ubuntu', sans-serif;
display: inline-block;
    margin: 0 0 20px 0;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    height: 35px;
    color: #fff;
    line-height: 33px;
    padding: 0 19px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 300ms, border-color 300ms, color 300ms;
    -webkit-transition: background-color 300ms, border-color 300ms, color 300ms;
    vertical-align: top;
    outline: none;
	background-color: #006f77;
    border-color: #006f77;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color: #505050;
    background-color: transparent;
    border-color: #505050;
}

a:link {
  
}
a:visited {
  
}
a:link:hover {

}