body
{
    background: #e0e0e0;
    color: #444;
    font-family: arial, helvetica, sans-serif;
    text-align: center;
}
form
{
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.8em;
    background: #fff;
    padding-bottom: 0px;
    margin: 0px auto;
    width: 800px;
    padding-top: 0px;
    text-align: left;
}
div.section
{
    width: 800px;
    margin: 0;
}
.rowItem
{
    padding-left: 1%;
    width: 800px;
    line-height: 34px;
    height: 35px;
}
.rowItemAlt
{
    padding-left: 1%;
    width: 800px;
    line-height: 34px;
    height: 35px;
}
.rowItemAlt
{
    background: #f6f6f6;
}
label
{
    font-weight: 900;
}
.rowItem span
{
    font-weight: 900;
}
.rowItemAlt span
{
    font-weight: 900;
}
.formItem
{
    padding-right: 4px;
    padding-left: 3px;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.formItemLabel
{
    padding-right: 4px;
    padding-left: 3px;
     margin-bottom: 2px;
    float: left;
    padding-bottom: 0px;
    padding-top: 0px;
}
fieldset table.formItem
{
    width: auto;
}
table.formItem
{
    width: 100%;
}
table .formItem
{
    margin-bottom: 0px;
}
td
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
}
tfoot
{
    font-weight: 900;
    color: #444;
}
tfoot td
{
    border-top: #777 1px solid;
    margin-top: 5px;
}
tfoot input
{
    font-weight: 900;
    color: #444;
    border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;
    border-bottom-style: none !important;
}
.rowItem label
{
    display: block;
    float: left;
}
.rowItemAlt label
{
    display: block;
    float: left;
}

.formItem input, .formItem select
{
     margin-right: 5px;
     clear:left;
}
br
{
    clear: both;
}
hr
{
    clear: both;
    border-top: #bbb 1px solid;
    margin: 20px 0px 20px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
br.clear
{
    clear: both;
}
h1
{
    border-top: #ccc 3px double;
    font-size: 1.6em;
    padding-top: 10px;
}
h2
{
    padding-right: 5px;
    border-top: #ccc 1px solid;
    margin-top: 30px;
    padding-left: 5px;
    font-size: 1.3em;
    background: #eee;
    padding-bottom: 5px;
    color: #666;
    padding-top: 5px;
    border-bottom: #ccc 1px solid;
}
h3
{
    margin-top: 30px;
    font-size: 1.1em;
}
.right_alert
{
    border-right: #eee 5px solid;
    padding-right: 5px;
    border-top: #eee 5px solid;
    padding-left: 5px;
    background: #f9f9f9;
    float: right;
    padding-bottom: 5px;
    margin: 0px 0px 0px 5px;
    border-left: #eee 5px solid;
    width: 250px;
    color: #888;
    padding-top: 5px;
    border-bottom: #eee 5px solid;
    text-align: justify;
}
fieldset
{
    border: #bbb 1px solid;
    padding: 10px 0;
    width: 800px;
}
legend
{
    font-weight: 900;
    font-size: 1.1em;
    color: #444;
}
.button
{
    border-right: #740928 2px solid;
    padding-right: 10px;
    border-top: #740928 2px solid;
    padding-left: 10px;
    font-weight: 900;
    font-size: 12px;
    background: url(../images/button_bg.gif) #b7103f repeat-x left top;
    padding-bottom: 3px;
    margin: 5px 5px 5px 10px;
    border-left: #740928 2px solid;
    cursor: pointer;
    color: #fff;
    padding-top: 3px;
    border-bottom: #740928 2px solid;
}
.buttonDisabled
{
    border-right: #727272 2px solid;
    padding-right: 10px;
    border-top: #727272 2px solid;
    padding-left: 10px;
    font-weight: 900;
    font-size: 12px;
    background: url(../images/button_bg_disabled.gif) #bbb repeat-x left top;
    padding-bottom: 3px;
    margin: 5px 5px 5px 10px;
    border-left: #727272 2px solid;
    cursor: pointer;
    color: #fff;
    padding-top: 3px;
    border-bottom: #727272 2px solid;
}
thead
{
    font-weight: 900;
}
.invalidField
{
    background: url(../images/invalid.gif) no-repeat;
    float: left;
    width: 10px;
    height: 16px;
}
label.error
{
    margin-top: 2px;
    padding-left: 20px;
    background: url(../images/invalid.gif) no-repeat;
    color: #b90533;
    height: 16px;
}


input.labelTop
{
    float:left;
    clear:left;
}
input.disabled{
    background-color:#ddd;
}
input.labelBottom
{
}
select.labelTop
{ float:left
  }
select.labelBottom
{
  }
.requiredLabel
{
    padding-right: 43px;
    background: url(../images/required.gif) no-repeat right 50%;
}
.requiredLabelLeft
{  padding-left: 43px;
    background: url(../images/required.gif) no-repeat left 50%;
}
.labelTop, .labelBottom
{
   float:left;
}


/* impromptu example */
.impromptufade{
	position: absolute;
	background-color: #ffffff;
}
div.impromptu{
    position: absolute;
	background-color: #b52e53;
	padding: 5px; 
	width: 300px;
	text-align: left;
}
div.impromptu .impromptucontainer{
	background-color: #fff;
	padding: 5px; 
	color: #B90533;
	font-weight: bold;
}
div.impromptu .impromptumessage{
	background-color: #eee;
	padding: 10px;
}
div.impromptu .impromptubuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.impromptu button{
        background:#b7103f url(../images/button_bg.jpg) repeat-x scroll left top;
        border:2px solid #740928;
        font-size:12px;
        margin:5px 5px 5px 10px;
        padding:3px 10px;
        color:#fff;
		font-weight:900;
		cursor:pointer;
}
.footer {
    font-size:13px;
    margin:0 auto;
    width:840px;
    margin-top:10px;
}