div.valid {
	width: 16px;
	height: 16px;
	background: transparent url(valid.gif) no-repeat 0 0;
}
div.invalid {
	width: 16px;
	height: 16px;
	background: transparent url(invalid.gif) no-repeat 0 0;
}
div.row {
	width: 100%;
	height: 35px;
}
div.label {
	float: left;
	padding-right: 5px;
	text-align: right !important;
	width: 25%;
	white-space:nowrap;
}
div.field {
	float: left;
	text-align: left;
	width: 40%;
}
div.help {
	background: transparent url(help_bulle.png) no-repeat 0 50% !important;
	background: transparent url(help_bulle.gif) no-repeat 0 50%;
	text-align: left;
	white-space:nowrap;
	padding-left: 15px;
	padding-right: 3px;
	color: #444;
	position: absolute;
	margin-top: -10px;
	border-right: 1px solid #DBC274; 
} 
.required {
	font-weight: bold;
}
caption {
	visibility: hidden;
}
table {
	margin-left:auto;
	margin-right:auto;
}
td.label {text-align: right;}

div.submit {
	text-align: center;
	width: 100%;
}
a.cancellink{
	text-decoration: none;
}
td.field { text-align:left;}

