@charset "UTF-8";
/* CSS Document */

form {
	width: 474px;
}

table.registration {
	border: none;
	margin: 28px 4px 28px 28px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

form h1 {
	font-size: 16px;
	font-weight: bold;	
	align: left;
}

form p {
	font-size: 16px;
	font-weight: bold;
}

form td.space {
	width: 6px;
}

form .left {
	width: 230px;
}
form .right {
	width: 230px;
}

form td.first {
	padding-top: 5px;
}

form td {
	padding-top: 15px;
}


form label {
	font-size: 13px;
	font-weight: bold;	
}

form input {
	width: 180px;	
}

form input#Other {
	width: 80px;	
}

form label.salutation input, 
form label.socialgroup input,
form label.organisation input,
form label.internet input,
form label.HIVissues input,
form label.MobilisationSubscription input, form label.Workgroup input{
	width: 15px;
	margin: 0;
}

label.salutation, label.socialgroup,
label.organisation, label.internet, label.HIVissues, label.MobilisationSubscription, label.Workgroup {
	font-size: 12px;
	font-weight:normal;
}

form .button input {
	width: 100px;
}

form #machine {
	position: absolute;
	top: -900px;
	left: - 900px;
}