/* CSS Document */
/* RIDE 4 UNITED WAY */
/* VOLUNTEER FORM */
body
{
	margin: 0;
  	padding: 0;
}

form, p, table
{   font-size:16px;
    font-family: Verdana;
	color: #333333;
}
/* ******************************************* THIS CODE NEED TO BE IN EACH CSS !!!!!! */

/* FOR NAMING FIELDS OF THE CONTACT FORM NAME THE CSS ELEMENTS LIKE #id_nameofthefield */

table
{
	margin-top:30px;
    border:#333333 6px ridge;
}

td
{
	padding:5px;
}

#form_text
{
   width:200px;
   height:400px;
   position:relative;
   float:left;
   text-align:left;
   margin:0 auto auto 0;
   line-height:3.1;
}

#form_input
{
   width:340px;
   height:400px;
   position:relative;
 /*  margin:0 0 auto auto;*/
}

#id_name_first, #id_name_last, #id_email, #id_address, #id_city, #id_postal_code, #id_phone_day, #id_phone_evening, #id_captcha, #id_security_input, #id_submit		
{
   height:20px;
   width:168px;
   margin:7px auto 6px auto;
   font-size:16px;
   font-family: Verdana;	
   color: #333333; 
   text-align:left;
   border:#333333 1px solid;
}


#id_name_first {width:215px;}

#id_name_last 
{ 
	margin-left:15px;
	width:215px;
}

#id_email {width:460px;}

#id_address
{
  width:460px;
  height:50px;
}

#id_city
{
}

#id_postal_code
{
}

#id_phone_evening, #id_phone_day
{
}

#last_line
{
    position:relative;
    float:left;
    margin-left:100px;
	padding-top:25px;
    padding-bottom:25px;
    width:500px;
}

/* submit_button */
#id_submit
{
    width:74px;
    height:23px;
    margin:auto 0 auto 5px; 
}

#id_captcha 
{
    vertical-align:top;
    width:74px;
    height:18px;
    margin:3px 0 auto 5px;
}

#id_security_input 
{ 
    width:170px; 
    vertical-align:middle;
    height:16px;
    margin:auto 0 auto 5px;
}



