ol.roman-numeral li {
	list-style-type: upper-roman;
}

ol.alpha-char li {
	list-style-type: lower-alpha;
}

div.scroller {
	width: auto;
	height: 250px;
	overflow: auto;
	border: 1px solid #daddeb;
	padding: 4px;
	margin: 10px 0 25px 0;
}

span#infomsg, span#netproblemmsg {
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	font-weight: bold;
	color: red;
	background-color: rgb(229,229,229);
}

.message {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #727272;
	background: #e9e9e9;
	color: #b60101;
	font-weight: bold;
}

.required {
	border-left: 2px solid #b60101;
}

.tooltip-label {
	cursor: help;
	border-bottom: 1px dashed #555;
}

.tooltip {  
	position: relative;
	border: 1px solid #000;  
	background-color: #ffb;  
	color: #333;
	padding: 5px;
} 

#content table.form {
	margin-top: 20px;
	font-size: 1.1em;
}

table.form td, table.form th {

	vertical-align: top;
}

#content td {
  background: none;
}

