.buttons_group{
    margin:10px 0 20px 0;
    clear: both;
}
a.k_but, a.k_but:link, a.k_but:visited, a.k_but:active{
    color: #fff;
    text-decoration: none;
}
a.k_but{
	padding:6px 20px 7px 36px;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	background-repeat:no-repeat;
	background-position:0px center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
}
a.k_but_small{
	padding:7px 20px 7px 26px;
	color:#236497;
	text-decoration:none;
	font-size:13px;	
  /*box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);*/
	margin:0 10px 10px 0;
	float:left;
        background-repeat:no-repeat;
	background-position:5px center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
	border-radius: 3px;
}
.b_yellow{
	background-color:#6b6;
}
.b_red{
	background-color:#d33;
}
.b_blue{
	background-color:#59d;
}
.b_gray{
	background-color:rgba(0, 0, 0, 0.15);
}
.b_new{
	background-image:url(../images/icon/new.png);
}
.b_back{
	background-image:url(../images/icon/back.png);
}
.b_save{
	background-image:url(../images/icon/save.png);
}
.s_phone{
	background-image:url(../images/icon/phone16x16.png);
}
.s_address{
	background-image:url(../images/icon/address16x16.png);
}
.s_document{
	background-image:url(../images/icon/document16x16.png);
}

a.kayit_ol{
    padding:6px 40px;
    color:#fff;
    background:#7ba73c ;
    text-decoration:none;
    font-size:19px;
    background-repeat:no-repeat;
    background-position:0px center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    clear: both;    
}
a.kayit_ol, a.kayit_ol:link, a.kayit_ol:visited, a.kayit_ol:active{
    color: #fff;
    text-decoration: none;
}
.kayit_bitti{
    width:300px;
    padding:6px 40px;
    color:#fff;
    background:#ccc ;
    text-align: center;
    text-decoration:none;
    font-size:19px;
    background-repeat:no-repeat;
    background-position:0px center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    clear: both;    
}
a.etkinlige_don{
    border: none;
    padding:5px;
    background: #4E99C7 !important;
    color:#fff !important;
    width: 200px !important; 
}