.rounded-corners {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
}

.rounded-corners-shadow-only {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    box-shadow:15px 15px 15px black;
    border: Black 3px solid;
}

.rounded-corners-shadow {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    box-shadow:15px 15px 15px black;
    border: Black 3px solid;
}

.rounded-corners-shadow:hover {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    box-shadow:15px 15px 15px black;
    border: White 3px solid;
}
