.tx-it-academy-prez {
    margin: auto;
    width: 60%;
}
.tx-it-academy-prez input {
	padding-bottom: 5px;
	width: 100%;
}
.tx-it-academy-prez input.hasDatepicker {
	width: 30%;
}
.tx-it-academy-prez img.ui-datepicker-trigger {
	position: absolute;
}
.tx-it-academy-prez .ui-button {
	width: 101%;
	margin-top: 20px;
}
.tx-it-academy-prez .has-error {
	position: relative;
}
.tx-it-academy-prez .has-error .form-error {
	position: absolute;
	top: 20px;
	right: 1%;
}
.tx-it-academy-prez  #firstname.has-error .form-error, .tx-it-academy-prez  #lastname.has-error .form-error {
	top: -21px;
}
.tx-it-academy-prez #birthdate.has-error  .form-error {
	right: 20px;
    top: 40px;
}
ul.flashmessage {
	border: 1px solid #000;
    color: #000;
    font-weight: bold;
    list-style-type: none;
    padding: 10px;
}
ul.flashmessage li.ok {
    color: green;
}
ul.flashmessage li.error {
    color: red;
}
