/* Panel container */
div.tmtExpandPanel {
	border-bottom: solid 1px #808080;
	border-left: solid 1px #808080;
	border-right: solid 1px #000000;
	width: 43em;
}

/* Panel label */
a.tmtExpandPanelLabel {
	background-color: #CCCCCC;
	border-bottom: solid 1px #808080;
	border-top: solid 1px #000000;
	color: #000000;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
	text-decoration: none;
}

/* Panel content area */
div.tmtExpandPanelContent {
	padding: 1.2em;
}

a.tmtPanelError {
	background-color: #F9D400 !important;
}

a.tmtPanelValid {
	background-color: #91C22F !important;
}

