/* CSS Document */
html,html body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.container {
	background: url(/images/redesign/popBorder-top.gif) top repeat-x;
	height: 100%;
	margin: 0px;
}

html>body div.container {
	height: auto;
	min-height: 100%;
}

/*(apply to IE)*/
div.newcontainer {
	height: 100%;
}
 
/*(apply to all but IE)*/
html>body div.newcontainer {
	height: auto;
	min-height: 100%;
}

a:link, a:active, a:visited, a:hover {
	color: #284687;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: none;
}

#logo {
	width: 145px;
	height: 56px;
	z-index: 3;
	position: absolute;
	top: 0;
	right: 0;
}

html>body #left{
	height: 100%;
}

#left {
	background: url(/images/redesign/popBorder-L.gif) left repeat-y;
	z-index: 2;
}

#right {
	background: url(/images/redesign/popBorder-R.gif) right repeat-y;
	z-index: 3;
}

#cornerTop {
	width: 22px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/redesign/popCorner-top.gif) top no-repeat;
	z-index: 100;
} 	

#cornerBtmL {
	float: left;
	width: 21px;
	height: 24px;
	bottom: 0;
	right: 0;
	background: url(/images/redesign/popCorner-btmL.gif) bottom no-repeat;
	margin-top: -24px;
	z-index: 101;
} 	

#cornerBtmR {
	float: right;
	width: 20px;
	height: 25px;
	bottom: 0;
	left: 0;
	background: url(/images/redesign/popCorner-btmR.gif) bottom no-repeat;
	margin-top: -24px;
	z-index: 102;
} 	

#bottom {
	background: url(/images/redesign/popBorder-btm.gif) bottom repeat-x;
	z-index: 4;
}

#content {
		/*border: 1px solid #000000;*/
	margin-left: 23px;
	margin-right: 23px;
	padding: 60px;
}

.header_txt {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

.header_txt span {
	display: block;
	position: relative;
	margin-left: 0px;
	margin-top: -16px;
	z-index: 2;
	width: 100%;
	height:15px;
}

#clear {
	clear: both;
	height:1%;	
}

.scrollTop {
	margin: 20px 0 45px 0;
}

.legal_txt {
	background: #FFFFFF url(/images/redesign/txt_pop-legal.gif) no-repeat;
}

.about_txt {
	background: #FFFFFF url(/images/redesign/txt_pop-about.gif) no-repeat;
}

.contact_txt {
	background: #FFFFFF url(/images/redesign/txt_pop-contact.gif) no-repeat;
}

.terms_txt {
	background: #FFFFFF url(/images/redesign/txt_pop-terms.gif) no-repeat;
}

.privacy_txt {
	background: #FFFFFF url(/images/redesign/txt_pop-privacy.gif) no-repeat;
}

.verify_txt {
	background: #FFFFFF url(/images/redesign/txt_pop-notVerified.gif) no-repeat;
}

.whatVerify_txt {
	background: #FFFFFF url(/images/redesign/txt_pop-whatEmailVeri.gif) no-repeat;
}

.guidelines_txt {
	background: #FFFFFF url(/images/redesign/txt_pop-profileGuidelines.gif) no-repeat;
}

.tips_txt {
	background: #FFFFFF url(/images/redesign/txt_pop-profileTips.gif) no-repeat;
}

.benefits_txt {
	background: #FFFFFF url(/images/redesign/txt_pop-benefits.gif) no-repeat;
}

.submitPicVid_txt {
	background: #FFFFFF url(/images/redesign/txt_pop-submitPicVid.gif) no-repeat;
}

.profile_txt {
	background: #FFFFFF url(/images/redesign/txt_pop-profile.gif) no-repeat;
}

.help_txt {
	background: #FFFFFF url(/images/redesign/txt_pop-help.gif) no-repeat;
}

.antiSpam_txt {
	background: #FFFFFF url(/images/redesign/txt_pop-antiSpam.gif) no-repeat;
}

.antiSpam_txt_fr {
	background: #FFFFFF url(/images/redesign/FR/txt_pop-antiSpam_fr.gif) no-repeat;
}

.notify_formItem {
	margin-bottom: 5px;
}
	
#formItem {
		width: 80px;
		float: left;
		display: block;
		font-weight: normal;
}

#formItem_fr {
		width: 110px;
		float: left;
		display: block;
		font-weight: normal;
}

.leftFloat {
	float: left;
}

