@media screen {
		
	form.formatted_form table {
		width: 100%;
		font-size: 10px;
	}
	
	form.formatted_form table.form_container td {
		width: 60%;
	}
	
	form.formatted_form table.form_container td.right_column {
		width: 40%;
	}
	
	form.formatted_form table.form_container td td {
		width: auto;
	}
	
	form.formatted_form table.form_container td.right_column td {
		width: auto;
	}
	
	form.formatted_form table.form_container td tr td.label,
	form.formatted_form table.form_container td tr td.warning {
		width: 1px;
	}
	
	form.formatted_form fieldset {
		border: 1px solid #999999;
		margin-bottom: 20px;
	}
	
	form.formatted_form td.right_column fieldset {
		margin-left: 20px;
	}
	
	form.formatted_form fieldset legend {
		padding: 0 5px;
		color: #666666;
		font-weight: bold;
	}
	
	form.formatted_form table.form_container fieldset tr td {
		vertical-align: middle;
	}
	
	form.formatted_form fieldset div.table_container {
		padding: 18px;
	}
	
	form.formatted_form td.label div {
		width: 80px;
		padding: 10px 10px 10px 0;
	}
	
	form.formatted_form fieldset td div {
	}
	
	form.formatted_form fieldset tr td input,
	form.formatted_form fieldset tr td select,
	form.formatted_form fieldset tr td textarea {
		width: 96%;
		height: 20px;
		border: 1px solid #999999;
		background-color: #EEEEEE;
		overflow: hidden;
	}
	
	form.formatted_form fieldset tr td textarea {
		height: 264px;
	}
	
	form.formatted_form fieldset tr td input.input_city {
		width: 39%;
	}
	
	form.formatted_form fieldset tr td select.input_state {
		width: 28%;
	}
	
	form.formatted_form fieldset tr td input.input_zip {
		width: 23%;
	}
	
	form.formatted_form fieldset tr td.warning div {
		width: 17px;
		height: 17px;
		margin-left: 10px;
		float: none;
	}
	
	form.formatted_form fieldset tr.input_error td.warning div {
		background-image: url(/_images/input_error_new.GIF);
	}
	
	form.formatted_form tr.input_valid td.label {
		font-weight: bold;
	}
	
	form.formatted_form tr.input_error td.label {
		font-weight: bold;
		color: #C56C2A;
	}
	
	form.formatted_form fieldset div.note {
		background-color: #CCCCCC;
		font-style: italic;
		text-align: center;
		padding: 5px;
		width: auto;
	}
	
}
