.calendar .full {
	color: #ccc;
}
.calendar .noregister {
	background-image: url(full.png);
	background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 20px;
    height: 16px;
    margin-top: 4px;
}
.calendar .register {
	background-image: url(register.png);
	background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 20px;
    height: 16px;
    margin-top: 4px;
}
.calendar .register a {
	color: green;
    font-weight: bold;
}

.register-form input[type="text"], 
.register-form input[type="date"],
.register-form input[type="time"],
.register-form input[type="number"],
.register-form input[type="email"],
.register-form textarea {
	width: auto !important;
}

.register-form input[type="submit"], .sendnotificationmail-form input[type="submit"] {
    font-size: 1.4em;
}
.sendnotificationmail-form select {
    font-family: 'PT Sans',​sans-serif;
    font-size: 1.5em;
    height: auto !important;
    margin: 15px 0;
    width: auto;
}
.test-info, .sendnotificationmail {
	font-size: 1.4em;
    line-height: 1.4em;
}
.test-info .guidance {
     margin: 20px 0 0;
}

.register-form label.error {
    font-size: 1.2em;
    margin-left: 8px;
    color: red;
}
