@charset "utf-8";

#wrapperContentSub {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#returnTop {
	background-color: #F7F7F7;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 25px;
}


/* PRIVACY
------------------------------------------------------------------------------*/

#privacyHeading h1 {
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#privacyHeading p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 25px;
	line-height: 1.5;
	padding-top: 25px;
}

#sign {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 14px;
}

.privacyBox h2 {
	margin-bottom: 15px;
}

.privacyBox li,
.privacyBox p {
	line-height: 1.5;
	padding-left: 25px;
}

.privacyBox {
	padding-bottom: 35px;
}

#signature dt {
	line-height: 1.5;
	float: left;
	margin-right: 10px;
}

#signature dd {
	line-height: 1.5;
}

#signature {
	margin-left: 475px;
	margin-top: 45px;
	margin-bottom: 45px;
}

