#dspForm label
{
	text-align: right;
	width: 150px;	
	padding-right: 5px;
	margin: 0 0 8px 0;
	float: left;
	clear: left;
	display: block;
	
}

ul#stepForm,ul#stepForm li {
	margin: 0;
	padding: 0;
}

ul#stepForm li {
	list-style: none;
}

ul#stepForm li, #search_notes, #divShowNote {

	width:650px;
}

ul#stepForm.ui-accordion-container 
{
	border:0px;
}


#stepForm label.warning, #frmDonate label.warning , #frmPayment label.warning 
{
     text-align: left;
     width: auto;
     padding: 0; 
     /*margin: 0 0 0 10px;
     border: none;
     border-top: 1px dotted #CC3366;
	font-size: 10px;

     */
    
     float: none;
     clear: none;
     display: inline;
     color: #990000;
     background: url(   '/images/icons/unchecked.gif' ) no-repeat;
     padding-left: 16px;
     margin-left: .3em;
}


#stepForm fieldset
{
	border: #cc6633 1px solid;
	margin-right: 20px;
}

#stepForm a.ui-accordion-link 
{
     display:none;
}

ul#stepForm 
{
     background-color : White;
}

#dspForm div.buttonWrapper{
    text-align:center ;
    padding-top:20px;
}



h3.stepHeader
{
     text-align: left;
     font-size: 16px;
     font-weight: bold;
     margin: 20px 0px 20px 20px;
     color: #cd853f;
}

ul#stepForm,ul#stepForm li {
	margin: 0;
	padding: 0;
	
}

ul#stepForm li {
	list-style: none;
}

/* Form Buttons  */
input.submitbutton, .nextbutton, .prevbutton
{
	width: 100px;
	height: 40px;
	background-color: #A4430D;
	padding: 4px;
	border: 1px solid #666666;
	cursor: pointer;
	text-align: center;
	color: #FFFFFF;
	margin: 7px;
}

input.submitbutton
{
	background-color: #990000;
	
}


#stepForm fieldset table{
	margin-left:50px;
}

#stepForm fieldset table.tblDetail{
	margin-left:0px;
	width:100%;
}


#stepForm legend
{
     background-color: #FFFFFF;
     text-align: center;
     color: #993333;
     padding: 0 12px;
}


#stepForm label
{
     text-align: right;
     padding-right: 5px;
     margin: 0 0 8px 0;
     float: left;
     clear: left;
     display: block;
     
}

#stepForm label.checkbox, #stepForm label.textarea {
	border: none;
}

#stepForm label.lgfield {
	border: none;
	text-align: center;
	clear: both;
	float: none;
	width: 100%;
}


.search_result_message
{
     font-weight: bold;
     color: #cd853f;
     font-size: 14pt;
}
#search_result 
{
     width:600px;
}


#searchLoading 
{
     text-align :center;
     font-weight: bold;
     color: #cd853f;
     padding:20px;
     display:none;
}

#frmDonate table td 
{
     vertical-align : top ;
}
