@charset "windows-874";

.buttonskype {
	margin:5px;
    padding: 4px 10px 3px 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-repeat: repeat-x;
	background:#fff;
    font-size: 13px;
    text-decoration: none;
    height: 18px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.buttonskype:hover {
	text-decoration:none;
}

.buttonskype img {
    position: absolute;
    top: -3px;
    left: -12px;
    border: none;
}

.ok-button:link, .ok-button:visited  {
    border: solid 1px #8AB134;
    color: #40740D;
}
.ok-button:hover, .ok-button:active {
    color: #8AB134;
}

.cancel-button:visited, .cancel-button:link {
    border: solid 1px #F00;
    color: #900;
}
.cancel-button:hover, .cancel-button:active {
    color: #F00;
}

.back-button:link, .back-button:visited  {
    border: solid 1px #960;
    color: #960;
}
.back-button:hover, .back-button:active {
    color: #F60;
}

.other-button:link, .other-button:visited {
    border: solid 1px #009;
    color: #009;
}
.other-button:hover, .other-button:active {
    color: #00F;
}