#owsValidator h2 {margin-bottom: 5px; color:  #3F76B5; text-align: center}

.hd {
	float:left;
	height:20px;
	margin-right:10px;
	text-align:right;
	width:60px
}

.pass {
	background:url(accept.png) no-repeat;
	padding-left:22px
}

.reset {
	background:url(empty.gif) no-repeat;
	padding-left:22px
}

.fail {
	background:url(cancel.png) no-repeat;
	padding-left:22px
}

.warning {
	background:url(error.png) no-repeat;
	padding-left:22px
}

.notice {
	background:url(info.png) no-repeat;
	padding-left:22px
}

.title {
	color: black;
}

.row {
	clear:both;
	padding: 2px;
	font-family: sans-serif;
	font-size: 13px;
}

.msgs {
  margin-left:90px;
}

.msg-fail {
	color: #F02020;
}

.msg-warning{
  color: #997C0E;
}

.msg-notice{
  color: gray;
}

.value {
  color: gray;
}

.sub {
	margin-left:25px
}

#fi-button-msg {
	background:#eee;
	border:2px solid #ccc;
	float:left;
	margin:5px;
	padding:5px 10px
}

#metadataValidator {
	height:500px;
	width:700px
}

.validate-icon {
	background:url('pass.png') no-repeat 0 0 !important
}

table {
	clear:none !important
}

.check-link {
    color: #3f76b5;
}
