/* for Age Warning */

a {
	color: #903;
	text-decoration:none;
position: relative;
}

a:hover {
	text-decoration:underline;
position: relative;
}

#ageWarning{
	position: absolute;/*required*/
	border:1px solid #FFE3F6;
	width: 218px;	
	background: #fff url(/girloftheyear/2010/images/warnStars.gif) no-repeat bottom right;
	text-align:center;
}
  #ageWarningContent {
position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	background: transparent url(/girloftheyear/2010/images/warnX.gif) no-repeat 200px 6px;  
  }
  #ageWarningContent p {
position: relative;
	margin: 10px 18px;	
	}
		
  #ageWarningContent p.eighteen {
position: relative;
  	font-weight:bold;
    }
  
  #ageWarningContent a {
position: relative;
  	font-weight:bold;
	color:#903;}
  a.ageWarningTrigger{
position: relative;}
