
.stdButton
{
float:left;
margin-left:4px;
}

.stdButton:hover
{
cursor:pointer;
}

.stdButton_l
{
width:3px;
height:17px;
float:left;
background: url(http://www.italiavacanze.it/imgs/buttons/button_r.gif) no-repeat; 
}

.stdButton_m
{
height:17px;
width:auto;
float:left;
background: url(http://www.italiavacanze.it/imgs/buttons/button_m.gif) repeat-x;
font: bold 10px Arial;
text-decoration: none;
color:#586b76;
padding:3px 5px 2px 5px;	
}

.stdButton_m a
{
text-decoration: none;
color:#586b76;
}

.stdButton_r
{
width:3px;
height:17px;
float:left;
background: url(http://www.italiavacanze.it/imgs/buttons/button_l.gif) no-repeat;
}


/* search button */


.searchButton
{
float:left;
margin-left:4px;
}

.searchButton_l
{
width:7px;
height:23px;
float:left;
background: url(http://www.italiavacanze.it/imgs/buttons/green_search_button/green_left.jpg) no-repeat;
}

.searchButton_m
{
height:23px;
width:auto;
float:left;
background: url(http://www.italiavacanze.it/imgs/buttons/green_search_button/green_middle.jpg) repeat-x;
text-decoration: none;
padding:3px 5px 2px 5px;
font-family: Arial;
font-size: 14px;	
}

.searchButton_m
{
text-decoration: none;
color:white;
}

.searchButton_r
{
width:7px;
height:23px;
float:left;
background: url(http://www.italiavacanze.it/imgs/buttons/green_search_button/green_right.jpg) no-repeat;
}

/* search button end */
