input.button, a.link-button {
    color: white;
    height: 30px;
    padding: 5px 10px;
    font-size: 15px !important;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    text-shadow: 0.5px 0.5px 0.5px rgba(127, 127, 127, 0.5);
    text-decoration: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana";
}

input.button.green, a.link-button.green {
    background: #a8dd6e;
    border: 1px solid #96cb5c;
    background: -moz-linear-gradient(100% 100% 90deg, #96cb5c, #b2e778) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b2e778), to(#96cb5c));
}

input.button.strong-green, a.link-button.strong-green {
    background: #89dc4e;
    border: 1px solid #70c335;
    background: -moz-linear-gradient(100% 100% 90deg, #7ccf41, #92e557) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#92e557), to(#7ccf41));
}

input.button.red, a.link-button.red {
    background: #929292;
    border: 1px solid #7c0300;
    background: -moz-linear-gradient(100% 100% 90deg, #883b34, #ae4b43) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#883b34), to(#ae4b43));
}

input.button.gray, a.link-button.gray {
    background: #929292;
    border: 1px solid #582315;
    background: -moz-linear-gradient(100% 100% 90deg, #888888, #9e9e9e) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9e9e9e), to(#888888));
}

input.button.blue, a.link-button.blue {
    background: #4fb7dd;
    border: 1px solid #359dc3;
    background: -moz-linear-gradient(100% 100% 90deg, #41a9cf, #57bfe5) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#57bfe5), to(#41a9cf));
}

.ajax-error.ui-corner-all {
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 15px;
    background: rgb(241, 236, 193);
    border: 0;
    position: relative;
}

.ajax-error.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.ajax-error.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    width: 100%;
    border: 1px solid #96cb5c !important;
    background: -moz-linear-gradient(100% 100% 90deg, #96cb5c, #b2e778) repeat scroll 0 0 transparent !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b2e778), to(#96cb5c)) !important;
    margin: 0 !important;
    color: White;
}

.ajax-error.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
    padding: 0;
    border: 0;
}

.ajax-error h1 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 25px;
}

.ajax-error p {
    font-size: 14px;
    line-height: 26px;
}

.drop-shadow {
    background: #fff;
}

.drop-shadow:before,
.drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.lifted {
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.lifted:before,
.lifted:after {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.lifted:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.box-sizing {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

input.button.new-button {
    border: 0;
    border-bottom: 3px solid #338f45;
    background: #3cb44b;
    padding: 13px 0 11px 0;
    height: auto;
    font-weight: normal;
}

input.button.new-button.disabled {
    background: gray;
    border-bottom: 3px solid #444444;
    color: #c8c8c8;
}

#flashes {
    margin-bottom: 20px;
}

.flash {
    font-size: 15px;
    padding: 15px;
    margin: 10px;
}

.flash.small {
    font-size: 11px;
    padding: 3px;
    margin: 0px;
}

.flash.info {
    background-color: #7bd0ed;
}

.flash.error {
    background-color: #e86a6a;
}

.flash.error.quick-mailout {
    margin-left:2px;
    border-radius: 5px;
    padding:5px;
    clear: both;
    width:245px;
    color:white;
}

.flash.success {
    background-color: #aacc00;
}

.library-select {
    color: #939393;
    border: 1px solid #dddddd;
    background-color: #f6f6f6;
    padding: 5px;
    font-size: 16px;
    width: auto;
    margin-bottom: 15px;
}

#privacy-policy {
    text-align: left;
}

#privacy-policy .button-wrapper {
    margin: 20px 0 0 44%;
    text-align: center;
    position: absolute;
    bottom:0;
}

#privacy-policy .content {
    height:250px;
    overflow:auto;
}

.hidden {
    display: none;
}

.hidden-important {
    display: none !important;
}
