table.ft {
	width: 80%;
	margin: 0 auto;
}

table.ft td {
	text-align: left;
	padding: 12px;
}

span.mand {
	color: #E00;
	font-size: 76%;
}

table.ft caption {
	font-size: 110%;
	color: #008;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 40px;
	padding-bottom: 2px;
}

table.ft input, table.ft select {
	width: 98%;
}

table.ft input[type=radio] {
	width: auto;
}

table.ft input[type=text], table.ft input[type=password], table.ft select {
	border: 1px solid #888;
}

table.ft input:focus[type=text], table.ft input:focus[type=password], table.ft select:focus {
	border: 1px solid #4B8DEA;
}

input.submit {
	width: 112px;
	height: 34px;
	border: none;
	background-image: url(../gfx/formbutton.jpg);
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-family: inherit;
}


small {
	font-size: 90%;
	color: #555;
}

table.ft input[type=checkbox] {
	width: auto;
}

table.ft select.datepart {
	width: auto;
}


a.formaddbutton {
	color: #FFF;
	display: block;
	width: 80px;
	height: 24px;
	background-image: url(../gfx/offerslink.jpg);
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	font-size: 8pt;
	font-weight: bold;
}


a.formaddbuttonred {
	color: #FFF;
	display: block;
	width: 80px;
	height: 24px;
	background-image: url(../gfx/offerslinkred.jpg);
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	font-size: 8pt;
	font-weight: bold;
}


table.ft td.subhead {
	background: #EEE;
}

table.ft input.smallsubmit, input.smallsubmit {
	color: #FFF;
	width: 80px;
	height: 24px;
	border: none;
	background-image: url(../gfx/offerslink.jpg);
	text-align: center;
	vertical-align: middle;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
	font-family: inherit;
}

a.submit {
	display: block;
	width: 112px;
	height: 34px;
	border: none;
	background-image: url(../gfx/formbutton.jpg);
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	vertical-align: middle;
	cursor: pointer;
	margin: 20px;
}


table.citytable {
	width: 100%;
	margin: 0px;
}

table.citytable td {
	padding: 2px;
}

