@charset "utf-8";

div.error-message {
	color:#FF0000;
	font-weight:bold;
	font-style:italic;
	font-size: large;
	/*margin: 10px;*/
}

input.input_text
{
	clear: left;
	/*position: relative;
	left: 100px;
	margin-bottom: 10px;	*/
}

select.input_select
{
	position: relative;
	/*left: 100px;
	margin-bottom: 10px;*/
}

label.input_label
{
	font-weight: bold;
}


#flashMessage
{
	font-weight: bold;
	border: #666666;
	border-width:thick;
	background: #B6CAE2;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;	
}

tr.d0 td {
	background-color: #CCCCCC; color: black;
}
tr.d1 td {
	background-color: #FFFFFF; color: black;
}


