.button a {
	height: 21px;
	text-indent: -999px;
	float:right;
	background-repeat: no-repeat;
	background-position: 0px top;	
	background-color: black; 
	margin-left: 10px;
	text-align:left;
}

.leftButton a {
	height: 21px;
	width: 57px;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: 0px top;	
	background-color: black; 
	margin-left: 10px;
	text-align:left;
}

.centerButton a {
	height: 21px;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: 0px top;	
	background-color: black; 
	margin-left: 10px;
	text-align:left;
}

.centerButton a:hover {
	background-position: 0px bottom;
	}

.button a:hover {
	background-position: 0px bottom;
	}
.button_next {
	background-color: black; 
	background-image: url(../fra/images/buttons/next.gif);
	width: 57px;
}
.button_save {
	background-image: url(../fra/images/buttons/save.gif);
	position:relative;
	top:0px;
    width: 80px;
}
.button_print {
	background-image: url(../fra/images/buttons/print.gif);
	width: 60px;
}

.button_summary {
	background-image: url(../fra/images/buttons/summary.gif);
	width: 99px;
}

.button_done {
	background-image: url(../fra/images/buttons/done.gif);
    width: 57px;
}

.button_tools {
	background-image: url(../fra/images/buttons/tools.gif);
	width: 57px;
}

.button_send  
{
    float:left;
	background-image: url(../fra/images/buttons/send.gif);
	width: 60px;
}

.button_calculate  
{
	background-image: url(../images/buttons/calculate.gif);
	width: 60px;
}

.button_template
{
    background-image: url(../fra/images/buttons/Templates.gif);
	width: 60px;
}

.button_cancel
{
    background-image: url(../fra/images/buttons/cance.gif);
	width: 57px;
	float:left;
}

.button_ok
{
    background-image: url(../fra/images/buttons/ok.gif);
	width: 57px;
	float:left;
}

.button_back
{
    background-image: url(../fra/images/buttons/back.gif);
	width: 60px;
}

.tutbutton_back
{
    background-image: url(../fra/images/buttons/tutback.gif);
	width: 84px;
	height:21px;
}

.tutbutton_next
{
    background-image: url(../fra/images/buttons/tutnext.gif);
	width: 57px;
	height:21px;
}

.xhtmlbutton_back
{
    background-image: url(../fra/images/buttons/xhtmlBack.gif);
	width: 146px;
	height:21px;
}

#button_calculate a,
#button_calculate2 a,
#button_calculate3 a {
	background-image: url(../fra/images/buttons/calculate.gif);
	width: 60px;
}

.buttonrollover {
    display:block;
    display:none;
    position:absolute;
    top:-6.25em;
    height:7em;
    left:-310px;
    width:356px;
    background: url(../images/botton_rollover_bg.gif) center bottom no-repeat;
    text-align:center;
    float:right;

}
.button_rollover_container {
    position:relative;
    display:block;
    float:right;
    width:57px;
}
.button_rollover_inner {
    padding:5px; 
    background: url(../images/button_rollover_top.gif) center top no-repeat;
    font-style:italic;
    line-height:1.6em;
    font-size:12px;
    color:#FFFFFF;

    }