/* <style type="text/css">
 * Leave this line as it help debug the css in Dreamweaver's IDE 
 */

#bubble {
	background:url(/images/bubble_form_bg.png) #f6eee3;
	float:right;
	margin-right:30px;
	margin-top:30px;
	width:256px;
}
	
	#bubble h2 {
		color:#27498f;
		font-size:14px;
		margin:10px 10px 0 10px;
	}
	
	#bubble img {
		float:left;
	}

#insuranceForm {
	float:left;
	height:320px;
	margin:0 10px 10px 10px;
	overflow:hidden;
}

#insuranceForm input.text {
	width:120px;
}

#insuranceForm label {
	width:90px;
}

* {margin:0; padding:0;}

form {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}

	fieldset {  
		border:none;
		background:transparent;
		clear:both;
		margin: 1.5em 0 0 0;
		padding-bottom:1em;
		position:relative;
		width:auto;
	}
	
	fieldset span {
		float:left;
	}
	
	/**
	 * Fieldset for buttons
	 */
	fieldset.submit {  
		background-color:transparent;
		background-image:none;
		border-style: none;
	}
	
		fieldset label {
			float:left;
			font-weight:bold;
			margin-right:1em;
			width:10em;
		}
		
		fieldset input.text {
			border:1px solid #4F3E27;
			padding:2px;
			width:200px;
		}
		
		/* Primary submit button */
		input.submit {
			float:left;
			background:url(/lib/FormGen//img/primary_button_bg.png) repeat-x center;
			border:1px solid #b3b3b3;
			color:#404040;
			padding:2px 3px 2px 3px;
		}
		
			input.submit:hover {
				background:url(/lib/FormGen//img/primary_button_bg_hover.png) repeat-x center;
				color:#595959;
			}
		
		/* Secondary buttons */
		input.secondary {
			float:right;
			background:url(/lib/FormGen//img/secondary_button_bg.png) repeat-x center;
			border:1px solid #b3b3b3;
			color:#404040;
			padding:2px 3px 2px 3px;
		}
		
			input.secondary:hover {
				background:url(/lib/FormGen//img/secondary_button_bg_hover.png) repeat-x center;
				color:#595959;
			}
	
		fieldset legend {  
			background-color:#fff;
			margin-left: 1em;  
			color: #000000;  
			font-weight: bold;
			left:0;
			position:absolute; /* fix ie bug where background overflows into height created by legend */
			top:-0.5em;
		}
		
		fieldset option {
			margin-right:1em;
			padding:0 3px 0 3px;
		}
		
		fieldset p {  
			float:left;
			list-style: none;
			margin:0;
			width:auto;
		}
		
			fieldset em {
				color:#666666;
				clear:both;
				float:left;
				font-size:0.8em;
				font-style:normal;
				top:1.5em;
				text-align:left;
				width:auto;
			}
		
		/* A row of fields */
		fieldset .row {
			clear:both;
			float:left;
			margin-bottom:10px;
			width:100%;
		}
		
			/* Checkbox or radio button lists */
			fieldset .row fieldset {
				background-color:transparent;
				background-image:none;
				border:none;
				left:0;
				margin:1em 0 0 1em;
				width:auto;
			}
		
			fieldset .row fieldset legend {
				border:none;
				background-color:transparent;
				clear:none;
				font-size:1em;
				font-weight:normal;
				left:-0.5em; /* fix ie 7 bug */
				margin:0 !important /* ie 6 bug */;
				margin:0 0 0 1em;
				padding:0;
				position:relative;
			}
		
		fieldset .row fieldset input {
			float:left;
			margin-right:1em;
		}
		
		fieldset .row fieldset label {
		
		}
		
		/* Individual checkbox or radio buttons */
		fieldset .row fieldset ol {
			clear:none;
			float:left;
			left:10.25em;
			list-style:none;
			position:relative;
			margin:-1.3em 0 0 0;
			padding:0;
			width:20.5em;
		}
		
			fieldset .row fieldset ol li {
				clear:both;
				float:left;
				margin-bottom:0.5em;
				width:100%;
			}
			
				fieldset .row fieldset ol li p {
					display:inline;
					float:none;
					margin:0;
					padding:0;			
				}
	fieldset select {
		border:1px solid #927d63;
	}
	
	fieldset textarea {
		border:1px solid #67ADCF;
		padding:2px;
		width:20em;
	}
	
/* onfocus hints */
span.hint {
	background: #ffc url(/lib/FormGen//img/pointer.gif) no-repeat -100px -100px;
	border: 1px solid #c93;
	display:none;
	right:1em;
	margin: -0.3em 0 0 2em;
	padding: 10px 12px;
	position: absolute;
	width: 20em;
}

	span.hint .pointer {
		position: absolute;
		left: -10px;
		top: 5px;
		display:block;
		width: 10px;
		height: 19px;
		background: url(/lib/FormGen//img/pointer.gif) left top no-repeat;
	}

/* Validation and other warning blocks */
.formGenWarnings {

	border:1px solid #990000;
	background-color:#FFF0F0;
	margin:1em;
}

	.formGenWarnings p {
		margin:1em;
		width:100%;
	}
	
/* Used for debugging this module only */
.formGenDebug {
	background-color:#FBE4B7;
	border:1px solid #D09E06;
	color:#000;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight:normal;
	margin:20px;
	width:80%;
}

	.formGenDebug h2, .formGenDebug p {
		margin:10px;
	}