/* FEATURE FORM */
			
	
	div#feature-form {
		position: relative;
		margin: 40px 0px 0px 20px;
		padding: 0px;
		height: 335px;
		width: 860px;
		background-image: url(/images/feature_bg_335h.gif);
		background-repeat: no-repeat;
		background-color: transparent;
		border: none;
		}

		div#feature-form h2 {
			margin: 0px;
			padding: 0px;
			background-color: transparent;
			border: none;
			}
			
		div#feature-form form {
			background-color: transparent;
			border: none;
			}
			
		div#feature-form table, div#feature-form td, div#feature-form tr, div#feature-form thead, div#feature-form tbody, div#feature-form tfoot {
			margin: 0px;
			padding: 0px 5px 2px 0px;
			background-color: transparent;
			border: none;
			}
			
			div#feature-form table {
				margin-top: 10px;
				xwidth: 350px;
				xbackground-color: #fce;
				}
	
				div#feature-form table td {
					text-align: left;
					}	
							
				div#feature-form table td.question {
					padding-left: 5px;
					width: 320px;
					xbackground-color:#cef;
					}
					
				div#feature-form table td.answer {
					padding-left: 5px;
					width: 100px;
					xbackground-color:#cef;
					}
				
			div#feature-form input, div#feature-form select {
				border: solid 1px #999;
				}
				
			div#feature-form textarea {
				margin: 10px 0px 0px 0px;
				width: 350px;
				height: 80px;
				}

								
			div#feature-form input.call-to-action {
			border: none
			}

				div#feature-form a.call-to-action {
						position: absolute;
						right: 40px;
						bottom: 0px;
						border: none;
						}		
			





	ol.four-steps {
			float: left;
			margin: 10px 0px 0px 10px;
			width: 340px;
			list-style-type: none;
			}
	
			ol.four-steps li {
				line-height: 12px;
				margin: 10px 0px 0px 0px;
				padding: 0px 0px 0px 30px;
				color: #666;
				}
