#eeditbody, #eeditbody a {
	background-color: #FFFFFF;
	color: #3077b7;
  font-family: Calibri, Tahoma, Verdana, Arial;
}
h1 {
	color: #3077b7;
  font-family: Calibri, Tahoma, Verdana, Arial;
  font-size: 1em;
}

#loginform {
  font-size: 1em;
}

.center {
  text-align: center;
}

.row {
  width: 300px;
  display: inline;
  line-height: 0.7;
}

.firstcol {
  float: left;
  width: 100px;
}

#loginform hr {
  visibility:hidden;
  line-height: 1px;
  height: 1px;
}

input {
	border: 1px solid #3077b7;
}
hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}
#eedit {
	border: 1px solid #3077b7;
  background-color: #FFFFFF;
}
#eedit .notice, #eedit .lightwindow {
  font-size: 10px;
  font-weight: bold;
  display: inline;
}

#eeditform, #eeditform td {background-color: #dadada; color: #4B6A51; font: normal 12px Arial, Helvetica, sans-serif; text-align: center;}
#eeditform input, #eeditform input[type="checkbox"], #eeditform input[type="radio"], #eeditform textarea {color: #4B6A51; border: solid 1px #4B6A51;}
#eeditform input.short {width: 45px;}
#eeditform input.middle {width: 125px;}
#eeditform input.long {width: 250px;}
#eeditform .center {text-align: center;}
#eeditform .left {text-align: left;}
#eeditform .right {text-align: right;}
#eeditform .bold {font-weight: bold;}
#eeditform p {display: block;}