/************
*	Panel	*
************/
.panel .panelTitle{
	padding: 5px;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
	text-shadow:-1px 1px rgba(0,0,0,0.3);
	font-family:Georgia, Microsoft Sans Serif, MS Sans Serif,Verdana,sans-serif;
}
.panel .panelContent{
	padding: 10px;
}
.panel .label{
	padding-right: 20px;
	text-align: right;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
	text-shadow:-1px 1px rgba(0,0,0,0.3);
	font-family:Georgia, Microsoft Sans Serif, MS Sans Serif,Verdana,sans-serif;
}
.panel fieldset legend {
	text-align: left !important;
	color:#000D9D;
}

.panel .error {
	border: 1px dashed red
}