@charset "utf-8";
/* CSS Document */

/* LeadForm_up1 affects the containing div for the form. It is the same for both step 1 and 2. */

#LeadForm_up1 { margin:0px; margin-top:-15px; padding:0px;}


/* Form-containing table. This is where you add your background images. LeadForm_tLeadFormAuto is for Step 1, LeadForm_tLeadFormAuto1 is for Step 2. 
   NOTE: Adding padding at the top to push the form down works in FF, but not IE. Need to modify the first table cell by giving it a height and valign bottom.*/

#LeadForm_tLeadFormAuto {background-repeat:no-repeat; background-position:top right; width:215px; margin-left:-5px; float:left;}	
#LeadForm_tLeadFormAuto1 {background-repeat:no-repeat; background-position:top right; width:215px; margin-left:-5px; float:left;}

#LeadForm_td4 { display:none; visibility:hidden;}

/* Affects the first table cell only. Useful if you need to move the form down to allow for background image to show.
   LeadForm_firstCell is for Step 1, LeadForm_firstCell1 is for Step 2 */

#LeadForm_firstCell {}
#LeadForm_firstCell1 {}

#LeadForm_campus {width:100%;}
#LeadForm_program {width:100%;}
#LeadForm_note {width:100%;}
#LeadForm_salutation {width:100%;}
#LeadForm_address{width:218px; font-family: Arial, Helvetica, sans-serif;	font-size:12px; font-weight:normal; color:#666; padding:5px; border:2px solid #dfdfdf; margin-bottom:7px; margin-left:7px;}
#LeadForm_country{width:100%;}
#LeadForm_state{width:100%;}
#LeadForm_note {width:100%;}
#LeadForm_cbTerms {font-size:12px; color:#CCC; margin-left:0px;}

#LeadForm_firstname {width:100%;}
#LeadForm_lastname {width:100%;}
#LeadForm_email {width:100%;}
#LeadForm_email1 {width:100%;}
#LeadForm_zipcode {width:100%;}
#LeadForm_city {width:100%;}
#LeadForm_email_confirm {width:100%;}
#LeadForm_tel1 {width:90px;}
#LeadForm_tel2 {width:90px;}
#LeadForm_tel {width:90px;}

#LeadForm_SubmitLead { display:inline-block; height:28px; line-height:28px; padding:0px 10px 0px 10px; margin-top:20px; font-size:14px; font-weight:400; text-transform:uppercase; background:url(images/submit_btn.png) repeat-x 0px 0px; background-color:#e5e5e5; color:#0e143e; text-decoration:none; border:0px; border-radius:5px; float:left; clear:both; cursor:pointer;}
#LeadForm_SubmitLead:hover { text-decoration:none; background:none; background-color:#ccc; color:#000;} 

#LeadForm_tLeadFormButton {margin-left:0px; padding:0px; text-align:left; float:left;}

.mainText tr { padding:0px; margin:0px;}


.boldtext /* Stylizes the label outside the form field*/
{	font-family: Arial, Helvetica, sans-serif;	font-size:12px; font-weight:normal; color:#fff;  margin-top:15px; 	}

.selecttext 
{	font-family: Arial, Helvetica, sans-serif;	font-size:12px; font-weight:normal; color:#666; border:2px solid #dfdfdf;  padding:5px	}

.graytext 
{ color:#FFF }


.contactFormField  /* Stylizes text form fields*/
{font-family: Arial, Helvetica, sans-serif;	font-size:12px; font-weight:normal; color:#666; padding:5px; border:2px solid #dfdfdf; margin-bottom:7px; width:100%;}

.contactFormFieldTel  /* Stylizes text form fields*/
{font-family: Arial, Helvetica, sans-serif;	font-size:12px; font-weight:normal; color:#666; padding:5px; border:2px solid #dfdfdf; margin-bottom:7px}


	
.contactFormSelect  /* Stylizes drop-down form fields*/
{font-family: Arial, Helvetica, sans-serif;	font-size:12px; font-weight:normal; color:#666; border:2px solid #dfdfdf;	padding:5px; height:30px; margin-bottom:7px; width:100%;}
	
.contactFormBox /* Stylizes the "Type your question" box on the step 2 page */
{font-family: Arial, Helvetica, sans-serif;	font-size:12px; font-weight:normal; color:#666;  border:2px solid #dfdfdf;	padding:5px; height:100px; margin-bottom:7px; width:100%;}



/*  **********************   defined in form css  **********************
.formContainer { padding:25px; background:url(images/form_bg.gif) repeat-x 0px 0px; background-color:#91063a;}
.formField { width:100%; height:22px; padding:1px 7px 0px 7px; line-height:18px; margin-bottom:8px; font-size:12px; font-weight:normal; color:#666; background-color:#fff; border:2px solid #dfdfdf; font-family: Arial, Helvetica, sans-serif; float:left; }
.fieldSelect { width:266px; height:28px; padding:4px 4px 4px 2px; line-height:34px; margin-bottom:8px; font-size:12px; font-weight:normal; color:#666; background-color:#fff; border:2px solid #dfdfdf; font-family: Arial, Helvetica, sans-serif; float:none; clear:both;}
.formFieldTextarea { width:100%; height:60px; padding:5px 7px 5px 7px; margin-bottom:7px; background-color:#fff; border:2px solid #dfdfdf; font-size:12px; color:#666; overflow-x:hidden; clear:both; float:none; font-family: Arial, Helvetica, sans-serif; float:none; clear:both;}
*/



