/* KULMAT */

.corner_upleft {
	background: transparent url('/pixar/corner_upleft.gif') no-repeat;
	background-position: top left;
}

.corner_upright {
	background: transparent url('/pixar/corner_upright.gif') no-repeat;
	background-position: top right;
}

.corner_bottomleft {
	background: transparent url('/pixar/corner_bottomleft.gif') no-repeat;
	background-position: bottom left;
}

.corner_bottomright {
	background: transparent url('/pixar/corner_bottomright.gif') no-repeat;
	background-position: bottom right;
}

