body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #2b332e;
    font-size: 15px;
    line-height: 1.2;
    background: #EEF6F7;
}
a:link, a:visited {
    text-decoration: none;
    color: #26B3CF;
}
a:hover {
    text-decoration: underline;
}
h2 {
    font-weight: bold;
    font-size: 1em;
}
p, h2, ul {
    margin-bottom: 12px;
}
ul.errorlist {
    background-color: #ef95a1;
    padding: 4px;
}
#content {
    width: 600px;
    margin: 0 auto;
}
#header {
    margin-top: 10px;
}
.inset {
    margin-top: 50px;
}
#inset {
    background: #FFF;
    padding: 20px 50px;
	margin: 0 0 20px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.help-text {
    font-size: 13px;
    color: #666;
}
#leafdude {
    margin-top: 40px;
}
select,
input[type=text],
input[type=password],
textarea {
  -x-system-font:none;
  color:#333;
  font-size: 1em;
  font-size: 16px;
  font-size-adjust:none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  padding: 5px;
  border: 1px solid #bbb;
  margin: 2px 0;
  width: 368px;
  margin-right: 12px;
}
button {
  font-size: 1em;
  color: #333;
  padding: 0.365em 10px;
  line-height: 1.4em;
  font-weight: bold;
  cursor: pointer;
  background: #e9eaea;
  border: 1px solid #ccc;
  text-shadow: 1px 1px 0 #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
button:hover {
  opacity: 0.8;
}
button:active {
  opacity: 1;
}

form dl {
	padding:10px 0 0 0;
	color: #333333;
}

form dt {
	float:left;
	width:95px;
	/*margin-top:3px;*/
	color: #333333;
}

form dd {
	margin:0 0 10px 95px;
}

.required {
	color:red;
}

div.error-message {
color:#990000;
font-weight:bold;
margin:8px 0;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}