@charset "utf-8";
.buttons {
font-size:12px;
overflow:hidden;
}

.buttons button,.buttons .button {
border:1px solid #ccc;
border-radius:16px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
color:#444;
cursor:pointer;
display:block;
float:left;
font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-weight:700;
text-decoration:none;
text-shadow:0 -1px rgba(255,255, 255, .75);
text-transform:uppercase;
background-color:#fff;
background-image:url(../images/btn_services.png);
background-repeat:repeat-x;
background-position:center;
margin:0 10px 10px 0;
}

.buttons button {
padding:6px 10px;
}

.buttons .button {
padding:4px 10px;
}

.buttons button[type] {
line-height:16px;
}

.buttons button:hover,.buttons .button:hover {
background-color:#999;
border-color:#999;
}

.buttons button:active,.buttons .button:active {
background-color:#999;
color:#fff;
text-shadow:0 -1px rgba(0, 0, 0, .3);
margin-top:1px;
border-color:#999;
}

button::-moz-focus-inner {
border-color:transparent;
}

.buttons img {
vertical-align:middle;
width:16px;
height:16px;
margin:-3px 0 0 3px;
}

.buttons a.callback {
border-radius:16px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
color:#fff;
cursor:pointer;
display:block;
font-weight:700;
text-decoration:none;
text-shadow:0 -1px rgba(0, 0, 0, .25);
text-transform:uppercase;
background-color:transparent;
background-image:url(../images/btn_big.png);
background-repeat:repeat-x;
background-position:center center;
height:28px;
text-align:center;
line-height:28px;
}

.buttons a:hover.callback {
	background-color:rgba(255, 255, 255, .50);
	color:#02A951;
}

.buttons a:active.callback {
background-color:rgba(255, 255, 255, .50);
color:#09f;
margin-top: 1px;
}

.buttons .positive {
color:#666;
text-transform:none;
}

.buttons .positive:active {
background-color:#ccc;
border-color:#ccc;
}

.buttons .negative {
color:#f90;
}

.buttons .negative:active {
background-color:#f90;
border-color:#f90;
}

.big_button {
font-size:14px;
color:#fff;
}

.big_button a.button {
background-image:url(../images/btn_big.png);
background-repeat:repeat-x;
background-position:center center;
font-size:12px;
text-align:center;
color:#fff;
font-weight:700;
text-decoration:none;
border-radius:21px;
-moz-border-radius:21px;
-webkit-border-radius:21px;
padding:5px 0;
}