#logo {
	background-image: url(../images/randomcoder-logo-grid20.png);
	background-repeat: no-repeat;
}

DIV.error SPAN.error
{
	background-repeat: no-repeat;
	background-image: url(../images/silk/exclamation.gif);
}

DIV.globalError
{
	background-repeat: no-repeat;
	background-position: 0.5em 0.25em;
	background-image: url(../images/silk/exclamation.gif);
}

A.external {
	background: url(../images/silk/bullet_go.gif) right no-repeat;	
}

A.permalink {
	background: url(../images/silk/bullet_key.gif) left no-repeat;				
}

/*
A.tag {
	background: url(../images/silk/bullet_tag.gif) left no-repeat;				
}
*/

A.add {
	background: url(../images/silk/bullet_add.gif) left no-repeat;
}

A.edit {
	background: url(../images/silk/bullet_wrench.gif) left no-repeat;
}

A.delete {
	background: url(../images/silk/bullet_delete.gif) left no-repeat;
}