/*~~~~~~~~~~~~~~~~~global styles ~~~~~~~~~~~~~~~~~*/
p.noJS {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #FFF;
    display: block;
    width: 100%;
    padding: 4px 0 3px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #F24E31;
}
.clearer{
	clear: both;
	line-height: 0px;
}
.rightPadding{
	padding-right:10px;
}
.rightPadding20{
	padding-right:20px;
}
.bottomPadding20{
	padding-bottom:20px;
}
.bottomMargin20{
	margin-bottom:20px;
}
.floatLeft{
	float:left;
	display:inline;
}
div.siteContainer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	background: url(../Images/UI/bg-siteContainer.jpg) repeat-y;
}
div.container {
	width: 970px;
	margin-left: 10px;
}
div.footerBottom {
	background: #EEEEEE url(../Images/UI/bg-siteContainer-btm.jpg) no-repeat;
	height: 10px;
	padding: 0 0 10px;
}
/*~~~~~~~~~~~~~~~~~topNav styles ~~~~~~~~~~~~~~~~~*/
div.topNav {
	height: 24px;
	background-color: #536877;
}
div.topNav a {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	float: right;
	display:inline;
	margin: 4px 20px 0 8px;
	text-decoration:none;
}
div.topNav a.home {
	float: left;
	margin: 4px 0 0 20px;
}
div.topNav a:hover {
	text-decoration: underline;
}
/*~~~~~~~~~~~~~~~~~header styles ~~~~~~~~~~~~~~~~~*/
div.header {
	min-height: 180px;
	height: auto !important;
	height: 180px;
	padding: 10px 0 0 0;
}
#headerAd {
	width: 728px;
	height: 95px;
	float:right;
	display:inline;
	margin-right:10px;
}
a.logo {
	float: left;
	display:inline;
	width:200px;
	height:115px;
}
a.logo img {
	margin: 0 0 0 6px;
}
div.disclaimer {
	font-size: 10px;
	color: #CCC;
	text-align: right;
}
/*~~~~~~~~~~~~~~~~~sites styles start~~~~~~~~~~~~~~~~~*/
div.siteNav {
	height: 40px;
	background-color: #6C8799;
}
div.siteNavLinkWrap {
	width: 640px;
	margin: 0 auto;
	padding-top: 5px;
}
div.siteNav a {
	text-indent: -9999px;
	float: left;
	display: inline;
	height: 35px;
	background-image: url(../Images/UI/nav-sites.jpg);
	margin: 0 0 0 5px;
	width:155px;
}
div.siteNav a.everybody {
	background-position: 0 -40px;
	margin: 0;
}
div.siteNav a.everybody:hover {
	background-position: 0 0;
}
div.siteNav a.liveTo100 {
	background-position: -160px -80px;
}
div.siteNav a.liveTo100:hover, div.siteNav a.liveTo100Active {
	background-position: -160px -80px;
}
div.siteNav a.pharmacyLive {
	background-position: -320px -40px;
}
div.siteNav a.pharmacyLive:hover {
	background-position: -320px 0;
}
div.siteNav a.communities {
	background-position: -480px -40px;
}
div.siteNav a.communities:hover {
	background-position: -480px 0;
}
/*~~~~~~~~~~~~~~~~~mainNav styles ~~~~~~~~~~~~~~~~~*/
div.mainNav {
	min-height: 30px;
	height: auto !important;
	height: 30px;
	/*background-color: #9BCF23;*/
	background: #91C120 url(../images/UI/bg-mainNav.gif) repeat-x;
}
div.mainNav a {
	font-weight: bold;
	color: #36470E;
	padding: 6px 20px;
	float: left;
	display: inline;
	text-decoration:none;
	white-space: nowrap;
}
div.mainNav a.active, div.mainNav a:hover {
	color: #FFF;
}
/*~~~~~~~~~~~~~~~~~box styles ~~~~~~~~~~~~~~~~~*/
.box{
	margin:0 0 10px;
}
.box h3 {
	background-color:#6C8799;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:5px 0 5px 8px;
	margin:0;
	border-bottom:solid 1px #9BCF23;
}
.box .greyBox{
	background-color:#E3EAEE;
	/*border-top:solid 1px #9BCF23;*/
	border-bottom:solid 1px #9BCF23;
	padding:8px 0;
	margin:0 0 10px;
}
.box a {
	color:#666;
	text-decoration:none;
}
.box a.active, .box a:hover {
	color:#AD216A;
	text-decoration:none;
}
.box .subNav a{
	font-weight:bold;
	background: url(../Images/UI/arrow-link.gif) no-repeat 4px 7px;
	padding:0 4px 0 12px;
	display:block;
	width:144px;
}
.box .subNav a.subNavChild{
	font-weight:normal;
	font-size:11px;
	background:none;
}
/* polls */
.box .poll{
	padding:10px;
	font-size:11px;
}
.box .poll p{
	margin:0 0 10px;
}
.box .poll label{
	display:block;
	width:140px;
	margin-bottom:5px;
	/*height:20px;*/
}
.box .poll label input{
	border:none;
	float:left;
	display:inline;
	margin:1px 0 0 1px;
	padding:0;
}
.box .poll label span{
	display:block;
	margin:0 0 0 20px;
}
.box .poll a.submit{
	border: solid 1px #6D8799;
	color:#6C8799;
	float:left;
	display: inline;
	height:18px;
	margin:5px 0 15px;
	padding:0 15px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.box .poll a.submit:hover{
	text-decoration:none;
	color:#FFF;
	background-color:#6C8799;
}
.box .poll a.view{
	color:#536877;
	text-decoration:underline;
}
.box .poll a.view:hover{
	color:#AD216A;
	text-decoration:none;
}
.box .poll .result{
	margin:0 0 10px;
}
.box .poll .true, .box .poll .false, .box .poll .other{
	height:16px;
}
.box .poll .true{
	background-color:#93C421;
}
.box .poll .false{
	background-color:#AD216A;
}
.box .poll .other{
	background-color:#6C8799;
}
.box .poll .result span{
	color:#6C8799;
}
.box .poll .result strong{
	float:right;
}
/*~~~~~~~~~~~~~~~~~leftNav styles ~~~~~~~~~~~~~~~~~*/
div.leftCol {
	width: 160px;
	padding: 10px 0 0 10px;
	float:left;
	display:inline;
}
/*~~~~~~~~~~~~~~~~~main content styles ~~~~~~~~~~~~~~~~~*/
div.centerCol {
	width: 470px;
	padding: 10px 0 0 10px;
	float:left;
	display:inline;
}
/* top bar in main content area */
div.socialBar{
	background: url(../Images/UI/bg-social.jpg) no-repeat;
	height:31px;
	width:470px;
	margin:0 0 18px;
}
div.socialBar a{
	font-size:11px;
	color:#6C8799;
	text-decoration:none;
	margin:8px 0 0 38px;
	padding:0 0 0 16px;
	float:left;
	display:inline;
}
div.socialBar a:hover{
	text-decoration:none;
	color:#AD216A;
}
div.socialBar a.stbutton{
	padding: 0;
	margin: 0;
}
div.socialBar a.stbutton span{
	margin: 0 0 0 20px;
}
div.socialBar .sharePage, #sharethis_0{
/*	background: url(../Images/UI/btn-share.gif) no-repeat 0 2px;*/
	width:119px;
	margin:8px 0 0 38px;
	display: inline;
	float: left;
}
div.socialBar .emailFriend{
	background: url(../Images/UI/btn-email.gif) no-repeat 0 2px;
	width:124px;
}
div.socialBar .print{
	background: url(../Images/UI/btn-print.gif) no-repeat 0 2px;
}
/* homepage articles */
a.articleBlock{
	width:230px;
	margin-bottom:10px;
	/*margin-right: 10px;*/
	float:left;
	/*display:inline;*/
	color:#6C8799;
	text-decoration:none;
	/*background: #E2EAED url(../Images/UI/bg-articleBlock.jpg) no-repeat 0 bottom;*/
	background: url(../Images/UI/bg-articleBlock.jpg) no-repeat 0 151px;
}
a.articleBlockRight {
	margin-right: 0;
}
a.articleBlock:hover{
	/*background: #DAE2E5 url(../Images/UI/bg-articleBlock.jpg) no-repeat -381px bottom;*/
	background: url(../Images/UI/bg-articleBlock.jpg) no-repeat -381px 151px;
	text-decoration:none;
	color:#AD216A;
}
a.articleBlock span {
	font-size: 12px;
	display:block;
	width:205px;
	height: 40px;
	font-weight:bold;
	margin:1px 0 0;
	padding: 2px 15px 0 10px;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
	/*background: url(../Images/UI/bg-articleBlockSpan.jpg) no-repeat;*/
}
/*a.articleBlock span span {
	display:block;
	width:210px;
	margin: 0;
	padding: 0;
	background: none;
}
a.articleBlock span span.more {
	width: auto;
	position: relative;
	bottom: -3px;
	padding: 0 0 0 170px;
}*/
/* homepage quicklinks */
.quicklinksHome a.quicklink{
	width:300px;
	margin-bottom:1px;
	float:left;
	display:inline;
	color:#75AF1D;
	font-size:12px;
	text-decoration:none;
	background: url(../Images/UI/bg-quicklinks-home.jpg) no-repeat 111px 0px;
}
.quicklinksHome a.quicklink:hover{
	background: url(../Images/UI/bg-quicklinks-home.jpg) no-repeat 111px -81px;
	text-decoration:none;
	color:#AD216A;
}
.quicklinksHome a.quicklink img{
	float:left;
	display:inline;
	margin:0 1px 0 0;
}
.quicklinksHome a.quicklink span{
	display:block;
	width:169px;
	height:38px;
	overflow:hidden;
	font-weight:bold;
	margin:0 0 1px;
	padding:10px;
}
/* lvl2 quicklinks */
.quicklinks a.quicklink{
	width:280px;
	height:16px;
	padding:7px 10px;
	margin-bottom:1px;
	display:block;
	color:#75AF1D;
	overflow:hidden;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	background: url(../Images/UI/bg-quicklinks.jpg) no-repeat;
}
.quicklinks a.quicklink:hover{
	background: url(../Images/UI/bg-quicklinks.jpg) no-repeat 0 -31px;
	text-decoration:none;
	color:#AD216A;
}
/* breadcrumb */
.centerCol span.section{
	/*color:#6C8799;*/
	font-size:11px;
	color: #AD216A; 
	font-weight: bold
}
/* did you know styles */
.didyouknow{
	width:470px;
	margin:0 0 10px;
}
.didyouknow img{
	float:left;
	display:inline;
}
.didyouknowRightCol {
	width: 298px;
	margin: 0;
	border: 1px solid #D9E1E5;
}
.didyouknowRightColInner {
	width: 262px;
	padding: 12px 17px 18px 17px;
	margin: 0;
	border: 1px solid #EFF4F6;
	background-color: #EDF1F4;
}
.didyouknowRightColInner h3 {
	font-size: 22px;
}
.didyouknowRightColInner p {
	font-size: 14px !important;
	color: #AD226B;
	margin: 0;
}
.purpleBox{
	border:solid 1px #AD216A;
	width:188px;
	height:180px;
	margin:0 0 0 10px;
	padding:20px;
	float:left;
	display:inline;
}
.purpleBox h2, .purpleBox h3, .purpleBox h4, .purpleBox h5, .purpleBox h6, .purpleBox p, .purpleBox a.keepPurple{
	color:#AD216A;
	text-decoration: none;
}
.purpleBox h2{
	font-size:22px;
}
.purpleBox p{
	font-size:14px;
}
.pageBtm{
	margin:30px 0 0 0;
}
/* content index v2 styles */
.contentIndex{
	background: url(../Images/UI/border-contentIndex-top.gif) no-repeat;
	padding:2px 0 0;
	float:left;
	display:inline;
}
.wrapper{
	background: url(../Images/UI/border-contentIndex-top.gif) no-repeat 0 bottom;
	padding:0 0 2px;
	float:left;
	display:inline;
}
.block{
	width:230px;
	display:inline;
	float:left;
	padding-top:15px;
	padding-bottom:15px;
}
.contentIndex .block a{
	background: url(../Images/UI/arrow-sml-index.gif) no-repeat 2px 7px;
	display:block;
	padding:0 0 0 12px;
	color:#B22E73;
	text-decoration:none;
}
.contentIndex .block a:hover{
	text-decoration:underline;
}
/* WOF styles */
.wof .block, .wofSub .block{
	padding-top:0;
	padding-bottom:0;
	margin-bottom:10px;
}
.wof a, .wofSub a{
	display:block;
	text-indent:-9999px;
}
.wof a{
	width:230px;
	height:230px;
}
.wof a.female{ background: url(../Images/wof/female.jpg) no-repeat; }
.wof a.male{ background: url(../Images/wof/male.jpg) no-repeat; }
.wof a:hover{ background-position:0 -231px; }
.wofSub a{
	width:110px;
	height:110px;
}
.wofSub a.fBirth{ background: url(../Images/wof/f-birth.jpg) no-repeat; }
.wofSub a.fNewborn{ background: url(../Images/wof/f-newBorn.jpg) no-repeat; }
.wofSub a.f24hrs{ background: url(../Images/wof/f-24hrs.jpg) no-repeat; }
.wofSub a.f5days{ background: url(../Images/wof/f-5days.jpg) no-repeat; }
.wofSub a.f2weeks{ background: url(../Images/wof/f-2weeks.jpg) no-repeat; }
.wofSub a.f6weeks{ background: url(../Images/wof/f-6weeks.jpg) no-repeat; }
.wofSub a.f3months{ background: url(../Images/wof/f-3months.jpg) no-repeat; }
.wofSub a.f5months{ background: url(../Images/wof/f-5months.jpg) no-repeat; }
.wofSub a.f8months{ background: url(../Images/wof/f-8months.jpg) no-repeat; }
.wofSub a.f1yr{ background: url(../Images/wof/f-1yr.jpg) no-repeat; }
.wofSub a.f15months{ background: url(../Images/wof/f-15months.jpg) no-repeat; }
.wofSub a.f21months{ background: url(../Images/wof/f-21months.jpg) no-repeat; }
.wofSub a.f3yrs{ background: url(../Images/wof/f-3yrs.jpg) no-repeat; }
.wofSub a.f4yrs{ background: url(../Images/wof/f-4yrs.jpg) no-repeat; }
.wofSub a.f5yrs{ background: url(../Images/wof/f-5yrs.jpg) no-repeat; }
.wofSub a.f11yrs{ background: url(../Images/wof/f-11yrs.jpg) no-repeat; }
.wofSub a.fteen{ background: url(../Images/wof/f-teen.jpg) no-repeat; }
.wofSub a.f20s{ background: url(../Images/wof/f-20s.jpg) no-repeat; }
.wofSub a.f30s{ background: url(../Images/wof/f-30s.jpg) no-repeat; }
.wofSub a.f40s{ background: url(../Images/wof/f-40s.jpg) no-repeat; }
.wofSub a.f50s{ background: url(../Images/wof/f-50s.jpg) no-repeat; }
.wofSub a.f60s{ background: url(../Images/wof/f-60s.jpg) no-repeat; }
.wofSub a.fPlanBaby{ background: url(../Images/wof/f-planningBaby.jpg) no-repeat; }
.wofSub a.ftravel{ background: url(../Images/wof/f-travelling.jpg) no-repeat; }
.wofSub a.fPreg{ background: url(../Images/wof/f-pregnancy.jpg) no-repeat; }
.wofSub a.mBirth{ background: url(../Images/wof/m-birth.jpg) no-repeat; }
.wofSub a.m24hrs{ background: url(../Images/wof/m-24hrs.jpg) no-repeat; }
.wofSub a.mNewborn{ background: url(../Images/wof/m-newBorn.jpg) no-repeat; }
.wofSub a.m5days{ background: url(../Images/wof/m-5days.jpg) no-repeat; }
.wofSub a.m2weeks{ background: url(../Images/wof/m-2weeks.jpg) no-repeat; }
.wofSub a.m6weeks{ background: url(../Images/wof/m-6weeks.jpg) no-repeat; }
.wofSub a.m3months{ background: url(../Images/wof/m-3months.jpg) no-repeat; }
.wofSub a.m5months{ background: url(../Images/wof/m-5months.jpg) no-repeat; }
.wofSub a.m8months{ background: url(../Images/wof/m-8months.jpg) no-repeat; }
.wofSub a.m1yr{ background: url(../Images/wof/m-1yr.jpg) no-repeat; }
.wofSub a.m15months{ background: url(../Images/wof/m-15months.jpg) no-repeat; }
.wofSub a.m21months{ background: url(../Images/wof/m-21months.jpg) no-repeat; }
.wofSub a.m3yrs{ background: url(../Images/wof/m-3yrs.jpg) no-repeat; }
.wofSub a.m4yrs{ background: url(../Images/wof/m-4yrs.jpg) no-repeat; }
.wofSub a.m5yrs{ background: url(../Images/wof/m-5yrs.jpg) no-repeat; }
.wofSub a.m11yrs{ background: url(../Images/wof/m-11yrs.jpg) no-repeat; }
.wofSub a.mteen{ background: url(../Images/wof/m-teen.jpg) no-repeat; }
.wofSub a.m20s{ background: url(../Images/wof/m-20s.jpg) no-repeat; }
.wofSub a.m30s{ background: url(../Images/wof/m-30s.jpg) no-repeat; }
.wofSub a.m40s{ background: url(../Images/wof/m-40s.jpg) no-repeat; }
.wofSub a.m50s{ background: url(../Images/wof/m-50s.jpg) no-repeat; }
.wofSub a.m60s{ background: url(../Images/wof/m-60s.jpg) no-repeat; }
.wofSub a.mPlanBaby{ background: url(../Images/wof/m-planningBaby.jpg) no-repeat; }
.wofSub a.mtravel{ background: url(../Images/wof/m-travelling.jpg) no-repeat; }
.wofSub a.mPreg{ background: url(../Images/wof/m-pregnancy.jpg) no-repeat; }
.wofSub a:hover{ background-position:0 -111px; }
.wofBar {
	background: url(../Images/wof/male-bar.jpg) no-repeat;
}
.wofDetailMale, .wofDetailFemale{
	padding:0 0 10px;
}
.wofDetailMale a.header, .wofDetailFemale a.header{
	display:block;
	padding:6px 10px 7px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	margin:0 0 1px;
}
.wofDetailMale a.header{
	background: url(../Images/wof/male-bar.jpg) no-repeat;
}
.wofDetailFemale a.header{
	background: url(../Images/wof/female-bar.jpg) no-repeat;
}
.wofDetailMale a.header:hover, .wofDetailFemale a.header:hover{
	background-position: 0 -31px;
}
.wofDetailMale a.active, .wofDetailMale a.active:hover, .wofDetailFemale a.active, .wofDetailFemale a.active:hover{
	background-position: 0 -62px;
}
.wofDetailMale .header span, .wofDetailFemale .header span{
	float:right;
	display:inline;
	padding:1px 30px 0 0;
	font-weight:normal;
}
.wofDetailMale .content, .wofDetailFemale .content{
	padding:20px;
	margin:0 0 1px;
}
.wofDetailMale .content{
	background-color:#DFF1FD;
	border:solid 1px #9ACFF6;
}
.wofDetailFemale .content{
	background-color:#FFEAF1;
	border:solid 1px #FF84AC;
}
.wofDetailMale h2, .wofDetailMale h3, .wofDetailMale h4, .wofDetailMale h5, .wofDetailMale h6{
	color:#69B8F1;
}
.wofDetailFemale h2, .wofDetailFemale h3, .wofDetailFemale h4, .wofDetailFemale h5, .wofDetailFemale h6{
	color:#FF6496;
}
.paging {
	font-size: 11px;
	color: #666;
	width: 450px;
	padding: 8px 10px;
	margin: 30px 0 0 0;
	background: url(../Images/ui/bg-paging.jpg) no-repeat;
}
.paging span {
	float: left;
	padding-right: 18px;
	/*margin:0 10px 0 0;*/
}
.paging a {
	float: left;
	color: #75AF1D;
	text-decoration: none;
	margin-right: 13px;
	/*padding:0 10px;*/
}
.paging a:hover {
	text-decoration: underline;
}
.paging a.active, .paging a.active:hover {
	color: #333;
	text-decoration: none;
}
/*~~~~~~~~~~~~~~~~~right column styles ~~~~~~~~~~~~~~~~~*/
div.rightCol {
	width: 300px;
	padding: 10px 0 0 10px;
	float:left;
}
div.rightCol .search{
	padding: 10px;
}
div.rightCol .search input{
	width: 200px;
	float:left;
	display:inline-block;
}
div.rightCol .search a{
	width: 70px;
	border: solid 1px #6D8799;
	border-left: none;
	text-align:center;
	font-weight:bold;
	color:#6C8799;
	float:left;
	display:inline-block;
	height:18px;
}
div.rightCol .search a:hover{
	text-decoration:none;
	color:#FFF;
	background-color:#6C8799;
}
/*~~~~~~~~~~~~~~~~~footer styles ~~~~~~~~~~~~~~~~~*/
div.footer {
	background: #BFCED5 url(../Images/UI/bg-footer.jpg) repeat-x 0 top;
	font-size: 11px;
	padding: 15px 22px 20px 22px;
	margin-top: 24px;
}
div.footer a {
	text-decoration: underline;
}
div.footer a:hover {
	text-decoration: none;
}
div.footer p {
	margin:0 0 8px;
}
/*~~~~~~~~~~~~~~~~~lightbox styles ~~~~~~~~~~~~~~~~~*/
.lightBox {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #FFF;
	z-index: 1001;
}
.lightBoxContent {
	display: none;
	width: 533px;
	padding: 25px 0 25px 25px;
	border: 1px solid #9BCF23;
	position: absolute;
	top: 40px;
	left: 50%;
	margin: 0 0 0 -254px;
	overflow: hidden;
	z-index: 1002;
	background-color: #FFF;
}
/*div.previousPolls, */div.pollResults, div.submitStory, div.storyThanks, div.newsletterPopup, div.newsletterThanks, div.emailToFriend, div.emailToFriendThanks {
	display: none;
}
div.previousPolls, div.pollResults 
{
	width: 370px;
}
div.pollResults span.question
{
    font-weight:bold;
    float:left;
    margin-bottom:10px;
}
a.close, a.browse {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #6C8799;
	height: 18px;
	margin: 3px 29px 15px 0;
	padding: 0 14px 0 13px;
	float: right;
	border: solid 1px #6D8799;
	background-color:#E3EAEE;
}
a.browse {
	float: left;
	margin: 0 0 0 0;
}
a.close:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #6C8799;
}
a.browse:hover {
	cursor: pointer;
	cursor: hand;
}
.lightBoxContent p {
	color: #6C8799;
	padding-right: 20px;
}
a.button {
	text-indent: -9999px;
	display: block;
	width: 160px;
	height: 30px;
}
a.buttonPreviousPolls {
	margin: 26px 0 0 4px;
	background: url(../Images/UI/bg-button-previousPolls.gif) no-repeat;
}
a.buttonSubmit {
	margin: 13px 0 24px 0;
	background: url(../Images/UI/bg-button-submit.gif) no-repeat;
}
div.form a.buttonSubmit {
	margin: 0 0 0 100px;
}
a.buttonClose {
	margin: 13px 0 24px 0;
	background: url(../Images/UI/bg-button-close.gif) no-repeat;
}
a.buttonSubmitYourQuestion {
	margin: 0 0 16px 2px;
	background: url(../Images/UI/bg-button-submitYourQuestion.gif) no-repeat;
}
a.buttonNextQuestion {
	margin: 0 0 16px 2px;
	background: url(../Images/UI/bg-button-nextQuestion.gif) no-repeat;
}
a.button:hover {
	background-position: 0 -30px;
}
div.result {
	padding-bottom: 8px;
	border-top: 1px solid #FFF;
}
div.result span {
	font-size: 11px;
	display: block;
	padding-bottom: 1px;
	position: relative;
}
div.result a.resultBar, div.result div a {
	font-size: 0;
	height: 16px;
	padding: 0;
	float: left;
}

div.result1 a.resultBar {
	background-color: #93C421;
}
div.result2 a.resultBar {
	background-color: #AD216A;
}
div.result3 a.resultBar {
	background-color: #6C8799;
}
div.result span.resultValue {
	font-size: 12px;
	font-weight: bold;
	color: #6C8799;
	text-align: left;
	width: 65px;
	float: right;
	padding: 0;
}
div.scrollable {
	height: 355px;
	overflow: auto;
}
div.scrollableAlt {
	width: 480px;
}
a.pastPolls {
	color: #6C8799;
	text-decoration: none;
	display: block;
	padding: 0 0 0 14px;
	background: url(../Images/UI/bg-pastPolls.gif) no-repeat 5px 7px;
	float:left;
	margin-bottom:10px;
}
a.pastPolls:hover {
	color: #AD216A;
}
div.submitStory div.scrollable, div.newsletterPopup div.scrollable {
	height: 510px;
}
div.formColLeft {
	/*width: 240px;*/
	width: 225px;
	float: left;
}
div.formColRight {
	/*width: 240px;*/
	width: 225px;
	margin-left: 20px;
	float: left;
}
div.formColLeft label.text, div.formColRight label.text, label.checkbox, label.text,
      div.submitStory label.text, div.submitStory label.checkbox, div.newsletterPopup label.text, div.newsletterPopup label.checkbox, div.quizContainer label.checkbox, div.emailToFriend label.text {
	font-size: 11px;
	line-height: 100%;
	color: #536877;
	display: block;
	/*width: 240px;*/
	width: 225px;
	padding: 0 0 4px 0;
}
input.checkbox, span.radio input{
	margin-top: 0;	
	border: none;
}
label.checkbox{
	display: inline;
	padding: 0;
	position: relative;
	top: -3px;
}
div.genderSourr{
	margin-bottom: 5px;	
}
div.formColLeft input.text, div.formColRight input.text, div.fakefile input, div.formColLeft select, div.formColRight select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #6A737B;
	width: 220px;
	height: 16px;
	margin: 0 0 10px 0;
	padding: 2px 0 0 3px;
	float: left;
	border: 1px solid #C6D5DD;
	background: #E3EAEE;
}
div.formColLeft select, div.formColRight select{
  width: 225px;
  height: 20px;
}
div.formColRight input.text {
	^margin: 0 0 10px -20px;
}
div.fileinputs {
	position: relative;
	margin-bottom: 10px;
}
div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
div.fakefile input {
	margin-right: 10px;
	float: left;
	cursor: pointer;
	cursor: hand;
}
input.file {
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	position: relative;
	left: 127px;
	z-index: 2;
	cursor: pointer;
	cursor: hand;
}
div.submitStory p, div.newsletterPopup p {
	font-size: 11px;
}
div.submitStory li, div.newsletterPopup li {
	font-size: 11px;
	color: #6C8799;
}
textarea.yourStory {
	font: 11px Arial, Helvetica, sans-serif;
	color: #6A737B;
	width: 465px;
	height: 106px;
	margin: 0 0 10px 0;
	padding: 2px 0 0 3px;
	float: left;
	overflow: auto;
	border: 1px solid #C6D5DD;
	background: #E3EAEE;
}
div.submitStory label.checkbox, div.newsletterPopup label.checkbox, div.quizContainer label.checkbox {
	/*color: #333;*/
	width: 300px;
	padding: 1px 0 0 7px;
	float: left;
}
div.newsletterPopup label.radio, div.quizContainer label.radio {
	width: 50px;
	margin-bottom: 10px;
	margin-top: 3px;
	color: #536877;
}/*
label.checkbox{
  color: #536877;	
}*/
div.quizContainer label.radio {
	font-size: 100%;
}
div.submitStory input.checkbox, div.newsletterPopup input.checkbox, div.quizContainer input.checkbox {
	width: 14px;
	height: 14px;
	margin: 0 0 6px 2px;
	padding: 0;
	float: left;
	border: none;
	
}
div.newsletterPopup select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #6A737B;
	width: 240px;
	height: 20px;
	margin: 0 0 10px 0;
	float: left;
}
div.form label input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #6A737B;
	width: 235px;
	height: 16px;
	margin: 0 0 10px 0;
	padding: 2px 0 0 3px;
	float: left;
	border: 1px solid #D9E1E5;
	background: #FFF;
}
div.form label textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #6A737B;
	width: 235px;
	height: 76px;
	margin: 0 0 10px 0;
	padding: 2px 0 0 3px;
	float: left;
	overflow: auto;
	border: 1px solid #D9E1E5;
	background: #FFF;
	display: block;
}
div.form label select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #6A737B;
	width: 240px;
	height: 20px;
	margin: 0 0 10px 0;
	float: left;
}
a.shareHealthTip, a.newsletterButton, a.submitAStory, a.twitterButton {
	text-indent: -9999px;
	display: block;
	width: 160px;
	height: 30px;
	background: url(../Images/UI/img-shareHealthTip.jpg) no-repeat;
}
a.shareHealthTip:hover {
	background-position: 0 -30px;
}
a.newsletterButton {
	height: 90px;
	background: url(../Images/UI/img-newsletter.jpg) no-repeat;
}
a.newsletterButton:hover {
	background-position: 0 -90px;
}
a.twitterButton {
	height: 60px;
	background: url(../Images/UI/btn-twitter.jpg) no-repeat;
}
a.twitterButton:hover {
	background-position: 0 -60px;
}
a.submitAStory {
	background: url(../Images/UI/img-submitAStory.gif) no-repeat;
}
a.submitAStory:hover {
	background-position: 0 -30px;
}
span.compulsory {
	display: block;
	padding-bottom: 10px;
}
img.secure
{
    margin:0 0 10px 105px;
}
div.secure2{
	   margin:0 0 10px 105px;
}
div.secure2 div{
	/*background-color:#E3EAEE !important;*/
	width: 237px;
}
a.dykImage{
	width: 230px;
	height: 220px;
}

input.button
{
    height:22px;
}

.pageButtons a, a.pink
{
    color: #AD216A;
}
img.rightFloated{
	float: right;	
}  
input.buttonReset{
	height: 20px;
  padding: 0;
}

#google_ads_div_liveto100-inhouse-island-300x190
{
    margin-top:10px;
}
