/* ---------------------------------
	COMMON BOX ITEMS
--------------------------------- */


/* grey box */

div.boxgrey {
	margin: 0px;
	background: #ededed;
}
div.boxgrey div.content {
	padding: 0px 5px 0px 5px;
}
div.content p {
	margin:0px;
	padding:2px 0px 3px 0px;
}
div.boxgrey div.top-left {
	width: 100%;
	height: 4px;
	background: #ededed url(/img/boxes/greybox-cnr-tl.gif) left top no-repeat;
}
div.boxgrey div.top-right {
	float: right;
	width: 4px;
	height: 4px;
	background: #ededed url(/img/boxes/greybox-cnr-tr.gif) right top no-repeat;
}
div.boxgrey div.bottom-left {
	width: 100%;
	height: 4px;
	background: #ededed url(/img/boxes/greybox-cnr-bl.gif) left bottom no-repeat;
}
div.boxgrey div.bottom-right {
	float: right;
	width: 4px;
	height: 4px;
	background: #ededed url(/img/boxes/greybox-cnr-br.gif) right bottom no-repeat;
}


/* white box on grey */

div.boxwhiteongrey {
	margin: 0px;
	background: #fff;
}
div.boxwhiteongrey div.content {
	padding: 0px 5px 0px 5px;
}
div.content p {
	margin:0px;
	padding:2px 0px 3px 0px;
}
div.boxwhiteongrey div.top-left {
	width: 100%;
	height: 4px;
	background: #fff url(/img/boxes/whiteboxongrey-cnr-tl.gif) left top no-repeat;
}
div.boxwhiteongrey div.top-right {
	float: right;
	width: 4px;
	height: 4px;
	background: #fff url(/img/boxes/whiteboxongrey-cnr-tr.gif) right top no-repeat;
}
div.boxwhiteongrey div.bottom-left {
	width: 100%;
	height: 4px;
	background: #fff url(/img/boxes/whiteboxongrey-cnr-bl.gif) left bottom no-repeat;
}
div.boxwhiteongrey div.bottom-right {
	float: right;
	width: 4px;
	height: 4px;
	background: #fff url(/img/boxes/whiteboxongrey-cnr-br.gif) right bottom no-repeat;
}


/* white box on grey stripes */

div.boxwhiteongreystripes {
	margin: 0px;
	background: #fff;
}
div.boxwhiteongreystripes div.content {
	padding: 0px 5px 0px 5px;
}
div.content p {
	margin:0px;
	padding:2px 0px 3px 0px;
}
div.boxwhiteongreystripes div.top-left {
	width: 100%;
	height: 4px;
	background: #fff url(/img/boxes/whiteboxgreystripe-cnr-tl.gif) left top no-repeat;
}
div.boxwhiteongreystripes div.top-right {
	float: right;
	width: 4px;
	height: 4px;
	background: #fff url(/img/boxes/whiteboxgreystripe-cnr-tr.gif) right top no-repeat;
}
div.boxwhiteongreystripes div.bottom-left {
	width: 100%;
	height: 4px;
	background: #fff url(/img/boxes/whiteboxgreystripe-cnr-bl.gif) left bottom no-repeat;
}
div.boxwhiteongreystripes div.bottom-right {
	float: right;
	width: 4px;
	height: 4px;
	background: #fff url(/img/boxes/whiteboxgreystripe-cnr-br.gif) right bottom no-repeat;
}