﻿

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body
{
    background: #567;
    font-family: Droid Arabic Kufi;
    padding-top: 100px;
}

.bage
{
    border-right: thin groove #F0F0F0;
    border-bottom: thin groove #F0F0F0;
width: 359px;
    background-color: #fff;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -moz-box-shadow: 0px 0px 10px #222;
    -webkit-box-shadow: 0px 0px 10px #222;
    box-shadow:  5px 10px #222;
    border-left-color: #F0F0F0;
    border-left-width: thin;
    border-top-color: #F0F0F0;
    border-top-width: thin;
    height: 420px;
}

.but {
  width: 212px;
  border: 1px solid;
  border-bottom-color: rgba(255,255,255,.5);
  border-right-color: rgba(60,60,60,.35);
  border-top-color: rgba(60,60,60,.35);
  border-left-color: rgba(80,80,80,.45);
  background-color: rgba(0,0,0,.2);
  background-repeat: no-repeat;
  padding: 8px 24px 8px 10px;
  font: bold .875em/1.25em "Open Sans Condensed", sans-serif;
  letter-spacing: .075em;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  margin-bottom: 19px;
}
