input.editWidget {
	background: white url('images/crayon_s.gif') 3px 3px no-repeat;
	background-position: center;
}

input.moveUp {
    background: White url('images/moveItemsUp.png') 3px 3px no-repeat;
}
input.moveDown {
    background: White url('images/moveItemsDown.png') 3px 3px no-repeat;
}
input.moveTop {
    background: White url('images/moveItemsTop.png') 3px 3px no-repeat;
}
input.moveBottom {
    background: White url('images/moveItemsBottom.png') 3px 3px no-repeat;
}

input.destructive {
  background: White url('images/delete_s.gif') 3px 3px no-repeat;
}

input.change {
  background-color: #b3b33f;
}
select.context, input.standalone, input.context{
	font-size: 0.8em;
}

div.editpanel {
	float:left;
	position:relative;
	/* top:-1.2em; */
}

div.row div.label1 {
	position:relative;
	top:0.2em;
}

div.group1 div.label1 {
	position:relative;
	/* top: -1em; */
	display:inline;
}

div.group1 span.label1 {
	border:1px solid #AAAAAA;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-left: 0.5em;
	background-color: #CCCCCC;
}

div.row span.label1 {
	border:1px solid #AAAAAA;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-left: 0.5em;
	background-color: #CCCCCC;
}

div.group1 {
	border:1px solid #AAAAAA;
	margin-bottom:1em;
}

input.smallbutton {
	width:18px;
	height:18px;
	padding:0px;
  	margin:0px;
	border-top:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	border-bottom:1px solid;
	border-right:1px solid;
}

.titreEditeur {
	margin-top: 1em;
	background-color: #b3b33f;
	font-weight:bold;
}

input.goleft {
  background: white url('images/align_left.gif') 3px 3px no-repeat;
  background-position: middle center;
}

input.gocenter {
  background: white url('images/align_center.gif') 3px 3px no-repeat;
  background-position: middle center;
}

input.goright {
  background: white url('images/align_right.gif') 3px 3px no-repeat;
  background-position: middle center;
}

