/* Registration */
#registration_maintitle 			{ display:none; }
#registration_Address 				{ display:none; }
#registration_logindetails			{ display:none; }
#registration_Profiling				{ 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; }

body, input, textarea, th, td { font-family: Arial, sans-serif; font-size: 13px; color: #6f7378; line-height: 1.65em }
a { text-decoration: none; color: #153963 }
a:hover { text-decoration: underline; }

* { outline: 0 }

input[type=text],
input[type=password],
textarea { background-color:#ffffff; color:#9FA6B4; font-size:12px; padding:3px; border:1px solid #ccc; }

input[type=text],
input[type=password] { width: 234px }

textarea {  }
select {  }

#registration_Firstname,
#registration_Surname,
#registration_EmailAddress,
#registration_Gender {  }

#registration_Firstnamebox,
#registration_Surnamebox,
#registration_EmailAddressbox,
#registration_Genderbox {  }

#registration_Firstnamerequired,
#registration_Surnamerequired,
#registration_EmailAddressrequired {  }

#registration_Firstname .label,
#registration_Surname .label,
#registration_EmailAddress .label { font-size:10px; }
#registration_Gender { display:none; }

#registration_Firstnamerequired span,
#registration_Surnamerequired span,
#registration_EmailAddressrequired span { color: #ff0000 !important }

#registration_registrationbutton input { 
background-color: rgb(6, 49, 100);
background-image: linear-gradient(rgb(3, 76, 163), rgb(1, 62, 134));
border-bottom-color: rgb(212, 217, 225);
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(212, 217, 225);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(212, 217, 225);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(212, 217, 225);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-top-style: none;
border-top-width: 0px;
box-sizing: border-box;
color: rgb(212, 217, 225);
cursor: pointer;
display: inline-block;
font-family: Conv_FrutigerLTStd-Light, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
height: 30px;
line-height: 12px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 9px;
padding-left: 16px;
padding-right: 16px;
padding-top: 9px;
text-align: center;
text-decoration: none solid rgb(212, 217, 225);
width: 89px;
}
#registration_registrationbutton input:hover {
    
}

#registration_thankyou {  }

#registration_Firstname 			{ position:absolute; top:0; left:0; float:left; width:40px; font-size:8pt; }
#registration_Firstnamebox 			{ position:absolute; top:15px; left:0; float:left; }
#ctl00_ContentPlaceHolder1_txtFirstname {width:205px; }
#registration_Firstnamerequired 	{ position:absolute; top:18px; left:5px; float:left; width:100px; height:16px; overflow:hidden; }
#registration_Surname 				{ position:absolute; top:40px; left:0; float:left; width:40px; font-size:8pt; }
#registration_Surnamebox 			{ position:absolute; top:55px; left:0; float:left; }
#ctl00_ContentPlaceHolder1_txtSurname {width:205px; }
#registration_Surnamerequired 		{ position:absolute; top:58px; left:5px; float:left; width:100px; height:16px; overflow:hidden; }
#registration_Genderbox				{ position:absolute; top:82px; left:0; float:left; width:150px; font-size:12px; }
#registration_EmailAddress 			{ position:absolute; top:105px; left:0; float:left; width:100px; font-size:8pt; }
#registration_EmailAddressbox 		{ position:absolute; top:120px; left:0; float:left; }
#ctl00_ContentPlaceHolder1_txtEmailAddress {width:205px; }
#registration_EmailAddressrequired 	{ position:absolute; top:123px; left:5px; float:left; width:100px; height:16px; overflow:hidden; }
.registration_buttons	{ position:absolute; top:15px; left:240px; float:left; width:100%; }
#registration_registrationbutton	{ position:absolute; top:155px; left:-240px; float:left; width:100px; }
