/* CSS Document */

/****************************************************
*	Author: Nick Berlette
*	Copyright ©2006 Nick Berlette [berlettefx.com]
*	Reproduction Prohibited
****************************************************/



#results {
	margin-left: -10px;
	/*position: absolute;*/
	position:absolute;

}

	#results #left div.result {
	
		padding: 5px;
		font-weight: bold;
		color: #333333;
		text-align: left;
		border-bottom: 1px dotted #333333;
		
	}
	
		#results #left div.result span {
		
			float: right;
			font-weight: normal;
			
		}
		
		#results #left div.result span input {
		
			position: absolute;
			top: -3px;
			right: -2px;
			
		}
	
	div.title, #results #left div.title {
	
		border-bottom: 2px solid #333333;
		margin-bottom: 2px;
		padding: 5px;
		font-weight: bold;
		color: #333333;
		text-align: left;
	
	}
	
#left {

	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	padding: 5px;

}

#right {

	position: absolute;
	top: 0px;
	left: 240px;
	width: 320px;
	padding: 5px;

}

.advice {

	width: 314px;
	background-color: #F0F7E2;
	border: 5px solid #E7F0D0;
	margin-top: 5px;
	padding: 3px;

}

noscript {

	font-size: 16px;
	color: #CC0000;
	text-transform: uppercase;

}

.clear {

	clear: both;

}

