form ul, form li {
	border:  0px; 
	margin:  0px; 
	padding: 0px; 
	list-style: none;
}

form ul {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #efefef;
	margin-bottom: 10px;
}

form li{
	list-style: none;
	padding-bottom: 10px;
}

form input {
	float: left;
	font-size: 14px;
	padding: 2px;
}

form label {
	width: 140px;
	float: left;
	font-size: 14px;
	line-height: 26px;
}

form label.tip {
	text-decoration: underline;
	color: #000;
	cursor: help;
}

form input.short, form select.short, form textarea.short {
	width: 90px;
}

form input.medium, form select.medium, form textarea.medium {
	width: 250px;
}

form input.long, form select.long, form textarea.long {
	width: 400px;
}

form span.form_error_message {
	padding-left: 5px;
	color: red;
	font-size: 14px;
	line-height: 26px;
}
.tooltip {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	display: none;
}

p.submit input {
	margin-right: 6px;
}
p.submit {
	font-size: 14px;
	line-height: 20px;
}
p.submit a {
	text-decoration: underline;
}
p.submit .delete {
	color: red;
}