/* CSS Document */

#pageContent {
	margin: 30px 0 0 34px;
	text-align: left;
	width: 930px;
}
#pageContentLeft {
	float: left;
	width: 510px;
}
#pageContentRight {
	float: left;
}
#pageHeading {
	color: black;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}
#pageSubHeading {
	color: #1c74bb;
	font-size: 16px;
	margin-top: 5px;
}
table, tr, td {
	padding: 0;
}
#pageContent p {
	color: black;
	font-size: 12px;
	margin: 20px 0 10px;
}
.fieldName {
	color: black;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	width: 150px;
}
.fieldEntry span {
	margin-left: 20px;
}
.fieldEntry input {
	width: 235px;
}

#chk_terms {
	margin-top: 50px;
}
#termslink, #privacylink {
	color: black;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#termslink {
	margin-top: 20px;
}
#continueButton {
	background-image: url(../images/continue-button.gif);
/*	display: block;*/
	height: 26px;
	margin-top: 40px;
	width: 87px
}

#pageContent p.red, .red {
	color: red;
}


#popup {
	left: 170px;
	position: absolute;
	top: 80px;
	visibility: hidden;
	width: 660px;
}
#popupTop {
	background-image: url(../images/popup-top.png);
	height: 127px;
	width: 100%;
}
#popupHeader {
	margin: 40px 0 0 45px;
}
#popupTop a {
	height: 26px;
	left: 548px;
	position: absolute;
	top: 38px;
	width: 70px;
}
#popupMiddle {
	background-image: url(../images/popup-middle.png);
	width: 100%;
}
#popupContent {
	padding: 40px 50px;
}
#popupContent h2 {
	color: #1c74bb;
	font-size: 16px;
}
#popupContent p {
	color: black;
	font-size: 12px;
	margin-top: 10px;
}
#popupBottom {
	background-image: url(../images/popup-bottom.png);
	height: 31px;
	width: 100%;
}

/* overwrite previous class */
.bad_message, .success_message {
	background-color: transparent;
	background-image: url();
	border: 0;
	padding: 0;
}
