/* This file contains other elements which Lunaria needs to define further in conjunction with Lee
*/

.important
	{
	background-color: #ABABB5;
	color:#A80E0B;
	}

.error
	{
	font-family: arial;
	font-size: 11px;
	color:#C2272B;
	}

td.error
	{
	background-color: red;
	color: red;
	}

td.done
	{
	background-color: green;
	color: green;
	}

/* SEARCH PAGE */

.randomselection #random
	{
	position: relative;
	float:left;
	margin-left:5px;
	}
