/* CSS Document */

#content .item-page ul.actions, ul.actions {
	margin-left: 0;
	float: right;
}

.button2-left {
	float: left;
	padding: 2px 6px;
}
.edit legend {
	font-size: 15px;
	text-transform: uppercase;
	padding-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #CCC;
}
.edit label {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	text-align: right;
}

ul.actions li {
	list-style: none;
	display: inline;
}

div.tip {
	background: #CCC;
	color: #000;
	font-size: 12px;
	padding: 4px;	
	opacity: 0.9;
}