/* CSS Document */
h3{
line-height:12px;
}

/* --------------------------- JS BOX ------------------------------
topLeft
topGrad
topRight
midLeft
midGrad
midRight
bottomLeft
bottomGrad
bottomRight
*/
.helpBox{
	width:160px;
	color:white;	
}
.helpBox .topLeft,.helpBox .topGrad,.helpBox .topRight,.helpBox .bottomLeft,.helpBox .bottomGrad,.helpBox .bottomRight{
	background-repeat:no-repeat;
}
.helpBox .topLeft,.helpBox .topGrad,.helpBox .topRight{	/* top row */
	height:46px;
}
.helpBox .bottomLeft,.helpBox .bottomGrad,.helpBox .bottomRight{ /* Bottom row */
	height:21px;
}
.helpBox .topLeft,.helpBox .midLeft,.helpBox .bottomLeft{ /* Left Column */
	width:22px;
}
.helpBox .topRight,.helpBox .midRight,.helpBox .bottomRight{ /* Right Column */
	width:11px;
}
.helpBox .topGrad,.helpBox .midGrad,.helpBox .bottomGrad{ /* Middle Column */
	width:132px;
}

.helpBox .topLeft{
	background-image:url(http://www.andre-chevalley.com/images/box/topLeft.jpg);
}
.helpBox .topGrad{
	background-image:url(http://www.andre-chevalley.com/images/box/topGrad.jpg);
	font-weight:bold;
	color:white;
	font-size:11px;
}
.helpBox .topRight{
	background-image:url(http://www.andre-chevalley.com/images/box/topRight.jpg);
}

.helpBox .midLeft{
	background-image:url(http://www.andre-chevalley.com/images/box/midLeft.jpg);
}
.helpBox .midGrad{
	background-image:url(http://www.andre-chevalley.com/images/box/midGrad.jpg);
	background-repeat:no-repeat;
	background-color:#CE0611;
	color:white;
	font-size:10px;
}
.helpBox .midRight{
	background-image:url(http://www.andre-chevalley.com/images/box/midRight.jpg);
}

.helpBox .bottomLeft{
	background-image:url(http://www.andre-chevalley.com/images/box/bottomLeft.jpg);
}
.helpBox .bottomGrad{
	background-image:url(http://www.andre-chevalley.com/images/box/bottomGrad.jpg);
}
.helpBox .bottomRight{
	background-image:url(http://www.andre-chevalley.com/images/box/bottomRight.jpg);
}






















