/* *************************************** */
/* * Fabricat la MarkFactory             * */
/* * www.markfactory.ro                  * */
/* *************************************** */
/* * filename  | contact.css             * */
/* *************************************** */
/* * developer | Mihalache Mihai         * */
/* *************************************** */

/* Contact Form Elements */
#contactForm { line-height: 1; }
	#contactForm table {  }
	#contactForm tr { vertical-align: top; }
	#contactForm label { font-size: 14px; color: #B069A3; }
	#contactForm div.textInputHolder { width: 176px; background: transparent url('../images/text_input_bg.jpg') no-repeat top left; }
	#contactForm input.field { width: 170px; padding: 2px 3px 1px; border: 0; color: #5a014a; background: transparent;border: 0; padding: ; background: transparent; margin-bottom: 4px; }
	#contactForm textarea { width: 390px; height: 153px; border: 0; background: transparent url('../images/text_area_bg.jpg') no-repeat top left; margin-bottom: 4px; }
	#contactForm label.error { padding: 4px 4px 4px 16px; margin: 4px 0 0; line-height: 1.3; font-size: 11px; color: #f00; background: url('../images/form_check_err.gif') no-repeat left center; }
	#contactForm input.button { background: transparent; border: 1px solid #B069A3; color: #D8C3D6; padding: 0 4px; }
	#contactForm input.button:hover { background: #5A014A; border: 1px solid #B069A3; }