@import url('https://fonts.googleapis.com/css?family=Khand');

#registration_Address 		{ display:none; }
#registration_Title 		{ display:none; }
#registration_Titlebox 		{ display:none; }
#registration_Question 		{ display:none; }
#registration_Questionbox 	{ display:none; }
#ctl00_ContentPlaceHolder1_lblMainTitle {display:none;}
#registration_profilemessage {display:none;}
#registration_StandardProfile {display:none;}
#registration_StandardProfilebox {display:none;}
#registration_CompanyName {display:block;}
#registration_Firstnamerequired {
  float: none;
}

#registration_Surnamerequired {
float:none;
 }

html, body, table, p, td {
font-family: 'Khand', sans-serif;
font-size: 16px;
color: ##003b56;
}

input[type=text] {
width: 100%;
border: 1px solid #b89581;
border-radius: 4px;
box-sizing: border-box;
-moz-box-sizing: border-box;
color: #666;
font-size: 15px;
padding:5px;
margin-bottom:5px;
}

input[type=password] {
  width:200px;
}
input[type=checkbox] {
width: 100%;
padding: 10px;
border: 1px solid #b89581;
border-radius: 4px;
margin: 0 0 10px 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
color: #666;
font-size: 15px;
}

input[type=submit] {
font-size: 16px;
width: 50%;
border: 1px solid #b89581;
border-radius: 4px;
float: left;
background: #003b56;
padding:10px;
text-decoration: none;
text-align: center;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
border-radius: 4px;
border: none;
color:#FFFFFF;
font-family: 'Khand', sans-serif;
}



select {
  width:300px;
}
a:link {
  color: #0079B8;
}
a:visited {
  color: #0079B8;
}
a:link:hover {
  text-decoration: #0079B8;
}
