 #contactUsForm ol {
	margin: auto auto auto 0; /* to make IE 6 happy */
}

fieldset {    
	float: left;    
	clear: left;    
	width: 100%;    
	margin: 0 0 1.5em 0;
	padding: 1em 0;
	*padding-top: 0; /*to lose the added whitespace line in IEs*/       
}

legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;  
	*margin-bottom: 1em; /*to compensate space lost due to padding-incapability in IEs*/
} 
 
fieldset ol,
div.contact-form ol {  
	padding: 0 1em;  
	list-style: none; 
	margin-left:0;
}  

fieldset li,
div.contact-form li {    
	float: left;    
	clear: left;    
	width: 100%;    
	padding-bottom: 1em;  
}

  
fieldset.submit {    
	float: none;    
	width: auto;    
	border: 0 none #FFF;    
	text-align: center;
}

.portlet-form-field,
.portlet-form-field-label {    
	display: block;    
	margin-right: 1em;  
}

label em {        
	color: #00684F;        
	font-size: 120%;        
	font-style: normal;        
}

p em {        
	color: #00684F;        
	font-size: 120%;        
	font-style: normal;        
}

.portlet-msg-error {
	display: block;        
	color: #C00;        
	font-size: 95%;        
	font-weight: bold;        
}

li.affiliations span,
li.subject-areas span,
li.interests span,
li.whichform span {
	padding-right: 10px;
	padding-left: 10px;
	display : block 
}


/****** CONFIG MODE ******/
table.config {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	border-bottom: 1px solid #efefef;
	line-height: 1em;
}

table.config th {
	background-color: #DFDFDF;
	font-weight: bold;
	text-align: center;
	padding: 1px;
}

table.config th.thead-border {
	background-color: #006699;
	height: 1px;
	width: 100%;
	padding: 0px;
}

table.config td {
	padding: 2px;
}

/* background color for ODD rows in table */
table.config tr.orow {
	background-color: #FEFEFE;
}

/* background color fo EVEN rows in table */
table.config  tr.erow {
	background-color: #EFEFEF;
}

table.config-edit input {
	width: 450px;
}

table.financial-docs {
	width: 100%;
}

table.financial-docs th {
	color: white;
	background-color: #00684F;
	font-weight:bold;
}

table.financial-docs img {
	border: 0
}

table.financial-docs th,
table.financial-docs td {
	padding: 3px
}

