/* generic button */
a.generic_button {
    background: transparent url('/jobsrep/gfx/win/interface/win_button_grey_a.gif') no-repeat scroll top right;
    display: block;
    float: left;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    height: 25px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
	cursor: hand;
}

a.generic_button span {
    background: transparent url('/jobsrep/gfx/win/interface/win_button_grey_span.gif') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
} 

a.generic_button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.generic_button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
/* end generic button */

/* big button */
a.big_button {
    background: transparent url('/jobsrep/gfx/ach/interface/ach_big_button_a.gif') no-repeat scroll top right;
    display: block;
    color:#404040;
    float: left;
    font-size: 16px;
    font-weight: bolder;
    margin-right: 6px;
    padding-right: 60px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
	cursor: hand;
}

a.big_button span {
    background: transparent url('/jobsrep/gfx/ach/interface/ach_big_button_span.gif') no-repeat;
    display: block;
    line-height: 26px;
    padding: 5px 0 5px 60px;
} 

a.big_button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.big_button:active span {
    background-position: bottom left;
    line-height: 26px;
    padding: 6px 0 4px 60px; /* push text down 1px */
} 
/* end big button */

/* big_search_button */
a.big_search_button {
    background: transparent url('/jobsrep/gfx/win/interface/win_button_quick_search.gif') no-repeat scroll top right;
    display: block;
    float: left;
    font-size: 12px;
    font-style:italic;
    height: 38px;
    text-decoration: none;
    cursor: pointer;
	cursor: hand;
	width: 115px;
}

a.big_search_button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

/* end big_search_button */
.recruiterloginButton {
	margin-left: 187px;
}
