a.button
{
  display: block;
  line-height: 10px;
  padding-left: 10px;
  height: 22px;
  padding-top: 5px;
}

div.actions
{
  white-space: nowrap;
}
/*
div.button {
    height:24px;
    background:url(../images/button_right.png) right no-repeat;
    cursor:pointer !important;

    
}

div.button_arrow {
    height:24px;
    background:url(../images/button_right_arrow.png) right no-repeat;
    cursor:pointer !important;
    padding-right: 27px;
}

div.button_center{
    height:24px;
    background:url(../images/button_left.png) left  no-repeat;
    
    text-align: center;
    
    padding: 0 10px;
}

div.button_center input {
    height:24px;
    color:#444;
    border:none;
    background: none;
    overflow:visible;
    display:block;
    margin:0px;
    padding:2px 4px 2px 4px;
    cursor:pointer !important;
}

div.button_center a {
    text-decoration:none;
    height:24px;
    color:#444;
    border:none;
    overflow:visible;
    display:block;

    padding:4px 0px 5px 0px;
    cursor:pointer !important;
}

div.bold, div.bold input{
    font-weight: bold;
    padding-right: 12px;
}
*/
.left
{
    float:left;
}

.right
{
    float:right;
}

