/* grey box */
div.tl {
	background: #333333 url(../images/box/corner_grey_LO.jpg) no-repeat top left;
}
div.tr {
	background: transparent url(../images/box/corner_grey_RO.jpg) no-repeat top right;
}
div.bl {
	background: transparent url(../images/box/corner_grey_LU.jpg) no-repeat bottom left;
}
div.br {
	background: transparent url(../images/box/corner_grey_RU.jpg) no-repeat bottom right;
	padding: 1em 0.6em;
}

/* premium yellow */
div.ytl {
	background: #FFF8D4 url(../images/box/corner_yellow_LO.jpg) no-repeat top left;
}
div.ytr {
	background: transparent url(../images/box/corner_yellow_RO.jpg) no-repeat top right;
}
div.ybl {
	background: transparent url(../images/box/corner_yellow_LU.jpg) no-repeat bottom left;
}
div.ybr {
	background: transparent url(../images/box/corner_yellow_RU.jpg) no-repeat bottom right;
	padding: 1em 0.6em;
}

/* lightgrey */
div.gltl {
	background: #333333 url(../images/box/corner_lightgrey_LO.jpg) no-repeat top left;
}
div.gltr {
	background: transparent url(../images/box/corner_lightgrey_RO.jpg) no-repeat top right;
}
div.glbl {
	background: transparent url(../images/box/corner_lightgrey_LU.jpg) no-repeat bottom left;
}
div.glbr {
	background: transparent url(../images/box/corner_lightgrey_RU.jpg) no-repeat bottom right;
	padding: 1em 0.6em;
}

/* blue box */
div.bluetl {
	background: #bad4e8 url(../images/box/corner_blue_LO.jpg) no-repeat top left;
}
div.bluetr {
	background: transparent url(../images/box/corner_blue_RO.jpg) no-repeat top right;
}
div.bluebl {
	background: transparent url(../images/box/corner_blue_LU.jpg) no-repeat bottom left;
}
div.bluebr {
	background: transparent url(../images/box/corner_blue_RU.jpg) no-repeat bottom right;
	padding: 1em 0.6em;
}

/* lightblue box */
div.lightbluetl {
	background: #F4F8FA url(../images/box/corner_lightblue_LO.jpg) no-repeat top left;
}
div.lightbluetr {
	background: transparent url(../images/box/corner_lightblue_RO.jpg) no-repeat top right;
}
div.lightbluebl {
	background: transparent url(../images/box/corner_lightblue_LU.jpg) no-repeat bottom left;
}
div.lightbluebr {
	background: transparent url(../images/box/corner_lightblue_RU.jpg) no-repeat bottom right;
	padding: 1em 0.6em;
}

/* lightgrey on white box */
div.lgwtl {
	background: #efefef url(../images/box/corner_lgw_LO.jpg) no-repeat top left;
}
div.lgwtr {
	background: transparent url(../images/box/corner_lgw_RO.jpg) no-repeat top right;
}
div.lgwbl {
	background: transparent url(../images/box/corner_lgw_LU.jpg) no-repeat bottom left;
}
div.lgwbr {
	background: transparent url(../images/box/corner_lgw_RU.jpg) no-repeat bottom right;
	padding: 1em 0.6em;
}


/* Uploadsteps specific */
div.uploadstep {
	margin-bottom: 1em;
}
div.uploadstep div.br {
	height: 4em;
}
