#donatecont {
	text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #111;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000;
}
#donateform > p {
	font-size: 13pt;
    font-weight: bold;
    color: #0a8dde;
}
p.title {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13pt;
    font-weight: bold;
    color: #0a8dde;
	text-align: center;
}
p.infomsg {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 10pt;
    color: #0a8dde;
	text-align: center;
}
#donateform label {
	color: #A72840;
}
#donateform input,select {
	width: 65%;
	margin-bottom: 10px;
	text-align: left;
}
#donateform button {
	width: 40%;
}
#donerror {
	text-align: center;
}
.warnmsg {
	text-align: center;
    margin-top: 20px;
    font-size: 14pt;
    color: red;
    font-weight: bold;
}

table th {
	color: #0a8dde;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	border: solid 1px #111;
	text-shadow: 1px 1px 0px #111;
}

.ebutton {
	cursor: pointer;
	color: #0a8dde;
	margin: 5px;
	font-size: 20pt;
}

.ebutton:hover {
	color: #F63B5D;
}
.waiting {
	color: yellow;
}
.approved {
	color: limegreen;
}
.rejected {
	color: red;
}
