#current {
	border: dotted #FF0000;
}

.label {
	text-align: right;
}

.entry {
	text-align: left;
}

.desc {
	text-align: left;
}

.validation {
	visibility: hidden;
}

.required {
	background-color: yellow;
}

.odd {
	background-color: #ddd;
}

.even {
	background-color: #fff;
}
.overlayed {
    background-color:white;
    background-image:url(images/grandlodge.50x50.png);
    background-repeat:no-repeat;
    background-position:center;
    border:thin solid #000000;
    color:#83B0EC;
    font-family:serif;
    font-size:32pt;
    font-weight:bolder;
    height:50px;
    margin-bottom:10px;
    padding:2px;
    text-align:center;
    width:50px;
}