input {
	height: 28px;
	background-color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 5px;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #505050;
}

input[type=checkbox] {
	height: 14px;
	width: 14px;
	border: 1px;
}

label {
	font-size: 20px;
	font-weight: bold;
	text-shadow: -1px 1px 0 white;
	margin-right: 5px;
	text-align: right;
}

.required {
	color: red;
	font-size: 10px;
}

.errors {
	min-height: 25px;
	text-align: center;
	color: red;
	font-weight: bold;
	margin-right: 25px;
}

.error {
	width: 25px;
	height: 25px;
	display: inline;
}

#tooltip {
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	color: red;
	font-size: 10px;
	opacity: 0.85;
	padding: 5px;
	position: absolute;
	z-index: 3000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#tooltip .url {
	display: none;
}

#tooltip h3,#tooltip div {
	margin: 0;
}