/* general? */
div.component.m29-wrapper div.componentBody a {
	font-weight: bold;
	text-decoration: none;
}
div.component.m29-wrapper div.componentBody a:hover {
	text-decoration: underline;
}



/* m29-wrapper */

div.m29-wrapper div.componentBody {
	line-height: 18px;
}

div.m29-wrapper div.componentBody h3 {
	font-size: 24px;
	background: none;
	margin-bottom: 1em;
	line-height: 24px;
}

div.m29-wrapper div.componentBody p {
	margin: 0 0 1em 0;
}
div.m29-wrapper div.componentBody p.oldImg {
	float: left;
	width: 320px;
	margin: 0 20px 20px 0;
}

div.m29-wrapper div.componentBody ul {
	margin: 0 0 1em 0;
}

div.m29-wrapper div.componentBody table {
	width: 100%;
	font-size: 1em;
}

div.m29-wrapper div.componentBody table tr td {
	vertical-align: auto;
}

div.m29-wrapper div.componentBody table tr td * {
	margin: 0;
	padding: 0;
}

div.m29-wrapper div.componentBody h2 { /* COLOR INTO SKINS!!! */
	position: static;
	font-size: 24px;
	background: transparent;
}

div.m29-wrapper div.componentBody h4 {
	font-size: 20px;
	margin: 0 0 16px 0;
	line-height: 24px;
}
div.m29-wrapper div.componentBody h4.agenda {
	color: #000;
}



/* forms coming from prog/Formulari */	

div.m29-wrapper div.componentBody #formulario input,
div.m29-wrapper div.componentBody #formulario textarea {
	width: 96%;
}

div.m29-wrapper div.componentBody #formulario h2 {
	font-size: 20px;
	margin: 0 0 16px 0;
	line-height: 20px;
}

div.m29-wrapper div.componentBody #formulario .bott {
	width: 80px;
}

div.m29-wrapper div.componentBody #formulario tr {
	background-color: #f1f1f1;
}

div.m29-wrapper div.componentBody #formulario td {
	padding: 3px;
}

div.m29-wrapper div.componentBody #formulario td input {
	padding: 2px;
}
