input.email-box
{
	background-image: url(images/icons/username_bg.jpg);
	padding-left: 20px;
	background-repeat: no-repeat;
}

input.password-box
{
	background-image: url(images/icons/password_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.google-pr
{
	font-size: 24px;
	font-weight: bold;
	color: Teal;
	font-family: monospace;
}

.campaign-info
{
	color: white;
	font-weight: bold;
	vertical-align:middle;
}

.campaign-info a
{
	color: white;
	font-weight: bold;
	text-decoration: none;	
}

.campaign-info a:hover
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.form-element
{
	vertical-align: middle;
}