/********** 
	FORMS.CSS
	Styles applied to forms throughout the site
**********/

#banana-form			{height:150px; position:absolute; top:0; left:0;}
#banana-form p				{clear:both; padding-top:5px;}
#banana-form label 		{width:75px; float:left; }
#banana-form input,
#banana-form textarea	{float: left; }

#mortgage-question p,
#home-loan p,
#daily-rates p,
#rate-form p			{clear:both; padding-top:5px;}


#mortgage-question .required-field,
#home-loan .required-field,
#daily-rates .required-field,
#rate-form .required-field {
	color:#0066CC;
	font-weight: bold;
}


#mortgage-question label,
#home-loan label,
#daily-rates label		{width:75px; float:left;}

#rate-form label 		{width:175px; float:left; }

#home-loan #form-options #form-options-options {width:120px; vertical-align:top; font-weight:bold;}
#home-loan #form-options #form-options-programs {vertical-align:top; font-weight:bold;}

#error-message {
	font-weight: bold;
	font-size: 15px;
    color: #ff0000;
}
