@charset "iso-8859-2";
/* CSS Document */

#rightColumn fieldset, #rightColumn fieldset.long {
	display: block;
	margin: 1em 1em 1em 0em;
	padding: 12px;
	font: 85% Tahoma, Arial;
	background-color: #F9F9F9;
	width: 19em;
	border: 1px dotted #CCC;
	float: left;
}

#rightColumn fieldset.long {
  width: 440px;
}

#rightColumn label {
	display: block;
	margin-top: 6px;
	color: #333;
	font-weight: bold;
}

#rightColumn input {
	display: block;
	font: 100% Tahoma, Arial;
	border: 1px solid #909090;
	background-color: #FFF;
	padding: 1px;
	width: 16em;
}

#rightColumn select {
	display: block;
	font: 100% Tahoma, Arial;
	border: 1px solid #909090;
}

#rightColumn textarea {
	display: block;
	border: 1px solid #909090;
	width: 40em;
	font: 100% Tahoma, Arial;
}

#rightColumn fieldset.radio
{
	width: 15em;
	border: 1px solid #D0D0D0;
}

#rightColumn fieldset.radio input {
	border: 0px;
	width: auto;
	float: left;
	clear: both;
}

#rightColumn fieldset.radio label {
	font-weight: normal;
	font-size: 120%;
}

#rightColumn input.submit {
	clear: both;
	font-weight: bold;
	background-color: #CCCCCC;
	width: 224px;
}

#rightColumn .clearer
{
	clear: both;
	height: 1px;
}

.margin10 {
	margin-left: 10px;
	position: relative;
	left: 10px;
	display: block;	
}

#rightColumn fieldset label.firstinvalid {
  color: red;
}

#rightColumn fieldset label.regularinvalid {
  color: red;
}

#rightColumn fieldset legend.regularinvalid {
  color: red;
}

