.advanced-search-results .pager span {
    float:right;
    position: relative;
    z-index: 2;
}
.advanced-search-results .pager p {
    display: inline;
}

.advanced-search-results .results-bar {
    border-bottom: none;
}
.advanced-search-results fieldset.options fieldset.left {
    border: none;
}

#content .advanced-search-results div.pager {
    height: 12px;
    margin-top: 0;
}
#search-page .keywords button {margin: 5px 7px 0 0}

.usersearch #pager ul.pages {
display:block;
border:none;
text-transform:uppercase;
font-size:10px;
margin:15px 0;
padding:0;
}

.usersearch #pager ul.pages li {
list-style:none;
float:left;
border:1px solid #ccc;
text-decoration:none;
margin:0 5px 0 0;
padding:5px;
}

.usersearch #pager ul.pages li:hover {
border:1px solid #003f7e;
}

.usersearch #pager ul.pages li.pgEmpty {
border:1px solid #eee;
color:gray;
}

.usersearch #pager ul.pages li.pgCurrent {
border:1px solid #003f7e;
color:#000;
font-weight:700;
background-color:#eee;
}

form ul li.errors{
    color: red;
    font-weight: bold;
}

/*The following are added for melchett related pages, should be refined when possible*/

.theme #content div.secondary-content.usersearch a.small-btn
{
   float: right;
}

.theme #content div.rightAlign a.small-btn, .theme #content div.rightAlign button{
    margin-left: 15px;    
}

.theme #content div.secondary-content.usersearch fieldset.center
{
    margin: 0 0 10px;
    padding:15px 32px 0 0;
    width: 522px;
}
.theme #content div.secondary-content.usersearch fieldset.center label
{
    display: inline-block;
    font-weight: bold;
    width:90px; 
}
.theme #content div.userdetails fieldset.right {
	padding-right: 10px;
}

.theme #content div.secondary-content.usersearch fieldset.center input.text,
.theme #content div.secondary-content.usersearch fieldset.center select
{
    display: inline-block;
    margin:0 0 15px;
    padding:3px 0;
    max-width: 420px;
}

.theme #content div.secondary-content.usersearch fieldset.center .col2 input.text
{
    width: 420px;
}

.theme #content div.secondary-content.usersearch fieldset.center .col3 input.text, .theme #content div.secondary-content.usersearch fieldset.center .col3 select
{
    width: 208px;
}

.theme #content div.secondary-content.usersearch fieldset.center .col4 input.text
{
    width: 160px;
}

.theme #content div.secondary-content.usersearch div.not-found {
    color:red;
}

.theme #content div.secondary-content.usersearch fieldset.details div.text.disabled {
    background-color:#D1D1D1;
    clear:both;
    color:#000000;
    margin: 15px 0;
    padding:5px;
    min-height: 15px;
    width:99%;
    max-width:327px;
}

.theme #content div.secondary-content.usersearch fieldset.details textarea {
    background-color: #FAFAFA;
    background-image: none;
    clear: both;
    color: #000000;
    margin: 0 0 15px;
    padding: 3px 0;
    width: 99%;
}

.theme #content div.secondary-content.usersearch fieldset.details select.col_left {
    width: 250px;
    height: 80px;
    float: left;
}
.theme #content div.secondary-content.usersearch fieldset.details .col_right {
    width: 76px;
    float: right
}
.theme #content div.secondary-content.usersearch fieldset.details .col_right button {
    margin: 0 0 5px;
}
.theme #content div.secondary-content.usersearch fieldset.details .col_right button.disabled {
    background-color: gray;
}
/**/