@charset "utf-8";

/* 

form.css

Software design and development by:
	Terence M. Bandoian
	P.O. Box 4074
	Austin, TX 78765
	http://www.tmbsw.com
	terence@tmbsw.com

Under agreement with:
	Senior E-Commerce, Inc.
	http://www.seniortravelgenie.com

Copyright 2008-2009 Terence M. Bandoian. All rights reserved.

*/

td.form-label-025em,
td.form-label-050em,
td.form-label-075em {
	border: none;
	white-space: nowrap;
}

td.form-label-025em { padding: .25em 0 0 0; }
td.form-label-050em { padding: .5em 0 0 0; }
td.form-label-075em { padding: .75em 0 0 0; }


td.form-input-025em,
td.form-input-050em,
td.form-input-075em,
td.form-multi-row-input-075em {
	border: none;
	white-space: nowrap;
}

td.form-input-025em { padding: .25em 0 0 1em; }
td.form-input-050em { padding: .5em 0 0 1em; }
td.form-input-075em { padding: .75em 0 0 1em; }
td.form-multi-row-input-075em { padding: .5em 0 0 1em; }


td.form-multi-row-input-075em td {
	padding: .25em 0 0 0;
	border: none;
}

td.form-multi-row-input-075em td input {
	width: 13px;
	height: 13px;
	margin: 0 .75em 0 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}

td.form-multi-row-input-075em td img {
	margin: 1px 1em 0 0;
	padding: 0;
	border: none;
	display: block;
}


select.form,
select.form-21em {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-color: #ffffff;
}

select.form-21em { width: 21em; }


input.form-text,
input.form-text-10em,
input.form-text-12em,
input.form-text-20em,
input.form-text-21em,
input.form-text-22em {
	margin: 0;
	padding-left: 2px;
	padding-right: 2px;
	border-width: 2px;
	border-style: inset;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

input.form-text-10em { width: 10em; }
input.form-text-12em { width: 12em; }
input.form-text-20em { width: 20em; }
input.form-text-21em { width: 21em; }
input.form-text-22em { width: 22em; }


textarea.form-21x12em,
textarea.form-22x18em,
textarea.form-24x18em {
	margin: 0;
	padding: 2px;
	border-width: 2px;
	border-style: inset;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-color: #ffffff;
	line-height: 1.2em;
	overflow-y: scroll;
}

textarea.form-21x12em { width: 21em; height: 12em; }
textarea.form-22x18em { width: 22em; height: 18em; }
textarea.form-24x18em { width: 24em; height: 18em; }


input.form-checkbox {
	display: block;
	width: 13px;
	height: 13px;
	margin: .2em .5em 0 0;
	padding: 0;
	border: none;
}


input.form-button-9em,
input.form-button-10em,
input.form-button-11em {
	margin: 1.5em 0 1em 0;
	padding: 3px 0 2px 0;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	line-height: 1em;
	color: #ffffff;
	background-color: #ee1c25;
}

input.form-button-9em { width: 9em; }
input.form-button-10em { width: 10em; }
input.form-button-11em { width: 11em; }


a.form,
a.form:visited {
	text-decoration: underline;
	color: #000000;
}

a.form:hover {
	color: #ff0000;
}

/* Copyright 2008-2009 Terence M. Bandoian. All rights reserved. */
