}
.yapimci {
padding:6px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 8px #000000;
-webkit-box-shadow: 0px 0px 8px #000000;
box-shadow: 0px 0px 8px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffc4bf', endColorstr = '#ffe4d9');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffc4bf', endColorstr = '#ffe4d9')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffc4bf, #ffe4d9);
background-image: -ms-linear-gradient(top, #ffc4bf, #ffe4d9);
background-image: -o-linear-gradient(top, #ffc4bf, #ffe4d9);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffc4bf), to(#ffe4d9));
background-image: -webkit-linear-gradient(top, #ffc4bf, #ffe4d9);
background-image: linear-gradient(top, #ffc4bf, #ffe4d9);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
.buton {
padding:2px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c4fdff', endColorstr = '#91b5ff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c4fdff', endColorstr = '#91b5ff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #c4fdff, #91b5ff);
background-image: -ms-linear-gradient(top, #c4fdff, #91b5ff);
background-image: -o-linear-gradient(top, #c4fdff, #91b5ff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#c4fdff), to(#91b5ff));
background-image: -webkit-linear-gradient(top, #c4fdff, #91b5ff);
background-image: linear-gradient(top, #c4fdff, #91b5ff);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
.buton:hover {
padding:2px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 4px #000000;
-webkit-box-shadow: 0px 0px 4px #000000;
box-shadow: 0px 0px 4px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d1fff3', endColorstr = '#adc8ff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d1fff3', endColorstr = '#adc8ff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #d1fff3, #adc8ff);
background-image: -ms-linear-gradient(top, #d1fff3, #adc8ff);
background-image: -o-linear-gradient(top, #d1fff3, #adc8ff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#d1fff3), to(#adc8ff));
background-image: -webkit-linear-gradient(top, #d1fff3, #adc8ff);
background-image: linear-gradient(top, #d1fff3, #adc8ff);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
.yapimci {
padding:6px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 8px #000000;
-webkit-box-shadow: 0px 0px 8px #000000;
box-shadow: 0px 0px 8px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffc4bf', endColorstr = '#ffe4d9');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffc4bf', endColorstr = '#ffe4d9')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffc4bf, #ffe4d9);
background-image: -ms-linear-gradient(top, #ffc4bf, #ffe4d9);
background-image: -o-linear-gradient(top, #ffc4bf, #ffe4d9);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffc4bf), to(#ffe4d9));
background-image: -webkit-linear-gradient(top, #ffc4bf, #ffe4d9);
background-image: linear-gradient(top, #ffc4bf, #ffe4d9);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
.buton {
padding:2px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c4fdff', endColorstr = '#91b5ff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c4fdff', endColorstr = '#91b5ff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #c4fdff, #91b5ff);
background-image: -ms-linear-gradient(top, #c4fdff, #91b5ff);
background-image: -o-linear-gradient(top, #c4fdff, #91b5ff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#c4fdff), to(#91b5ff));
background-image: -webkit-linear-gradient(top, #c4fdff, #91b5ff);
background-image: linear-gradient(top, #c4fdff, #91b5ff);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
.buton:hover {
padding:2px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 4px #000000;
-webkit-box-shadow: 0px 0px 4px #000000;
box-shadow: 0px 0px 4px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d1fff3', endColorstr = '#adc8ff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d1fff3', endColorstr = '#adc8ff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #d1fff3, #adc8ff);
background-image: -ms-linear-gradient(top, #d1fff3, #adc8ff);
background-image: -o-linear-gradient(top, #d1fff3, #adc8ff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#d1fff3), to(#adc8ff));
background-image: -webkit-linear-gradient(top, #d1fff3, #adc8ff);
background-image: linear-gradient(top, #d1fff3, #adc8ff);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/