@charset "utf-8";
/* CSS Document */

/* GLOBAL */
.clearLeft { clear: left; }
.clearRight { clear: right; }
.formLabel { float: left; padding-right: 15px; }
.paddedForm { padding-top: 15px; }
#clickArea { width: 300px; text-align: left; padding-top: 25px; }
.validation-advice { color: #ff3300; }

/* Send to a Friend*/
#sendtofriend_name, #sendtofriend_friends_name { width: 250px; }
#sendtofriend_email_address, #sendtofriend_friends_email { width: 300px; }
#sendtofriend_message { width: 300px; height: 100px; }


/* FAO CONTACT FORM */
#contactUsFormBlock { }
#contactUsFormBlock #clickArea { width: 450px; text-align: left; padding-top: 25px; }
#contactus_first_name, #contactus_last_name { width: 200px; }
#contactus_middle_initial { width: 25px; }
#contactus_title, #contactus_academic { width: 200px; }
#contactus_address_1, #contactus_address_2 { width: 250px; }
#contactus_email_address, #contactus_confirm_email { width: 250px; }
#contactus_linking_from, #contactus_linking_to { width: 300px; } 


/* Email Sign-up */
#emailoptin_first_name, #emailoptin_last_name{ width: 200px; }
#emailoptin_email_address, #emailoptin_confirm_email { width: 250px; }
