/* @override http://test.net-at-hand.int:3000/stylesheets/node/8158.css */

#advanced_form table {
	margin: 5px;
}

#advanced_form .error {
	background-color: red !important;
}

#advanced_form div.error {
	padding: 10px 15px;
	color: white;
	margin: 1em 0;
}

#advanced_form div.error h3 {
	margin-top: 0;
	color: white;
}

#advanced_form table td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid white;
}

#advanced_form table td.key {
	background: #666;
	color: white;
	width: 120px;
}

#advanced_form fieldset {
	border: 1px solid;
	margin-bottom: 1em;
}

#advanced_form legend {
	font-weight: bold;
}

#advanced_form p {
	margin: 0 0 1em 0 !important;
}


