form
{
    padding: 5px 0px 5px 0px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
}
fieldset
{
    margin: 20px 0;
    padding: 5px 5px 5px 5px;
    background-color: #eeeeee;
    border: 3px double #4d7298;
}
legend
{
    padding: 2px 5px;
    color: #4d7298;
    background-color: #e3e3e3;
    border: 1px solid #4d7298;
    font-weight: bold;
}
fieldset fieldset
{
    border: 1px dotted #4d7298;
    background-color: #ffffff;
    margin: 0px 0px 5px 0px;
    padding: 5px 5px 5px 5px;
}
fieldset fieldset legend
{
    border: 1px solid #ccc;
}
.inlineSection
{
    overflow: auto;
    width: 100%;
}
form table
{
    border-collapse: collapse;
}
form td
{
    padding: 0 4px;
}
form th
{
    padding: 0 4px;
}
form .alternate-1
{
    background-color: #E9E9E6;
}
form .inlineSection .oneField
{
    float: left;
    padding: 0;
    margin-right: 4px;
}
form .oneChoice
{
    white-space: nowrap;
}
label, form .label
{
    color: #333;
    font-size: small;
    margin: 0px;
    float: left;
}
label.preField
{
    display: block;
    padding: 2px;
    margin: 0.4em 4px 0 0;
    font-weight: bold;
}
form .label
{
    display: block;
    padding: 2px;
    margin: 0.4em 4px 0 0;
    font-weight: bold;
}
label.postField
{
    margin: 0 4px 0 4px;
}
.inlineSection .oneField .inlineLabel
{
    display: block;
    padding: 0 3px;
    font-weight: bold;
    margin: 0.4em 4px 0 0;
}
textarea
{
    padding: 0;
    vertical-align: top;
    margin: 2px 2px 1px 0;
}
input
{
    margin: 3px 3px 3px 0px;
}
select
{
    padding: 0;
    margin: 2px 2px 1px 0;
}
.inlineSection .oneField select
{
    margin: 0 2px 1px 0 !important;
}
.gridSection select
{
    margin: 0 !important;
}
form .actions
{
    text-align: center;
    margin: 20px 0 10px 0;
}
form .secondaryAction
{
    color: grey;
}
form .secondaryAction:hover
{
    color: black;
}
form .instructions
{
    margin: 1em 0;
}
form .reqMark
{
    color: #F00;
    padding: 0 4px;
}
form .errFld
{
    padding: 1px;
    border: 1px solid #F00;
}
form .errMsg
{
    color: #CC3333 !important;
    display: block;
}
/* Field-Hint with focus */
form .field-hint {
	position: absolute;
	width: 180px;
	z-index: 50;
	background-image: url(/images/hint_top.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding: 14px 0 0 0;
	margin:  2px 0 0 10px;
	color: #000;
}
form .field-hint div {
	background-color: #fffbb8;
	border-left: 1px solid #ffc20d;
	border-right: 1px solid #ffc20d;
	border-bottom: 1px solid #ffc20d;
	padding: 4px
}
/* Field-Hint without focus */
form .field-hint-inactive {
	visibility: hidden;
	position: absolute;
}
div.repeat
{
    border: 1px dotted #ccc;
    background-color: #FFFFFF;
    margin: 3px 0;
    padding-right: 3px;
}
div.removeable
{
    border: 1px dotted #ccc;
    background-color: #F5F5F5;
    padding-right: 3px;
}
form .duplicateLink
{
    float: right;
    font-weight: bolder;
    color: #3d9240;
    margin: 5px 5px 5px 5px;
}
form .removeLink
{
    float: right;
    font-weight: bolder;
    color: #de0031;
    margin: 5px 5px 5px 5px;
}
form td .duplicateLink, form td .removeLink
{
    margin: 0;
    line-height: 100%;
}
.onstate-a, .onstate-b, .onstate-c, .onstate-d, .onstate-e, .onstate-f, .onstate-g, .onstate-h, .onstate-i, .onstate-j, .onstate-k, .onstate-l, .onstate-m, .onstate-n, .onstate-o, .onstate-p, .onstate-q, .onstate-r, .onstate-s, .onstate-t, .onstate-u, .onstate-v, .onstate-w, .onstate-x, .onstate-y, .onstate-z, .onstate-aa, .onstate-ab, .onstate-ac, .onstate-ad, .onstate-ae, .onstate-af, .onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj, .onstate-ak, .onstate-al, .onstate-am, .onstate-an, .onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar, .onstate-as, .onstate-at, .onstate-au, .onstate-av, .onstate-aw, .onstate-ax, .onstate-ay, .onstate-az
{
    display: block;
}
.offstate-a, .offstate-b
{ 
    display: none;
    visibility: hidden;
} 
form
{
    height: expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset
{
    position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
    margin-top: expression('1em');
    padding-top: expression('1.5em');
}
form fieldset legend
{
    position: expression('absolute');
    top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
    left: expression('.5em');
}
.textInput, textarea
{
    background-color: #FFFFFF;
}
.inputHighlighted
{
    background-color: #ffffff;
    border: solid 1px #de0031;
}
