fieldset{
	border:1px #DCDCDC solid;
	width:548px;
	margin:5px 15px 15px 15px;
	padding:5px 10px;
	font-size:115%;
}

.group{
	border-top:1px dotted #999999;
	padding:7px 5px 5px 5px;
	margin:0 26px 0 26px;
	width:538px;
	clear:both;
}
.group:after {
	content: ".";
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
}
.group {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac */
* html .group {
    height: 1%;
}
.group {
    display: block;
}
/* End hide from IE-Mac */

.label{
	border-right:6px double #B0B0B0;
	width:180px;
	padding:3px 10px 0 0;
	float:left;
	text-align:left;
	display:block;
}

.form{
	width:320px;
	display:block;
	text-align:left;
	float:left;
	padding-left:15px;
}


.need{
	color:#DC0000;
	font-size:85%;
	font-weight:bolder;
}

.odd{
	background:#ECECEC;
}

