﻿div.spsBoxHead, div.spsBox {
    padding: 0.5em;
}
.spsBoxHead *, #right-side .spsBoxHead h2 {
    color: #ffffff;
}
#right-side .spsBoxHead h2 {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 1.2em;
}

#sps-login-form ul {
    padding: 0.5em 0 0 0 ;
    margin: 0;
}
#sps-login-form li {
    display: inline-block;
    padding: 0.25em 0;
}
#sps-login-form label {
    display: inline-block;
    width: 100px;
}
#sps-login-form li:nth-last-of-type(2),
#sps-login-form li:last-of-type {
    display: block;
}



/*jQuery button-like links*/
.button {
    background-image: none !important;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
}
a.button {
    display: inline-block;
    margin: 0.1em 0;
}
a.button:hover {
	text-decoration: none !important;
}
input.button, submit.button, button.button {
	vertical-align: top;
}
.button:hover {
    background-image: none !important;
    box-shadow: 0 4px 9px 0 rgba(0,0,0,.2);
    text-decoration: none;
}