@charset "utf-8";

form p {
	margin: 0;
}

.important {
	font-weight: bold;
	color: #990000; /* Reddish */
}

#important_subhead {
	font-weight: bold;
	text-align: center;
}

.phoneinput input {
	width: 3em;
}

#adminhead {
	text-align: center;
	font-weight: bold;
}

#admincolleft {
	float: left;
	width: 50%;
}

#admincolright {
	float: right;
	width: 50%;
}