/********************************************************************/
/* IFRAME FORM CSS													*/
/* WRITTEN BY NICHOLAS DYKZEUL (Nicholas.Dykzeul@ejgallo.com)		*/
/* THESE ARE GENERAL STYLES BUILT TO BE USED ACROSS ALL STANDARD	*/
/* RHYTHMYX IFRAME FORM SOLUTIONS (contact us, where to buy, etc)	*/
/********************************************************************/
.iForm p {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
}
.iForm label {
	display: block;
	float: left;
	margin-top: 4px;
	padding-right: 10px;
	text-align: right;
	width: 125px;
}

.iForm select,
.iForm textarea { width: 147px; }

.iForm .inline {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}
.iForm .button, .iForm .button:hover {
	cursor: pointer;
}

/* custom to contact form title fields */
.iForm #title-mr,
.iForm #title-ms {
	margin-right: 15px;
}

/* custom to contact form opt-in options */
.iForm #optin-userOpinion,
.iForm #optin-moreInfo,
.iForm #optin-userContact {
	margin-bottom: 1px;
}

/********************************************************************/
/* THE FOLLOWING IS UNIQUE TO EACH SITE THIS IS USED ON. THE FONT	/*
/* SIZE, COLOR, AND FAMILY ATTRIBUTES SHOULD BE PULLED FROM THE		/*
/* SITES CSS AND APPLIED HERE. IF IT IS NOT, THE FORM WILL NOT		/*
/* MATCH THE REST OF THE SITE.										/*
/********************************************************************/
body, th, td {
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0;
}
body p {
	line-height: 175%;
}

a:link { color: #e2014d; text-decoration: none; }
a:visited { color: #e2014d; text-decoration: none; }
a:hover { color: #f9749f; text-decoration: none; }
a:hover:visited { color: #f9749f; text-decoration: none; }
a:active { color: #f9749f; text-decoration: none; }