body,th,td {
	font-family:Verdana,"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:0.9em;
	background:#f9f9f9;
}
#header {
	 width:377px; margin:0 auto
}
#footer {
	height:15px;
}

input,textarea {
	font-family:Verdana,"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:0.9em;
}
hr {
	background-color:#4479BE;
	border:0;
	width:100%;
	height:1px;
}
.small {
	font-size:x-small;
	font-weight:normal;
}
.powered,.powered a {
	font-size:x-small;
	color:#808080;
	margin:0.5em 0em 0.5em 0em;
}
strong,.strong {
	font-weight:bold;
}
.text_disabled {
	color:ButtonFace;
}
h1,h2,h3 {
	color:#707070;
	font-weight:bold;
	text-align:center;
	margin:0.5em 0.5em 0.5em 0.5em;
}
h1 {
	font-size:140%;
}
h2 {
	font-size:130%;
}
h3 {
	font-size:120%;
}
div.centered {
	text-align:center;
}
div.centered table {
	margin:0 auto;text-align:left;
}

#login form {
	margin-left: 8px;
	padding: 16px 16px 16px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 2px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	text-align: left;
}

form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }

#login form .submit input {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 2px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}

#login form p {
	margin-bottom: 0;
}

label {
	color: #777;
	font-size: 13px;
}

form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
}

form .submit { float: right; }
form p { margin-bottom: 24px; }
#login { width: 320px; margin: 1em auto; }

#login_error, .message {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#user_pass, #user_login, #user_email {
	font-size: 20px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 2px solid #e5e5e5;
	background: #fbfbfb;
}

h1 {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

.vedit {
	border:solid 1px #8CACBB;
}
.vedit td {
	text-align:left;
	vertical-align:middle;
	padding:15px 10px 10px 10px;
	background-color:white;
	border:solid 1px #8CACBB;
}
.vedit th {
	padding:10px 15px 10px 10px;
	text-align:right;
	vertical-align:middle;
	font-weight:bold;
	background-color:#DEE7EC;
	border:solid 1px #8CACBB;
}
.vedit .headrow {
	font-weight:bold;
	text-align:center;
}
.hedit {
	border:solid 1px #8CACBB;
}
