/*-----------------------------------------------------------------------------/
//       CSS:           leadcapture                                            /
//       Updated:       20100218_1456                                          /
//       Description:                                                          /
//          Styles used by lead capture forms.                                 /
//----------------------------------------------------------------------------*/

form.leadcapture
{
	margin: 5px;
}

form.leadcapture div
{
	margin-bottom: 10px;
}

#divHeading
{
	font-size: 14pt;
	font-weight: bold;
}

#divNote
{
	color: #808080;
	font-style: italic;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.required, .notRequired
{
	color: red;
	font-style: normal;
	font-weight: normal;
	padding: 0px 5px 0px 5px;
}

.notRequired
{
	color: #C0C0C0;
}

div.field span
{
	vertical-align: top;
}

div.field label
{
	display: inline;
	font-weight: normal;
}

div.field .inputText
{
	width: 200px;
}

div.field input.inputText
{
	height: 22px;
}

div.field textarea.inputText
{
	height: 88px;
	padding: 2px;
	font-family: verdana, arial, tahoma;
	font-size: 13px;
	width: 370px;
	overflow: hidden;
}

div.field .blur
{
	color: #C0C0C0;
	font-style: italic;
}

div.field .focus
{
}

div.field span.caption
{
   display: inline-block;
	width: 180px;
	text-align: right;
}

div.field span.field
{
   display: inline-block;
	width: 390px;
}

div.field .example
{
	color: #808080;
	font-style: italic;
}

#divCodeGen
{
	width: 390px;
	color: #808080;
	padding-left: 220px;
}

#divSubmit
{
	text-align: center;
}

#divError
{
	text-align: center;
	color: red;
}

.confirmation
{
	font-size: 10pt;
	padding: 10px;
}

#divCodeGen.hidden
{
	visibility: hidden; 
	height: 0px;
	margin-bottom: 0px;
}

tr.shade
{
	background-color: #F0F0F0;
}

div.field td
{
	padding: 4px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
}

div.field th
{
	padding: 4px;
	font-weight: normal;
}

div.field th.divider
{
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #E0E0E0;
}

div.field td.divider
{
	border-width: 1px 0px 0px 1px;
}

span.field label
{
	padding: 0px 10px 0px 4px;
	width: 70px;
}

span.indent
{
	padding-left: 20px;
	width: 370px !important;
}
