/*********************************************************************************************\
*       COPYRIGHT © 2009 ENVISION INFORMATION TECHNOLOGIES, LLC.    ALL RIGHTS RESERVED       *
*       DISTRIBUTION, UNAUTHORIZED USE AND MODIFICATION IS STRICTLY PROHIBITED                *
*       ENVISION IT, MADISON, WI    http://www.envisionitllc.com   info@envisionitllc.com     *
\*********************************************************************************************/

/* MGDG Form CSS File */

.field300
{
  float:left;
  width:285px;
  margin-right:15px;
}

.field300 input[type="text"]
{
  width:285px;
}

.field300Input
{
  width:285px;
}

.field150
{
  float:left;
  width:135px;
  margin-right:15px;
}

.field150 input[type="text"]
{
  width:135px;
}

.field150 select
{
  width:135px;
}

.field150Input
{
  width:150px;
}

.field600
{
  width:585px;
}

.field600 input[type="text"]
{
  width:585px;
}

.field600Input
{
  width:585px;
}

.field600 textarea
{
  width:585px;
}

.field200
{
  float:left;
  width:185px;
  margin-right:15px;
}

.clear
{
  clear:both;
  width:0px;
  height:0px;
}

.formClear
{
  clear:both;
}

.formSpacer
{
  width:1px;
  height:1px;
}