.ButtonFunctions
{
    width: 156px;
    height: 24px;
    background: url(Images/SfBttFuctions.png) repeat-x;
    border: 1px solid #EEC151;
    cursor: pointer;
    color:#333;
    padding:2px 20px 1px 20px;
    font: 400 12px 'Gudea', sans-serif;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
}

.ButtonFunctions:hover
{
    width: 156px;
    height: 24px;
    background: url(Images/SfBttFuctionsHover.png) repeat-x;
    border: 1px solid #EEC151;
    cursor: pointer;
    color:#333;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
}
.ButtonLink
{

    color:#ED5D3B;
    text-decoration:underline;
    background: transparent;
    border: 0px;
    cursor: pointer;
}

.ButtonLink:hover
{
    color:#333;
    text-decoration:underline;
}

.ButtonCart
{
    width: 233px;
    height: 55px;
    padding:0 0 0 50px;    
    text-align:left;
    background: url(Images/BttOrderCart.png) repeat-x;
    border: 0;
    cursor: pointer;
    color:#333;
}

.ButtonCart:hover
{
    width: 233px;
    height: 55px;
    padding:0 0 0 50px;
    text-align:left;    
    background: url(Images/BttOrderCartHover.png) repeat-x;
    border: 0;
    cursor: pointer;
    color:#333;
    
}
.ButtonCartDisable
{
    width: 233px;
    height: 55px;
    padding:0 0 0 50px;    
    text-align:left;
    background: url(Images/BttOrderCartDisable.png) repeat-x;
    border: 0;
    cursor:no-drop;
    color:#333;
}
.ButtonCartComplete
{
    width: 350px;
    height: 55px;
    padding:0 0 0 20px;    
    text-align:left;
    background: url(Images/BttOrderCartControl.png) repeat-x;
    border: 0;
    cursor: pointer;
    letter-spacing:-0.5px;
    color:#333;
}

.ButtonCartComplete:hover
{
    width: 350px;
    height: 55px;
    padding:0 0 0 20px;
    text-align:left;    
    background: url(Images/BttOrderCartControlHover.png) repeat-x;
    border: 0;
    cursor: pointer;
    color:#333;
    
}

/*/////////////////// INPUT //////////////////*/


.InputDefault
{
    width:100%;
    border: 1px solid #B4B4B4;
    padding:5px;
    height:30px;
    font: 400 16px 'Gudea', sans-serif;
    color:#999999;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*/////////////////// TEXT AREA //////////////////*/
.TextareaDefault
{
    width:96%;
    border: 1px solid #B4B4B4;
    padding:5px;
    font: 400 18px 'Gudea', sans-serif;
    color:#999999;
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

