fieldset {
	border: 1px solid #2e2e2e;
}
fieldset legend {
	color: #999;
	font-style: italic;
}
fieldset table,
fieldset select,
fieldset .text {
	width:100%;
}
fieldset td {
	padding: 0 0 10px;
}
fieldset table table {
	width: auto;
}
fieldset td td {
	padding: 0;
}

span.required {
	color: #999;
}

.news a {
	text-decoration: underline;
}

/* Contact data  */
.contactData {
	border-style: none;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
}
.contactData td,
.contactData th {
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 3px 10px 4px 2px;
	text-align: left;
	vertical-align: top;
}
.contactData thead th {
	font-size: 14px;
	padding-top: 12px;
}
.contactData tbody td,
.contactData tbody th {
	border-bottom: 1px dotted #333;
}
.contactData tbody tr.title th {
	background-color: #333;
	border-style: none;
	border-right: 1px solid #000;
	color: #fff;
	padding-bottom: 2px;
	padding-top: 2px;
}
.contactData a {
}

