.form
{
	margin:0 auto;
	width:621px;
	background: #0B355F;
	text-align: left;
	border: 15px solid #005284;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

p
{
	padding-bottom:10px;
	font-size:14px;
	line-height: 1.2
}

h2
{
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 10px;
}

ul
{
	list-style: disc;
	padding-left:20px;
	margin-bottom:20px;
	font-size: 14px;
	line-height: 1.2;
}

a
{
	color: #7FD8FF;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}
