* {
	box-sizing: border-box;
}
body {
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
#wrapper {
	margin: 0 auto;
	width: 713px;
	border: 2px solid #e2e2e2;
}
header {
	height: 80px;
	background-color: #ca2f43;
}
header img {
	width: 115px;
	height: 33px;
	margin: 30px 0 0 30px;
}
h1 {
	color: #d73347;
	margin: 0;
	font-size: 23px;
}
img {
	border: 0;
}
.underline {
	text-decoration: underline;
}
#content {
	height: 355px;
	padding-top: 70px;
	padding-left: 35px;
	padding-right: 25px;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
fieldset.error p {
	color: #d73347;
	font-weight: bold;
}
form input {
	float: left;
}
form label {
	display: block;
	padding-top: 3px;
	padding-left: 20px;
	margin-left: 5px;
}
form .btn {
	border: none;
	cursor: pointer;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	border-radius: 6px;
	color: #ffffff;
	width: 80px;
	height: 30px;
	background: #c62128;
	background: -moz-linear-gradient(top, #ef4955 0%, #c62128 100%);
	background: -webkit-linear-gradient(top, #ef4955 0%, #c62128 100%);
	background: -o-linear-gradient(top, #ef4955 0%, #c62128 100%);
	background: -ms-linear-gradient(top, #ef4955 0%, #c62128 100%);
	background: linear-gradient(to bottom, #ef4955 0%, #c62128 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef4955', endColorstr='#c62128', GradientType=0 );
}
form .btn span {
	display: inline-block;
	padding-top: 9px;
}
form .confirmHIV,
form .confirmGlobal,
form input[type="submit"] {
	display: none;
}
footer {
	background-color: #3f3f3a;
	padding: 21px 0 26px 130px;
	color: #e2e2e1;
	overflow: auto;
}
footer p {
	margin: 13px 0;
	line-height: 1.3;
}
footer .left {
	width: 350px;
	float: left;
}
.links {
	text-align: right;
	padding-right: 8px;
}
.links a {
	text-decoration: none;
	color: #e2e2e1;
	display: inline-block;
}
.links a:nth-of-type(2) {
	margin: 0 3px;
	padding: 0 5px;
	line-height: 0.8;
	border-left: 2px solid #5d5d5d;
	border-right: 2px solid #5d5d5d;
}
footer img {
	width: 85px;
	height: 24.28px;
	margin-top: 73px;
}
