.expired {
	color: #999;
}

h2 {
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin: 0.3em 0;
}

.error_message {
	color: #F00;
}
tr.formDelim {
	height: 0.5em;
}
.notice {
	color: #990;
}
div.error_message {
	display: inline;
}

div.box {
	background: #FFF;
	text-align: left;
	margin: 0.5em;
	zoom: 1; /* hasLayout enabler for IE */
}

div.innerbox { padding: 0 20px; }

div.top-left {

	width: 100%;
	height: 5px;

	background: #FFF url(/img/c3-tl.gif) left top no-repeat;
}

div.top-right {
	float: right;
	width: 5px;
	height: 5px;

	background: #FFF url(/img/c3-tr.gif) right top no-repeat;
}

div.bottom-left {

	width: 100%;
	height: 5px;

	background: #FFF url(/img/c3-bl.gif) left bottom no-repeat;

}

div.bottom-right {

	float: right;
	width: 5px;
	height: 5px;

	background: #FFF url(/img/c3-br.gif) right bottom no-repeat;

}