@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

body {
    margin: 0;
    color: #003a79;
    -webkit-text-size-adjust: 100%;
    font-size: 17px;
	line-height:28px; 
	font-family: 'Open Sans', sans-serif;
}

#registration_Address {display: none;}
#registration_Question {display: none;}
#registration_Questionbox {display: none;}

input[type="text"] {

height: 35px;
border-color: #039;
color: #000;
background-color: #fff;
border: 1px solid;
width: 312px;
}

select {

height: 35px;
border-color: #039;
color: #000;
background-color: #fff;
border: 1px solid;
width: 312px;
}

#registration_maintitle {
    margin-bottom: 20px;
    line-height: 28px;
}

#registration_CompanyName {
	float:none;
    width: 140px;
	margin-bottom: 10px;
	font-weight: 700;
}

#registration_Title {
	float:none;
    width: 140px;
    margin-bottom: 10px;
    margin-top: 10px;
	font-weight: 700;
}

#registration_Firstname {
	float:none;
    width: 140px;
    margin-bottom: 10px;
    margin-top: 10px;
	font-weight: 700;
}

#registration_Surname {
	float:none;
    width: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
	font-weight: 700;
}

#registration_Gender {
	float:none;
    width: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
	font-weight: 700;
}

#registration_EmailAddress {
	float:none;
    width: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
	font-weight: 700;
}

#registration_profilemessage {
	float:none;
    margin-bottom: 10px;
    line-height: 12pt;
    margin-top: 20px;
	line-height: 28px;
}

#registration_StandardProfile {
	float:none;
    width: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
	font-weight: 700;
}

.button {
	background: #039;
    color: #fff;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 13px 29px;
	border-radius: 2px;
	border: #FFFFFF;
	margin-top: 20px;
	}
	