/*
 * Custom styles for the disclaimer page
 * =======================================================
 * This css file contains color codes and background-images
 * of elements defined in outline.css, and index specific
 * styles (if any)
 */
 
#Disclaimer_Wrapper {
    width:999px;
    margin:0 auto;
    padding:10px 0 20px 0;
    background-repeat:no-repeat;
    
    background-image:url(img/bg_disclaimer.jpg);
    background-repeat: none;
    background-color:#0F0F0F;
    
    line-height: 120%;
}

#age_box
{
	margin-left: 336px;
	margin-top: 205px;
	padding-top:50px;
	padding-left:21px;
	width:310px;
	height:191px;	
}

#responsible_drinking
{
	margin-top:75px;
	margin-left: 270px;
	width:460px;
	color: #CCCCCC;
}

#colums
{
	width:849px;
	height:86px;
	margin-left: 75px;
	
	
}

#date_fields
{
	margin-bottom: 5px;
}

#accept_fields
{
	margin-bottom:5px;
}

#not_accepted_error
{
	margin-top:2px;
	margin-bottom:5px;
	height:25px;
	color: #CC0000;
}

#enter_text
{	
	color: #ffffff;
	font-size: 11px;
	font-face: Arial, Helvetica, sans-serif;
	margin-bottom:7px;
}

