@CHARSET "UTF-8";



button {
    display:block;
    float:left;
    margin: 0 0 0 10px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
	height: 18px;

    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

/* -- Firefox & Safari -- */
button[type] {
    padding:0 10px 1px 7px;
    line-height: 17px;
}

*:first-child+html button[type] {
    padding: 0 10px 0 7px;
}


