/* (c) 2010 - Jean Luc BIELLMANN */

.boxradiustop10 {
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
}

.boxradiusbottom10 {
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}

.boxradiusmain {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

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

.boxradius10 {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.shadow2 {
	box-shadow: 2px 2px 5px rgb(120,120,120);
	-moz-box-shadow: 2px 2px 5px rgb(120,120,120);
	-webkit-box-shadow: 2px 2px 5px rgb(120,120,120);
}

.shadow10 {
	box-shadow: 0 0 10px rgb(120,120,120);
	-moz-box-shadow: 0 0 10px rgb(120,120,120);
	-webkit-box-shadow: 0 0 10px rgb(120,120,120);
}

