/*
 * Quote Scout Mortgage Form CSS
 * Contains: Global Link Style, Text Styling & Custom Form Fields
 *
 * Copyright © 2004 QuoteScout Corporation® All Rights Reserved.
 *
 * Author: Martin Desilets <martin@quotescout.com>
 * Created: 2 Nov 2004
 */

/* Text Styles */
.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.formtext {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.formtext-error {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #F00;
}

.formlabel {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
}

.footertext {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
}

/* Form Styles */

input {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

/* Link Styles */

a:link {
	color: #224b8e;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #224b8e;
}

a:hover {
	text-decoration: underline;
	color: #FF9900;
}

a:active {
	text-decoration: none;
	color: #224b8e;
}
