form {
	font-size: 0.9em;
}

form .error-message {
	font-size: 0.8em;
	color: red;
}

fieldset {
	margin: 0.7em 0 0 0;
	padding: 0.5em;
	border: 1px solid #aaa;
}

fieldset legend {
	float: left;
	display: block;
	margin: -0.5em -0.5em 0.5em -0.5em;
	padding: 0.5em;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #000;
	width: 100%;
}

div.fieldset-orange fieldset {
	border: 1px solid #ffb82f;
}

div.fieldset-orange fieldset legend {
	color: #322000;
	background-color: #ffb82f;
}

div.fieldset-green fieldset {
	border: 1px solid #6DB43F;
}

div.fieldset-green fieldset legend {
	color: #084200;
	background-color: #6DB43F;
}

fieldset fieldset,
div fieldset fieldset {
	margin: 0;
	padding: 0;
	border: 0 !important;
}

fieldset fieldset legend,
div fieldset fieldset legend  {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0;
	color: #000 !important;
	background-color: #fff !important;
	width: 15em;
}

div.submit {
	padding: 0.5em 0;
	text-align: right;
}

div.submit input {
	display: inline-block;
	padding: 0.3em 0.5em;
	font-size: 1.2em;
}

div.submit input:hover {
	cursor: pointer;
}

div.input {
	margin: 0.5em 0;
}

div.input label {
	display: inline-block;
	font-size: 0.9em;
	width: 15em;
}

div.checkbox label {
	width: auto;
}

div.input.select select {
	padding: 0.3em;
	width: 15.8em;
}
div.input.select option {
	padding: 0.3em;
}

div.input.text input {
	padding: 0.3em;
	width: 15em;
}

div.input.text input.short {
	width: 8em;
}

div.input.text input.long {
	width: 98.8%;
}

div.input.radio label {
	display: inline-block;
	float: left;
	margin-right: 0.5em;
	width: auto;
}

div.input.radio input {
	float: left;
}

div.input.radio.packages {
	text-align: center;
}
div.input.radio.packages label,
div.input.radio.packages input {
	float: none;
}

div.input.radio.packages input {
	margin-left: 0.7em;
}

div.input.radio.packages label {
	margin-right: 0.7em;
	font-size: 1.3em;
	color: #333;
}

div.input.radio.packages label span {
	font-size: 0.7em;
	font-weight: bold;
	color: green;
	vertical-align: top;
}

div.info {
	margin: 0.2em 0 0.4em 0;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	color: #666;
}

table.order-results {
	font-size: 80%;
	color: #222;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table.order-results th {
	padding: 0.3em;
	font-weight: normal;
	text-align: left;
	color: #888;
	border-bottom: 1px solid #ccc;
}

table.order-results td {
	padding: 0.3em;
	border-bottom: 1px solid #ddd;
}
