@charset "utf-8";

body{
	color: #778899;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4{
	text-align: center;
	padding-bottom: 5px;
}

.form_container{
	width: 100%;
	text-align: center;
}

.text{
	width: 50%;
	float: left;
}

.fields{
	width: 50%;
	float: left;
}

.content{
	width: 70%;
	margin: 0 auto;  
	padding: 1%;
	border: 1px solid #ddd;
	background-image: url(../images/bullet.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.footer{
	color: #e7eded;
	font-size: x-small;
	text-align: center;
	display: block;
	padding-top: 1%;
	text-transform: uppercase;
}

a{
	text-decoration: none;
	color: #778899;
}

a:hover{
	color: #192644;
}