/*********** CSS FOR BACH ***********/

input {
	margin: 5px 0 5px 0;
}

/*.comp_title {
	background: #7C1D21;
	color: #fff;
}

.comp_title a {
	color: #fff;
}*/

.priv {
	background: #ccc;
}

.prog {
	background: #FCD200;
}

.priv_prog {
	background: #FF6D0C;
}

.form_label {
	text-align: right;
	font-weight: bold;
}

label {
	font-weight: bold;
}

.show{
	visibility: visible;
	border: 1px dotted #000;
	padding: 3px;
	background: #eee;
	width: 250px;
}

.noshow2{
	visibility: hidden;
	border: 1px dotted #000;
	padding: 3px;
	background: #eee;
	width: 250px;
}