/* stylesheet for sql-ledger */

.submit, .fb_button, .login input submit {
    background-color: #17a2b8;
    border-color: #17a2b8;
	font-size: 13px;
    color: #fff;
    padding: 2px 8px 2px 8px;
    text-decoration: none;
    text-align: center;
    font-family: "Frutiger Neue W01 Light",Arial,Geneva,sans-serif;
    height: 22px !important;
    border: none;
    margin: 1px;
}

.submit:HOVER {
	background-color: #8673ae;
	cursor: pointer;
}

.checkbox, .radio {
  font-family: "museo-sans-1","museo-sans-2",sans-serif;
  font-size: 11px;
}

.dberror {
	display: none;
}

.redirectmsg { color: black; background: yellow; padding: 2px 0px; }

---------------------------------------------------------------------------
