.qbtn
{
border:#e5e5e5 1px solid;
padding:6px 8px;
background:#eee;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f8f8f8');
background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f8f8f8));
background:-moz-linear-gradient(top,#ffffff,#f8f8f8);
cursor:pointer;
color:black;
float:right;
margin-left:5px;
font-weight:normal;
}
.nbtn
{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fafafa');
background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#fafafa));
background:-moz-linear-gradient(top,#ffffff,#fafafa);
}
.btn_sel
{
border:#999 1px solid;
padding:6px 8px;
background:#eee;
background:url(../images/btn_sel_bk.png) no-repeat 0px 0px;
cursor:pointer;
color:#ffffff;
float:left;
font-weight:normal;
}
.fbtn
{
border:#e5e5e5 1px solid;
padding:6px 8px;
background:#eee;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f8f8f8');
background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f8f8f8));
background:-moz-linear-gradient(top,#ffffff,#f8f8f8);
cursor:pointer;
color:black;
font-weight:normal;
}
.lbtn
{
border:#e5e5e5 1px solid;
padding:5px 8px;
background:#eee;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f8f8f8');
background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f8f8f8));
background:-moz-linear-gradient(top,#ffffff,#f8f8f8);
cursor:pointer;
color:black;
float:left;
margin-right:5px;
font-weight:normal;
}
.btn_sort
{
border:#1a7d9d 1px solid;
padding:5px 8px;
background:#eee;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#71cbe9');
background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#71cbe9));
background:-moz-linear-gradient(top,#ffffff,#71cbe9);
cursor:pointer;
color:#1a7d9d;
float:left;
font-weight:normal;
}
.sqbtn
{
border:#e5e5e5 1px solid;
padding:5px 8px;
background:#eee;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f8f8f8');
background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f8f8f8));
background:-moz-linear-gradient(top,#ffffff,#f8f8f8);
cursor:pointer;
color:black;
float:right;
margin-left:5px;
font-weight:normal;
}
.slbtn
{
border:#e5e5e5 1px solid;
padding:5px 8px;
background:#eee;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f8f8f8');
background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f8f8f8));
background:-moz-linear-gradient(top,#ffffff,#f8f8f8);
cursor:pointer;
color:black;
float:left;
margin-right:5px;
font-weight:normal;
}

.rad_buttons{float:left;width:100%}
.rad_buttons a
{
cursor:pointer;
float:left;
width:20px;
height:20px;
padding:5px;
text-align:center;
margin-right:5px;

filter:alpha(Opacity=75);
-moz-opacity:0.75;
opacity:0.75;

-moz-border-radius:15px;
border-radius:15px;

background:url(../match/images/list_item.png) no-repeat -120px 0px;
}
.rad_buttons a:hover
{
background:url(../match/images/list_item.png) no-repeat -30px 0px;
}

.rad_buttons_big{float:left;width:100%}
.rad_buttons_big a
{
background:url(./match/images/list_item.png) no-repeat -90px 0px;
cursor:pointer;
float:left;
width:20px;
height:20px;
padding:8px;
background-color:#eee;
text-align:center;
filter:alpha(Opacity=75);
-moz-opacity:0.75;
opacity:0.75;
margin-right:5px;

-moz-border-radius:25px;
border-radius:25px;
}
.rad_buttons_big a:hover
{
background-color:#ec38a1;
}