﻿/* These styles are used for forms, can be overriden for enoah sites. */
.FormArea
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #003366;
	font-weight: normal;
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	clear:both;
	text-align:left;
	float:left;
	
}
.FormRow
{
	width:100%;
	left:0;
	clear:both;
	padding-top: 3px;
	text-align:left;
}
.FormLabelCol
{
	float:left;
	width:200px;
	white-space: nowrap;
}
.FormLabel
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #003366;
	font-weight: normal;
}
.FormError
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: Red;
	font-weight: normal;
}
.FormHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}
.FormHelpCol
{
	width: 25px;
	float:left;
}
.FormHelpImage
{
	background-image:url(../../DesktopModules/NOAH_Common/Images/Noahquestion.gif);
	width:15px;
	height:15px;
	border: 0 0 0 0;
}
.FormControl
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #003366;
	border-color: #003366;
	border-style: solid;
	border-width: 1px;
}
.FormControl:focus > .FormControl[selected="true"]
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}
.FormControlCol
{
	float:left;
	text-align:left;
	width:300px;
}
.FormButtons
{
	width: 100%;
	text-align: left;
	clear:both;
}

.FormButton, 
input[type="file"]
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #003366;
	border-color: #003366;
	border-style: solid;
	border-width: 1px;
}
.ContactSummary .FormControl
{
	width: 100% !important;
    background-color: #fff;
    margin-bottom: 20px;
	-moz-box-shadow: #888 -3px 3px 8px;
    -webkit-box-shadow: #888 -3px 3px 8px;
    box-shadow: #888 -3px 3px 8px;
    behavior: url('/noah/portals/_default/skins/NOAH_AMS/pie/PIE.htc');
}