/* (c) Jean Luc Biellmann - Groupe Ressources - 2009  */

div.jumpbox {
	float:left;
	width:120px;
	margin-right:5px;
	margin-top:5px;
	opacity:0.5;
}

div.jumpbox p {
	top:0;
	height:20px;
	margin:0;
	padding:5px;
	text-align:center;
	background:rgb(255, 150, 0);
	border:1px solid rgb(255, 150, 0);
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	font-size:16px;
	color:white;
}

div.jumpbox div {
	top:30px;
	bottom:0;
	height:200px;
	padding:5px;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border:1px solid rgb(255, 150, 0);	
}


