#header {
	-moz-border-radius-topleft : 4px;
	-moz-border-radius-topright : 4px;
	-webkit-border-top-left-radius : 4px;
	-webkit-border-top-right-radius : 4px;
}

#content {
	-moz-border-radius : 6px;
	-webkit-border-radius : 6px;
}

#main {
	-moz-border-radius : 6px;
	-webkit-border-radius : 6px;
}

#activity {
  -moz-border-radius-bottomleft : 2px;
  -moz-border-radius-bottomright : 2px;
  -webkit-border-bottom-left-radius : 2px;
  -webkit-border-bottom-right-radius : 2px;
}

.action .attributes .project {
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
}

#new_action, #tips, #flash, button, .button, #new_login, #new_action .extras {
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
}

.banner {
	-moz-border-radius-topleft : 4px;
	-moz-border-radius-topright : 4px;
	-webkit-border-top-left-radius : 4px;
	-webkit-border-top-right-radius : 4px;
}

#focus li a {
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
}

#folders li.labeled a {
  -moz-border-radius-topleft : 6px;
  -moz-border-radius-topright : 6px;
  -webkit-border-top-left-radius : 6px;
  -webkit-border-top-right-radius : 6px;
}

#folders li.icon a {
  -moz-border-radius-topleft : 5px;
  -moz-border-radius-topright : 5px;
  -webkit-border-top-left-radius : 5px;
  -webkit-border-top-right-radius : 5px;
}

input:focus, textarea:focus, select:focus, button:focus {
  -moz-outline: rgb(8,128,193) solid 3px;
  -moz-outline-offset: -1px;
  -moz-outline-radius: 5px;
}

.video_player .display {
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
}

.ellipsis {
  -o-text-overflow: ellipsis;
  -moz-binding: url("/stylesheets/ellipsis-xbl.xml#ellipsis");
}
