/* CSS Document */

.text {

	width: 190px;
	height: 17px;
	background: #214FAC url('images/text-bg.gif') no-repeat;
	border: none;
	padding: 2px;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 12px;
	color: #FFFFFF;

}

.btn {

	width: 53px;
	height: 21px;
	background: #A4EC0E url('images/btn-bg.gif') no-repeat;
	border: none;
	position: relative;
	top: 1px;
	left: 3px;

}

	#results #left div.result {
	
		padding: 5px;
		font-weight: bold;
		color: #333333;
		text-align: left;
		border-bottom: 1px dotted #214FAC;
		
	}
	
			#results #left div.result span {
		
			float: right;
			font-weight: normal;
			
		}

.advice {

	width: 100%;
	background-color: #F0F7E2;
	border: 5px solid #E7F0D0;
	margin-top: 5px;
	padding: 3px;

}

noscript {

	font-size: 16px;
	color: #CC0000;
	text-transform: uppercase;