@font-face {
    font-family: Coming-Soon;
    src: url('../blog/font/ComingSoon.ttf');
}

body{
    background-color: black;
}
a {
    color: white;
    text-decoration: none;
    font-weight: 900;
}

a:active {
    position: relative;
    top: 3px;
}

#container {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

#display{
    font-weight: bolder;
    display: table-cell;
    vertical-align: middle;
}

#greet {
    font-family: Coming-Soon, Georgia, "Times New Roman", sans-serif;
    font-size: 1.5em;
    font-weight: bolder;
    color: white;
    text-align: center;
}

#menu{
    font-family: Coming-Soon, Georgia, "Times New Roman", sans-serif;
    font-size: 1em;
    font-weight: lighter;
    color: white;
    text-align: center;
}

/* Dialog surat */
#dialog-form{
    display: none;
    padding: 10px;
    margin: 10px;
    font-family: Coming-Soon, Georgia, "Times New Roman", sans-serif;
    font-size: 14px;
    font-weight: bolder;
    width: 35%;
    -moz-box-shadow:5px 5px 5px gray;
    -moz-border-radius: 5px;
    -webkit-box-shadow:5px 5px 5px gray;
    -webkit-border-radius: 5px;
    box-shadow:5px 5px 5px gray;
    border-radius: 5px;
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #dddddd;
}

.tutup {
    top: -15px;
    right: -15px;
    position: absolute;
    cursor: pointer;
}

#dialog-form p {
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

button {
    border: 1px solid #000000;
    background-color: #000000;
    font-family: Coming-Soon, Georgia, "Times New Roman", sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

label, input, textarea { display:block; }
input, textarea {
    font-family: Arial;
    font-size: 13px;
}
.text {
    margin-bottom:12px;
    width:95%;
    padding: .4em;
    border: 1px solid #ffffff;
    background-color: #eeeeee;
}
fieldset { 
    padding: 10px;
    margin: 10px;
}

.redborder{
    border: 1px solid red;
}

#response {
    display: none;
    padding: 10px;
    margin: 10px;
    font-family: Coming-Soon, Georgia, "Times New Roman", sans-serif;
    font-size: 14px;
    font-weight: bolder;
    -moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 5px;
    -webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #dddddd;
}

#response p{
    padding: 10px;
    margin: 10px;
    border-bottom: 1px solid #eeeeee;
}

#pilihbahasa {
    display: none;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    -moz-box-shadow:5px 5px 5px gray;
    -moz-border-radius: 5px;
    -webkit-box-shadow:5px 5px 5px gray;
    -webkit-border-radius: 5px;
    box-shadow:5px 5px 5px gray;
    border-radius: 5px;
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #dddddd;
    line-height: 150%;
}

#pilihbahasa p{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#pilihbahasa a{
    color: #0000AA;
    font-weight: normal;
}
