/*editor*/
#espg div#admin {
	background:#c00;
	color:#fff;
	/*-moz-border-radius:0 0 20px 20px;*/
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.2em;
	text-align:center;
	margin:0;
	padding:5px 0;
	clear:both;
}
#espg div#editor {
   font: .85em/1 Verdana, Arial, sans-serif;
   border-top: 1px gray solid;
   padding: 10px 20px;
   margin: 10px 0;
   clear:both;
}
#espg div#editor h2 {
   font-size: 1.2em;
   text-align: center;
   margin: 0 0 8px;
}
#espg div#editor p.valid {
   background: pink;
   color: black;
   font-size:1.2em;
   float: left;
   padding: 5px;
   margin: 5px 0;
}
#espg div#editor p.invalid {
   background: #c00;
   font-size:1.2em;
   border:1px solid #000;
   color: #fff;
   float: left;
   padding: 5px;
   margin: 5px 0;
}
#espg div#editor fieldset {
   background: #f6f6f6;
   clear: both;
}

#espg div#editor p {
   margin: 5px 0;
}
#espg div#editor input[type="text"], #espg div#editor textarea,#espg div#editor input[type="password"] {
   border: solid 1px green;
   margin: 2px 1px 1px;
}
#espg div#editor input[type="text"]:focus, #espg div#editor textarea:focus,#espg div#editor input[type="password"]:focus {
   border: solid 2px darkgreen;
   margin: 1px 0 0;
}
#espg div#editor input#userfile{
   margin: 2px 1px 1px;
}
/* login specific */
#espg p.warn{
	background: #c00;
	font-size:1em;
	border:1px solid #000;
	color: #fff;
	float: left;
	padding: 5px;
	margin: 5px 0;
}
#espg div#login fieldset {
   background: #f6f6f6;
   clear: both;
}
#espg div#login input[type="text"], #espg div#login input[type="password"] {
   border: solid 1px green;
   margin: 2px 1px 1px;
}
#espg div#login input[type="text"]:focus, #espg div#login input[type="password"]:focus {
   border: solid 2px darkgreen;
   margin: 1px 0 0;
}
#espg div#login label{
	width:8em;
	float:left;
	text-align:right;
	padding-right:5px;
}
#espg div#login .button{
	margin: 0.5em 0 0 9em;
}

#espg div.clearer {
	clear: both;
}
#espg img.precache {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	visibility: hidden;
}
/* comment system */
#espg div#comments{
	margin:0.5em 15%;
	font-size:0.9em;
}

#espg div#comments div.comment-odd{
	margin:3px 0;
	border:1px solid #969696;
	background:#f9f9f9;
}
#espg div#comments div.comment-even{
	margin:3px 0;
	border:1px solid #969696;
	background:#fff;
}
#espg p.cname{
	font-weight:bold;
	margin:3px;
}
#espg p.ccomment{
	margin:0 10px;
}
#espg p.time{
	font-style:italic;
	margin:0;
	padding:4px 1em 4px 0;
	text-align:right;
}
#espg p.no-comment{
	font-weight:bold;
	text-align:center;
}
#espg p.comment-error{
	color:#900;
}
#espg div.comment-form-holder{
	width:50%;
	margin:0.5em 0;
}
#espg form.comment-form{
	width:100%;
}
#espg form.comment-form fieldset{
	border:1px solid #f9f9f9;
}
#espg form.comment-form legend{
	letter-spacing:0.1em;
	color:#003;
}
#espg form.comment-form label{
	width:12em;
	float:left;
}
 div.pagedcomments{
 	text-align:center;
 }
#espg p.comment-attrib{
	text-align:right;
	font-size:80%;
	padding-right:1em;
}
#espg .center{
	text-align:center;
}

