﻿.btn-txt,
.btn-ico {
    float: left;
    font-size: 11px;
    line-height: 24px;
    padding: 0px 5px 0px 24px;
    background-repeat: no-repeat;
    background-position: 4px center;
    text-decoration: none;
    background-color: #fff3c1;
    color: #333;
    margin-right: 2px;
    border: 1px solid #999;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.btn-ico {
    margin-right: 2px;
    padding-left: 20px;
    background-position: center center;
}

    .btn-txt.right,
    .btn-ico.right {
        float: right;
    }

    .btn-txt:hover,
    .btn-ico:hover {
        background-color: #fffce5;
        border: 1px solid #b59e79;
        -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    }

    .btn-img
{
	float:left;
	display:block;
	width:20px;
	height:16px;
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
}
    .btn-component
{
	position:absolute;
    z-index:900;
	display:block;
	width:20px;
	height:16px;
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
    margin-top:5px;
    margin-left:5px;
}