.iconEdit {
	float: right;
	background-image:url(../images/icons/application_edit.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	color: #ffffff;
	padding-bottom: 10px;
	text-decoration: none;
}

.iconEdit:hover, .iconLogout:hover {
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	text-decoration: underline;
	
}

.iconLogout {
	background-image:url(../images/icons/cancel.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding-left: 30px;
	color: #ffffff;
	text-decoration: none;
}
