form.tableless * { 
	position: relative;
}

form.tableless ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form.tableless ul li {
	clear: both;
	margin-bottom: 5px;
}

form.tableless ul li label {
	display: block;
	float: left;
	width: 85px;
	padding-top: 3px;
	text-align: right;
}

form.tableless ul li input select{
	margin-left: 8px;
}

form.tableless ul li label em {
	padding-left: 3px;
	color: #e0161d;
	font-weight: bold;
}

/*form.tableless label,
form.tableless input,
form.tableless textarea {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

form.tableless label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

form.tableless label em {
	padding-left: .3em;
	color: #e0161d;
	font-weight: bold;
}*/

form.tableless br {
	clear: left;
}

form.tableless fieldset {
	clear: left;
/*	float: left; */
	margin-bottom: 1em;
}

form.tableless fieldset legend {
	font-weight: bold;
	padding: .1em .4em;
}

form.tableless input.xcheckbox {
	padding: 4px;
	width: auto;
}

form.tableless input.error {
	border: 2px solid #e0161d;
}

form.tableless input.submit {
	height: 18px;
	width: 78px;
}

form.tableless input.hidden {
	display: none;
}


div.notice-ok,
div.notice-info,
div.notice-warning,
div.notice-error {
	border: 1px solid #c7bf5c;
	background-color: #faf3b9;
	padding: 4px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 4px 5px;
	float: left;	
	margin-bottom: .8em;
	font-weight: 100;	
}

div.notice-ok a,
div.notice-info a,
div.notice-warning a,
div.notice-error a {
	color: black;
	text-decoration: underline;
	font-weight: 100;
}

div.notice-ok {
	background-image: url('../images/ok.gif');
}

div.notice-warning {
	background-image: url('../images/warning.gif');
}

div.notice-error {
	background-image: url('../images/error.gif');
}

div.notice-info {
	background-image: url('../images/info.gif');
}