@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
			background-color: rgba(240, 240, 240, 0.51);
			line-height: 25px;
		}	
		
		.label, .registration_buttons span {color:rgb(102, 102, 102); 
			font-family:"Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-weight:400; 
			font-size: 12px;}	

		#registration_CompanyName, #registration_CompanyNamebox, #registration_maintitle, #registration_Title, #registration_Titlebox, #registration_Address, #registration_Profiling, #registration_Question {
			display: none;
		}
		
		body input {
			height: 22px;
			margin: 2px 5px 0 0;
			vertical-align: middle;
		}
		
		.registration_buttons ul { margin: 0;}
		
		#ctl00_ContentPlaceHolder1_cmdRegistration {
			padding: 10px;
			background-color: rgb(190, 4, 62);
			font-family: system-ui;
			font-weight: 400;
			color: #fff;
			min-width: 150px;
			max-width: 220px;
			font-size: medium;
			height: 40px;
		}
