@CHARSET "UTF-8";

form.RegisterForm {
	width: 255px;
	margin: auto;
	padding-bottom: 30px;
}

form.RegisterForm table.RegisterTable {
	width: 100%;
}

form.RegisterForm table td {
	text-align: left;
}

form.RegisterForm td.Label {
	padding-top: 10px;
}

form.RegisterForm td.Buttons {
	width: 100px;
}

form.RegisterForm .input, form.RegisterForm div.ErrorMessage {
	width: 97%;
}

form.RegisterForm[class] .input, form.RegisterForm[class] div.ErrorMessage {
	width: 97%;
}

form.RegisterForm textarea {
	height: 100px;
}

form.RegisterForm table.Dates {
	width: 100%;
}

form.RegisterForm table.Dates td {
	padding-right: 10px;
}

form.RegisterForm table.Dates td.Last {
	padding-right: 0;
}

form.RegisterForm table.Dates td select {
	width: 100%;
}

td.RegistrationMotivation h3.OrangeTitle {
	padding: 0 0 20px 0;
}

td.RegistrationMotivation ul li {
	padding-top: 5px;
}
