/* 

Facebook calculator css file 

@DL 12.3.08 

*/
body
{
	margin: 0px;
}

#parent_container
{
	width:	715px;
	height: 700px;
	background-image:url(images/lrg_grd.jpg);
	background-repeat:repeat-x;
	padding: 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.text_area
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.question_box
{
	height: 18px;
	width: 371px;
	background-image:url(images/sml_red_grd.jpg);
	background-repeat:repeat-x;
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	
}
.question_box_wrapper
{
	height:	38px;
	width: 391px;
	border: 2px solid #c00534;	
	padding: 1px;
}
.answer_box
{
	padding: 10px;
	color: #64643a;
	font-weight:bold;
}

.results_area
{
	border: 1px solid #a11e1d;
	width: 376px;
	height: 167px;
	padding-bottom:5px;
	padding: 10px;

}

.wine_bottle
{
	position:absolute;
	top: 56px;
	left: 430px;
}


/* text styles */ 

.red
{
	color: #a60529;	
}

.grey
{
	color: #666666;	
}

.small
{
	font-size:11px;
}
