#pay-btn,
#certificate-btn,
#logout-btn { background: #b02415; }

a:link, a:visited, .tabtree .tabrow0 li a {
    color: #b02415;
    text-decoration: none;
}

input[type="submit"] ,
input[type="button"] {
	background-color: #b02415;
	background-image: none;
	border: 0px;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Raleway, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	padding: 6px 25px;
	text-align: center;
	text-shadow: none;
	transition: background .2s ease-out;
	vertical-align: middle;
	width: auto;
}

input[type="submit"]:hover ,
input[type="button"]:hover {
	background-color: #666;
}

input[type="text"],
input[type="password"] {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	color: #555;
	display: inline-block;
	font-family: Raleway,sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 6px;
	transition: border linear .2s, box-shadow linear .2s;
	vertical-align: middle;
}

