body {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	color: #464646;
}

body.login p {
	text-align: right;
}

input.login_button,
input.button {
	background-color: #00ABC7;
	border: 1px solid #2dadc2;
	border-radius: 2px;
	padding: 7px 10px;
	color: #fff;
}

input.logintext {
	border: 1px solid #9a8d7a;
    color: #9a8d7a;
    font-weight: bold;
    padding: 8px 12px 6px;
    box-shadow: inset 2px 2px 1px rgba(0,0,0,.12);
    -moz-box-shadow: inset 2px 2px 1px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 2px 2px 1px rgba(0,0,0,.2);
}

a {
    color: #ff3652;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}