/**
 * @file
 * AMC module styles.
 *
 * @author Shannon M. Rause <shannon.rause@creativeflavor.com>
 * @version $Revision: 1.1 $
 * @version $Name: ROINNOVATION_2010-02-26_1 $
 * @version $Id: main.css,v 1.1 2008/05/09 21:02:42 smr Exp $
 *
 * These files are copyrighted to Creative Flavor Inc. and are
 * subject to the terms of the applicable Service Agreement.
 * If no service agreement is available you must contact us at
 * legal@creativeflavor.com or 303-379-9450.
 * 
 * These files may be watermarked to ensure traceability.
 */
#contactForm .input2Col
{
   width: 260px;
}

#contactForm .input2Col textarea
{
   width: 255px;
}

#contactForm .input2Col .asterisk
{
   vertical-align: top;
   width: 5px;
}

#contactForm .input2Col .rowLabel
{
   text-align: left;
}

#contactForm .input2Col .singleRow
{
   padding-bottom: 0px;
   text-align: left;
   width: auto;
}

#contactForm .input2Col .textAreaRow
{
   padding-top: 0px;
   text-align: right;
}

#contactForm .left
{
   float: left;
   width: 360px;
}

#contactForm .right
{
   float: left;
   width: 150px;
}
