/*
 * Urban locker - Contact form
 *
 * @author Christophe Porteneuve <christophe@ciblo.net>
 * @author Julien Vignolles <julien@ciblo.net>
 * @author Thomas Lecavelier <thomas@ciblo.net>
 * @author Gregory Jaklimovitch <gregory@ciblo.net>
 * @legals © 2008-2009 Ciblo SA.
 */

#contactForm {
	width: 62em; border: none; background-color: #f2f2f2;
	padding: 1.5em; border: 1px solid #ccc;
}
#contactForm .legend { top: 1em; right: 1em; }
#contactForm .topTitle { margin-left: 3em; font-size: 12px; }

#contactForm .formLign { width: 44em; }
#contactForm .formLign label { width: 13em; }
#contactForm .formLign input { width: 23em; }
#contactForm .formLign select { width: 23.6em; }

#contactForm .contactMeans { width: 40em; margin: 0 auto 3em; font-size: 11px; }
#contactForm .contactMeans li { 
	display: block; margin-bottom: 0.5em; padding-left: 1.5em; font-weight: bold;
	background: transparent url(../images/icon_marker1.gif) left 0.5em no-repeat; 
}
#contactForm .schedules { margin-top: 0.3em; font-weight: normal; }

