.button-container { /* generic container (i.e. div) for the left-floating buttons */
    overflow: hidden;
    width: 100%;
    padding:5px;
}
a.button-small {
    background: url('/images/buttons/attorneys/btn.gif') repeat-x;
    background-color:transparent;
    width: 80px;
    height: 28px;
    text-align: center;
    font-family: Trebuchet MS, Arial, Verdana, sans-serif;
    font-size: 100%;
    margin:5px;
	padding-top:1px;
    color:white;
    font-weight: bold;
    text-decoration: none;
    display:block;
    cursor:pointer;
    float: left;
}
a.button-small:active {
    background: url('/images/buttons/attorneys/btn_down.gif') repeat-x;
}
a.button-small div {
    padding: 5px 1px 0px 0px;
    color:white;
    font-size:12px;
}
a.button-small:active div {
    padding: 6px 0px 0px 0px;
}
/* IE css asterisk layout hacks, to differentiate between Mozilla Ffx and IE */
*html a.button-small {
    padding: 6px 1px 0px 0px;
}
*html a.button-small div {
    padding: 0px 0px 0px 0px;
    cursor:pointer;
}
*html a.button-small:active {
    background: url('/images/buttons/attorneys/btn_down.gif') repeat-x;
    padding: 5px 0px 0px 0px;
}
*html a.button-small:active div {
    padding: 0px 0px 0px 0px;
}

a.button-medium {
    background: url('/images/buttons/attorneys/btn_med.gif') repeat-x;
    background-color:transparent;
    width: 150px;
    height: 28px;
    text-align: center;
    font-family: Trebuchet MS, Arial, Verdana, sans-serif;
    font-size: 100%;
    margin:5px;
	padding-top:1px;
    color:white;
    font-weight: bold;
    text-decoration: none;
    display:block;
    cursor:pointer;
    float: left;
}
a.button-medium:active {
    background: url('/images/buttons/attorneys/btn_med_down.gif') repeat-x;
}
a.button-medium div {
    padding: 5px 1px 0px 0px;
    color:white; 
    font-size:12px;
}
a.button-medium:active div {
    padding: 6px 0px 0px 0px;
}
/* IE css asterisk layout hacks, to differentiate between Mozilla Ffx and IE */
*html a.button-medium {
    padding: 6px 1px 0px 0px;
}
*html a.button-medium div {
    padding: 0px 0px 0px 0px;
    cursor:pointer;
}
*html a.button-medium:active {
    background: url('/images/buttons/attorneys/btn_med_down.gif') repeat-x;
    padding: 5px 0px 0px 0px;
}
*html a.button-medium:active div {
    padding: 0px 0px 0px 0px;
}

a.button-large {
    background: url('/images/buttons/attorneys/btn_large.gif') repeat-x;
    background-color:transparent;
    width: 250px;
    height: 28px;
    text-align: center;
    font-family: Trebuchet MS, Arial, Verdana, sans-serif;
    font-size: 100%;
    margin:5px;
	padding-top:1px;
    color:white;
    font-weight: bold;
    text-decoration: none;
    display:block;
    cursor:pointer;
    float: left;
}
a.button-large:active {
    background: url('/images/buttons/attorneys/btn_large_down.gif') repeat-x;
}
a.button-large:hover, a.button-large:link {
    background: url('/images/buttons/attorneys/btn_large.gif') repeat-x;
}
a.button-large div {
    padding: 5px 1px 0px 0px;
    color:white;
    font-size:12px;
}
a.button-large:active div {
    padding: 6px 0px 0px 0px;
}
/* IE css asterisk layout hacks, to differentiate between Mozilla Ffx and IE */
*html a.button-large {
    padding: 6px 1px 0px 0px;
}
*html a.button-large div {
    padding: 0px 0px 0px 0px;
    cursor:pointer;
}
*html a.button-large:active {
    background: url('/images/buttons/attorneys/btn_large_down.gif') repeat-x;
    padding: 5px 0px 0px 0px;
}
*html a.button-large:active div {
    padding: 0px 0px 0px 0px;
}
a.button-gray-small {
    background: url('/images/buttons/attorneys/btn_gray.gif') repeat-x;
    background-color:transparent;
    width: 80px;
    height: 28px;
    text-align: center;
    font-family: Trebuchet MS, Arial, Verdana, sans-serif;
    font-size: 100%;
    margin:5px;
	padding-top:1px;
    color:white;
    font-weight: bold;
    text-decoration: none;
    display:block;
    cursor:pointer;
    float: left;
}
a.button-gray-small:active {
    background: url('/images/buttons/attorneys/btn_gray_down.gif') repeat-x;
}
a.button-gray-small div {
    padding: 5px 1px 0px 0px;
    color:white;
    font-size:12px;
}
a.button-gray-small:active div {
    padding: 6px 0px 0px 0px;
}
/* IE css asterisk layout hacks, to differentiate between Mozilla Ffx and IE */
*html a.button-gray-small {
    padding: 6px 1px 0px 0px;
}
*html a.button-gray-small div {
    padding: 0px 0px 0px 0px;
    cursor:pointer;
}
*html a.button-gray-small:active {
    background: url('/images/buttons/attorneys/btn_gray_down.gif') repeat-x;
    padding: 5px 0px 0px 0px;
}
*html a.button-gray-small:active div {
    padding: 0px 0px 0px 0px;
}

a.button-gray-medium {
    background: url('/images/buttons/attorneys/btn_gray_med.gif') repeat-x;
    background-color:transparent;
    width: 150px;
    height: 28px;
    text-align: center;
    font-family: Trebuchet MS, Arial, Verdana, sans-serif;
    font-size: 100%;
    margin:5px;
	padding-top:1px;
    color:white;
    font-weight: bold;
    text-decoration: none;
    display:block;
    cursor:pointer;
    float: left;
}
a.button-gray-medium:active {
    background: url('/images/buttons/attorneys/btn_gray_med_down.gif') repeat-x;
}
a.button-gray-medium div {
    padding: 5px 1px 0px 0px;
    color:white; 
    font-size:12px;
}
a.button-gray-medium:active div {
    padding: 6px 0px 0px 0px;
}
/* IE css asterisk layout hacks, to differentiate between Mozilla Ffx and IE */
*html a.button-gray-medium {
    padding: 6px 1px 0px 0px;
}
*html a.button-gray-medium div {
    padding: 0px 0px 0px 0px;
    cursor:pointer;
}
*html a.button-gray-medium:active {
    background: url('/images/buttons/attorneys/btn_gray_med_down.gif') repeat-x;
    padding: 5px 0px 0px 0px;
}
*html a.button-gray-medium:active div {
    padding: 0px 0px 0px 0px;
}

a.button-gray-large {
    background: url('/images/buttons/attorneys/btn_gray_large.gif') repeat-x;
    background-color:transparent;
    width: 250px;
    height: 28px;
    text-align: center;
    font-family: Trebuchet MS, Arial, Verdana, sans-serif;
    font-size: 100%;
    margin:5px;
	padding-top:1px;
    color:white;
    font-weight: bold;
    text-decoration: none;
    display:block;
    cursor:pointer;
    float: left;
}
a.button-gray-large:active {
    background: url('/images/buttons/attorneys/btn_gray_large_down.gif') repeat-x;
}
a.button-gray-large:hover, a.button-gray-large:link {
    background: url('/images/buttons/attorneys/btn_gray_large.gif') repeat-x;
}
a.button-gray-large div {
    padding: 5px 1px 0px 0px;
    color:white;
    font-size:12px;
}
a.button-gray-large:active div {
    padding: 6px 0px 0px 0px;
}
/* IE css asterisk layout hacks, to differentiate between Mozilla Ffx and IE */
*html a.button-gray-large {
    padding: 6px 1px 0px 0px;
}
*html a.button-gray-large div {
    padding: 0px 0px 0px 0px;
    cursor:pointer;
}
*html a.button-gray-large:active {
    background: url('/images/buttons/attorneys/btn_gray_large_down.gif') repeat-x;
    padding: 5px 0px 0px 0px;
}
*html a.button-gray-large:active div {
    padding: 0px 0px 0px 0px;
}

