/*---:[ comment form styles ]:---*/

#comment_form { width: 46.8em; margin: 0 0 4.0em 0; }

#comment_form a:hover { text-decoration: underline; }

#comment_form p { padding: 0.7692em 0; }
	
#comment_form label { padding: 0 0 0 0.83333em; font-size: 1.2em; }

#comment_form .text_input 
{ 
   width: 15.3846em;
   padding: 0.23077em; 
   color: #005d8f; 
   /*font: bold 1.3em Verdana, sans-serif; */
   font: Verdana, sans-serif; 
   border-top: 0.15385em solid #999; 
   border-left: 0.15385em solid #999; 
   border-right: 0.07692em solid #eee; 
   border-bottom: 0.07692em solid #eee; 
}
		
#comment_form .text_input:focus 
{ 
   border-top-color: #666; 
   border-left-color: #666; 
   border-right-color: #ddd; 
   border-bottom-color: #ddd; 
}
		
#comment_form .text_area 
{
   width: 650px;  
   /*width: 32.9231em; */
}

#comment_form p.subscribe-to-comments { font-size: 1.3em; }
		
#comment_form p.subscribe-to-comments label { font-size: 1.0em; }

#comment_form .form_submit 
{ 
   padding: 0.5em; 
   background: url('images/submit_bg.gif') repeat-x; 
   color: #000; border: 0.21429em double #999; 
   border-top-color: #ccc; 
   border-left-color: #ccc; 
   font: bold 1.4em/1.0em "Helvetica Neue", Helvetica, Arial, sans-serif; 
   cursor: pointer; 
}
		
#comment_form .form_submit:hover 
{ 
   color: #005d8f; 
}
