/* CSS Document */

#tab {
	text-align: center;
	background-image: url(../images/tab_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #c26300;
	font-size: 11px;
	border-bottom: solid 1px #000;
}
#tab a.link {
	color: #000000;
	text-decoration: none;
}
#tab a:hover.link {
	color: #FFFFFF;
	text-decoration: underline;
}
.bar {
	color: #FFFFFF;
}
.feedback, .warning {
	padding:12px;
	text-align:left;
	margin-bottom: 15px;
	font-size: 12px;
	padding-left: 50px;
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.feedback a, .warning a {
	color: #000000;
}
.feedback {
	border:1px dotted #009933;
	color: #009933;
	cursor: pointer;
	background-image: url(../images/m_pass.gif);
}
.warning {
	border:1px dotted #FF0000;
	color: #FF0000;
	background-image: url(../images/m_fail.gif);
}
.required {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}