.PortletBody {
	/* background: #3b4546;*/ 
	overflow: auto;
	/* border-bottom: 1px solid #2F3535; */
}

.PortletBodyAlter {
	/* background: #4B5556; */
	overflow: auto;
}

.PortletBody .aui-fieldset .aui-field-content, .PortletBody .aui-field-row, .PortletBody .aui-button-holder, .PortletBody .aui-field-wrapper-content{
	margin: 0px;
}

.shadowBorder {
	border-top: 1px solid #495153;
	width:100%;
}

.PortletBody .SearchForm {
	padding: 10px;
	font-size: 12px;
	text-align: left;
	color: #9ca5a6;
}

.SearchForm {
	font-size: 12px;
	padding: 10px;
	text-align: left;
	color: #ffffff;
}

.SearchFormInputs {
	/* float: left; */
    /* width:250px; */
	text-align: left;
	/* margin-left: 10px; */
}

.SearchFormInputs p {
	margin-bottom: 10px;
	/* color: #9ca5a6; */
	color: #ffffff;
}

p.header {
	font-size: 13px;
	margin-bottom: 0px;
	padding: 10px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
    background: transparent 10px 10px/20px 20px url(/mf-portal-wp-theme/images/pportal/per24a.png) no-repeat;
    text-align: right;
}

.SearchFormSubmit {
    /* float: right; */
    margin-bottom: 12px;
    margin-right: 0px;
}

input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="reset"], select, textarea, .textarea, button {
    background: none repeat scroll 0 0 #464646;
    border: medium none;
    color: #ffffff;
    font: 1em Arial,Helvetica,Verdana,sans-serif;
    padding: 4px 1px;
    width: 230px;
}