﻿/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall2, .buttonsmall-ovr2
{
    /* background: url(../../images/background_button_small.gif) repeat-x; */
    border:thin 1px;
    color: black;
    height: 22px;
    font-weight: normal;
    font-size: 11px;
    /*padding-bottom: 9px;*/
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 130px;
	background-color: #DAE2EC;
}
.buttonsmall-ovr2
{
    /*text-decoration: underline;*/
    width: 130px;
    color: White;
    background-color: #384870;

    /* background: url(../../images/background_button_small-ovr.gif) repeat-x; */
}



