/**
 * free.css - HTML Cascading Style Sheet definitions for the Free Class page.
 *
 * @package       Del Mar Media Arts Web Site
 *
 * @environment   PHP 4.3.7 or later
 *                HTML 4.0 or later
 *                mySQL 4.0.20a or later
 *
 * @author        David M. Patterson (DP Consulting)
 *                Laura A. Patterson
 *
 * @copyright     (C) 2006 DPLH Enterprises
 *                North Tustin, CA 92705
 *                All rights reserved. Reproduction in whole or in part
 *                is expressly forbidden without the express written
 *                consent of DPLH Enterprises.
 *
 *                E D I T   H I S T O R Y
 *            (in reverse chronological order)
 *
 *  Ver    Date     Who Description
 *  --- ----------- --- --------------------------------------------------------
 *  002 27-May-2010 dmp Added rules for <label>.
 *  001 09-Feb-2006 dmp Creation.
 */

label,
td.label
{
  font-size: smaller;
}

label
{
  font-family: arial,helvetica,sans-serif;
}

input
{
  width: 183px;
}

input.button
{
  width: 90px;
}

p.thanks
{
  color: #139ed0;
  font-size: larger;
  margin-top: 20px;
}
