.button_c,.btn 
{	
  	height:21px;
	+height: 23px;
	font-family:Verdana;
	background:url(../images/button_01.gif) repeat-x;
	+background:#7cadcf url(../images/button_01.gif) repeat-x;
	color: #016bb2;
	border:1px solid #7cadcf;
	+border: 1px solid #fff;
	cursor:hand;
}
.button_c:hover,.btn:hover
{	
	background-color:#315d9e;
}

.btn_delete
{   
	width:20px;
	height:20px;
	border:0px;
	background: url(../images/button_delete.gif) 0 0 no-repeat; 
}

.r_style input
{
    display: none;
}
.r_style label{

    border: 1px solid #adadad;
    padding: 2px 5px 2px 5px;
    line-height: 16px;
    text-align: center;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 2px;
    cursor: pointer;
    caret-color: transparent;
}
.r_style label:hover
{
    background-color: rgb(188, 224, 241);
}
.r_style input:checked+label
{
    color: #000000;
    background: linear-gradient(rgb(188, 224, 241), #9fd4f0);
    border: 1px solid rgb(49, 113, 174);
}

.toggle-button-none{ display: none; }
.switch-label
{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 15px;
    background-color: #ccc;
    box-shadow: #ccc 0px 0px 0px 2px;
    border-radius: 1%;
    overflow: hidden;
    cursor: pointer;
}
.switch-square
{
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 1%;
    background-color: #F5F8F0;
}
.switch-label .switch-text 
{
    line-height: 15px;
    vertical-align: 4px;
    font-size: 12px;
    text-shadow: 0 0 2px #F5F8F0;
}

.switch-on { color: #fff; display: none; text-indent: 2px;}
.switch-off { color: #fff; display: inline-block; text-indent: 16px;}
.switch-label .switch-square
{
    left: 0;
    transition: all 0.3s;
}
.toggle-button-none:checked + label.switch-label .switch-square
{
    left: 25px;
}
.toggle-button-none:checked + label.switch-label .switch-on{ display: inline-block; }
.toggle-button-none:checked + label.switch-label .switch-off{ display: none; }
.toggle-button-none:checked + label.switch-label
{
    background-color: #3171ae;
}
