/*contact us form */
#contactForm 		{margin-top:20px;}
#contactForm label {display:block; font:bold 0.8em Arial; margin-bottom:3px;}
#contactForm .formGroup	{margin-bottom:15px;}
#contactEmail,
#contactSubject,
#contactMessage 	{padding:5px; font:bold 0.8em Trebuchet MS, Arial; color:#609; border:1px solid #7f9db9; background:#f9f9f9;}
#contactMessage	{line-height:1.5; width:325px; height:100px;}
#contactEmail 		{width:275px;}
#contactSubject 	{width:325px;}

#contactEmail:focus,
#contactEmail:active,
#contactSubject:focus,
#contactSubject:active,
#contactMessage:focus,
#contactMessage:active {background:#ffc; border:1px solid #7f9db9; padding:5px;}	

#contactForm sup {color:#080; font-size:0.7em; text-transform:uppercase; vertical-align:top;}
#contactSelect {color:#609; font:bold 0.9em Trebuchet MS; padding:3px;}
#sendButton {cursor:pointer; margin-top:20px;}

#formError {background:#fcc; padding:10px 5px; font:bold 0.8em Arial; border:2px solid #c00; margin:0 0 20px 0;}
