﻿/* Buttons (from http://www.wishingline.com/notebook/2006/05/slidingdoorsofcssbuttons/) */
a.button 
{
	background: Transparent url('/_img/but/but_left.png') no-repeat left top;
    color: #888888;
    font-size: 11px;
    display: -moz-inline-box;
    padding-left: 15px;
    margin: 0px;
    text-decoration: none;
    height: 18px;
}

a.button span 
{
	background: Transparent url('/_img/but/but_right.png') no-repeat right top;
    padding-right: 25px;
    height: 18px;
    line-height: 18px;
    white-space:nowrap;
    display: -moz-inline-box;
    color: #888888;
}

a.button:hover {
    background-position: left bottom;
    text-decoration: none;
}

a.button:hover span 
{
	color: #FFFFFF;
    background-position: right bottom;
}

.RadComboBox_Snowfriends .rcbInputCell .rcbInput
{
	padding-top: 1px !important;
}