/*
** Tomasz /kiciu/ Kociemski
** kiciu@irc.pl
**
** css stylesheet for imladris v2.1 and above
*/

/*body {
	margin: 0.5em;
}*/

form .regGroup {
	border-bottom: 1px solid black;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

form .regGroup .regItem {
	padding-bottom: 0.25em;
}

form .regGroup .regItem .regTitle {
	font-weight: bold;
}
form .regGroup .regItem .regHelp {
	font-size: 90%;
}

.regMsg {
	border: 2px solid red;
	background: white;
}

form .obligatory {
	color: #c00;
}
