@import url('https://fonts.googleapis.com/css?family=Poiret+One');

h2 {
	background: url('/img/admit.png') no-repeat;
	line-height: 32px;
	padding-left: 38px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-family: 'Poiret One', helvetica, sans-serif;
	font-weight: lighter;
}

p.application {

}

p.application span {
	font-size: 24px;
	line-height: 32px;
	font-family: 'Poiret One', helvetica, sans-serif;
	font-weight: lighter;
	padding-left: 6px;
}

p.application img {
	margin: 0;
	padding: 0;
	float: left;
	vertical-align: top; /* doesn't make a lick of sense, but it works. */
}

.message {
	display: inline;
}

.error {
	color: red;
}

form {
}

form p {
	font-color: #ccc;
	margin: 4px 0 12px 0;
}