

h2 {  }

div.step {
	clear: left;
	margin-bottom: 2em;
}

div.text input, 
div.drop select {
	border: 1px solid #4F94C3;
}

fieldset { border: none; }

fieldset.left {
	width: 300px;
	float: left;
}

fieldset.right {
	width: 300px;
	float: left;
}


div.text, 
div.drop,
div.radio {
	margin-bottom: 0.2em;
}

div.text label, div.text input {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
div.text label {
	width: 100px;
}

div.text input {
	width: 170px;
}

div.date input { width: 70px; }
div.security input { width: 50px; }
div.zip input { width: 70px; }
div.state input { width: 40px; }

div.drop label, div.drop input {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
div.drop label {
	width: 100px;
}

div.drop select {
	width: 170px;
}

div.radio label {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
div.radio label.label {
	width: 100px;
}


div.submit input {
	border: 1px solid #000;
	background-color: #003465;
	color: #FFF;
	padding: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
}

div.text input.submit {
	width: 100px;
	background-color: #003465;
	color: #FFF;
	padding: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
}
