dl.contactsForm
{
	margin: 0 auto;
	border: 0px;
	padding: 0px;
	list-style: none;
}
dl.contactsForm dt,
dl.contactsForm dd
{
	padding: 2px 5px;
	border: 0px;
	display: block;
	/*height: 25px;*/
}
dl.contactsForm dt
{
	float: left;
	clear: both; /* left;*/
	text-align: right;
	width: 120px;
}
dl.contactsForm dd
{
	float: left;
	/*clear: right;*/
	text-align: left;
	width: 300px;
}
dl.contactsForm fieldset
{
	clear: both;
	margin: 0px;
	padding: 0px;
}
dl.contactsForm fieldset dl dd {
	float: none;
	display: inline;
	width: auto;
}
dl.contactsForm ul {
	padding-left: 20px;
	font-weight: bold;
	color: red;
}
dl.contactsForm .required:before {
	 content: "*";
	 color: red;
	 font-weight: bold;
}
dl.contactsForm {
	color: #265e90 !important;
}
dl.contactsForm .edit,
dl.contactsForm .memo ,
dl.contactsForm .eA,
dl.contactsForm select {
	width: 300px !important;
	color: #265e90 !important;
}
dl.contactsForm #services,
dl.contactsForm #budget  {
	width: 305px !important;
}
dl.contactsForm label {
	color: #18578f;
	font-weight: normal;
}
dl.contactsForm #group1 {
	text-align: right;
	margin-right: -5px;
	padding: 0px;
}

table.contactsForm {
	width: 450px;
	margin-top: 5px;
}
table.contactsForm .label {
	color: #18578f;
	font-weight: normal;
	width: 120px;
	vertical-align: top;
}
table.contactsForm .value {
	width: 308px;
	padding-left: 5px;
}
table.contactsForm .value input.eA  {
	width: 195px !important;
	color: #265e90;
}
table.contactsForm .value .memo ,
table.contactsForm .value .eA {
	width: 308px;
	color: #265e90;
}
table.contactsForm .value select.eA {
	width: 308px !important;
}
table.contactsForm .code {
	width: 171px !important;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
table.contactsForm .buttons {
	padding: 5px 20px;
}
table.contactsForm td {
	padding-bottom: 5px;
}
table.contactsForm span.required {
	 color: red;
	 font-weight: bold;
}
table.contactsForm .value img {
	margin-bottom: 2px;
}