﻿#contour legend{	font-size: 16px;	color: #444444;	font-weight: bold;}#contour .placeholderTest{	display: inline;}#contour .contourField{	margin-bottom: 8px;}#contour .contourIndicator{	color: #FF0000;}#contour .fieldLabel{	font-weight: bold;	height: 16px;	color: #000000 !important;}#contour .contourError{	display: inline;	color: #FF0000;}#contour select{	font-size: 11px;	margin: 0;	padding: 2px 5px;	color: #666;}#contour input.text{	width: 200px;	height: 20px;	border-bottom: #afafaf 1px solid;	border-right: #afafaf 1px solid;	border-top: #afafaf 1px solid;	border-left: #afafaf 1px solid;	margin: 0 1px 0 0;	font-size: 12px;	color: #222;	display: inline;}#contour input.contourSubmit{	margin-top: 5px;	height: 24px;	cursor: pointer;	border: none;	font-size: 11px;	background-color: #3842AF;	color: #FFF;	font-weight: Bold;	border-radius: 3px;}	#contour input.contourSubmit:hover	{		background-color: #8BA0C8;		color: #FFF;		font-weight: Bold;	}#contour .contourValidationSummary ul{	list-style: none;	color: #FF0000;	font-size: 12px;	line-height: 1.7;	margin: 0 2px 10px 2px;	padding: 5px;	border: 1px dotted;}p.contourMessageOnSubmit{	border: 1px solid;	margin: 10px 0px;	color: #4F8A10 !important;	background-repeat: no-repeat;	background-position: 10px center;	background-color: #DFF2BF;	background-image: url('../images/messagebox_images/success.png');	padding: 10px 50px;}