﻿/*------------button classic ---------------*/
.button_classic_left
{
	width:10px;
	height:20px;
	background: url(images/button_left.gif) no-repeat top left;
}

.button_classic_right
{
	width:10px;
	height:20px;
	background: url(images/button_right.gif) no-repeat top left;
}

.button_classic_middle
{
	height:20px;
	background: url(images/button_middle.gif) repeat-x top left;
}


/*------------button preferiti ---------------*/
.button_preferiti 
{
	width: 168px;
	height: 48px;
}

.button_preferiti a 
{
	display: block;
	width: 168px;
	height: 48px;
	background: url(images/imm_preferiti.gif) no-repeat top left;
}

.button_preferiti a:hover 
{
	background: url(images/imm_preferiti.gif) no-repeat top left;
}

/*------------button richiesta ---------------*/
.button_richiesta 
{
	width: 168px;
	height: 50px;
}

.button_richiesta a 
{
	display: block;
	width: 168px;
	height: 50px;
	background: url(images/imm_richiesta.gif) no-repeat top left;
}

.button_richiesta a:hover 
{
	background: url(images/imm_richiesta.gif) no-repeat top left;
}

/*------------button go2result ---------------*/
.button_go2result
{
	width: 50px;
	height: 35px;
}

.button_go2result a 
{
	display: block;
	width: 50px;
	height: 35px;
	background: url(images/go2result.gif) no-repeat top left;
}

.button_go2result a:hover 
{
	background: url(images/go2result.gif) no-repeat top left;
}

/*------------button go2search ---------------*/
.button_go2search
{
	width: 16px;
	height: 16px;
}

.button_go2search a 
{
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/go2search.gif) no-repeat top left;
}

.button_go2search a:hover 
{
	background: url(images/go2search.gif) no-repeat top left;
}

.testo_giustificato
{
    text-align:right;
}

/*------------button aggiungiloc ---------------*/
.button_aggiungiloc 
{
	width: 16px;
	height: 16px;
}

.button_aggiungiloc a 
{
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/world_add.gif) no-repeat top left;
}

.button_aggiungiloc a:hover 
{
	background: url(images/world_add.gif) no-repeat top left;
}

/*------------button insrichiesta ---------------*/
.button_insrichiesta 
{
	width: 16px;
	height: 16px;
}

.button_insrichiesta a 
{
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/pencil_add.gif) no-repeat top left;
}

.button_insrichiesta a:hover 
{
	background: url(images/pencil_add.gif) no-repeat top left;
}

/*------------button invia ---------------*/
.button_invia 
{
	width: 40px;
	height: 20px;
}

.button_invia a 
{
	display: block;
	width: 40px;
	height: 20px;
	background: url(images/btn_invia.jpg) no-repeat top left;
}

.button_invia a:hover 
{
	background: url(images/btn_invia.jpg) no-repeat top left;
}

/*bottone cerca*/
.btn_base_left
{
	width:14px;
	height:22px;
	background: url(images/btn_base_left.jpg) no-repeat top left;
}

.btn_base_middle
{
	height:22px;
	background: url(images/btn_base_middle.jpg) repeat-x top left;
}

.btn_base_right
{
	width:14px;
	height:22px;
	background: url(images/btn_base_right.jpg) no-repeat top left;
}
