/*FORM*/
li.error input, li.error textarea{
	border: 1px solid #661f1f;
	background: #f2c2c2;
}

li.error input:focus, li.error textarea:focus{
	border: 1px solid #000;
}

/* POSTLIST */
#ajgb_postlist {
	overflow: auto;
	max-width: 60em;
	margin: .5em 0 0 0;
}
#ajgb_postlist dt {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: .2em 1.7em 0 1.7em;
	margin-top: .5em;
	background: #fcfcfc;
}

#ajgb_postlist .name{
	font-weight: bold;
}
#ajgb_postlist dd {
	padding: .2em 1.7em .7em 1.7em;
}

#ajgb_postlist dt.odd{
	background: #f3f3f3;
}
#ajgb_postlist dd.odd{
	background: #f6f6f6;
}


/* SIDLÄNKAR */

#pagelinks{
list-style: none;
}

#pagelinks li{
display: inline;
margin: 0 .3em;
}



