﻿body{
  /*background:#5A5A5A;*/
   background: url(Images/chempaka.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:white;
  font-family: 'Ubuntu Mono', sans-serif;
  text-transform:uppercase;
}
 
.box{
  width:90%;
  max-width:450px;
  height:auto;
  margin:0 auto;
  margin-top:100px;
  /*background:#e4fcfc;*/
  background: repeating-linear-gradient(-180deg, rgba(255,255,255,1), grey 2px, white 3px, white 3px);
  border-radius:7px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
}
 
.content{
  width:85%;
  height:auto;
  position:;
  margin:0 auto;
  padding:30px 0px;
  background:;
  text-align:center;
}
 
.content h1{
  font-size: 24px;
  font-weight:700;
  color:#FFCCFF;
  letter-spacing:0.125em;
  text-align:center;
    background-color: #007ACC;
 border-radius: 5px; 
 
}
 
.field{
  width:100%;
  margin:10px auto;
  padding:10px;
  background:white;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
  color:#f58220;
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}
 
 
::-webkit-input-placeholder{ /* WebKit browsers */
  color:#5A5A5A;
}
:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
  color:#5A5A5A;
}
::-moz-placeholder{ /* Mozilla Firefox 19+ */
  color:#5A5A5A;
}
:-ms-input-placeholder{ /* Internet Explorer 10+ */
  color:#5A5A5A;
}
 
 
 
.btn{
  width:100%;
  margin:10px auto;
  padding:10px;
  background:#161616;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
  color:#FFBF00;
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}
 
.btn:hover{
  background:#FFBF00;
  color:#333;
}
 
.btn:active{
  background:#FACC2E;
  color:#333;
}

.btn1{
  border-style: none;
    border-color: inherit;
    border-width: medium;
    width:100%;
    margin:5px auto;
    padding:5px;
    background:#ffffff;
    box-shadow: 1px 1px 1px 1px #ff0000;
    border-radius:3px;
    outline:none;
    color:#ff0000;
    font-weight:700;
    letter-spacing:0.125em;
    text-align:center;
    text-transform:uppercase;
    height: 32px;
}
 
.btn1:hover{
  background:#ff0000;
  color:#ffffff;
}

.btn2{
  width:100%;
  margin:5px auto;
  padding:5px;
  background:#ffffff;
  border:none;
  box-shadow: 1px 1px 1px 1px #0dba26;
  border-radius:3px;
  outline:none;
  color:#0dba26;
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}
 
.btn2:hover{
  background:#0dba26;
  color:#ffffff;
}

.btn3{
  border-style: none;
    border-color: inherit;
    border-width: medium;
    width:77%;
    margin:4px auto;
    padding:4px;
    background:#ffffff;
    box-shadow: 1px 1px 1px 1px #1c5efb;
    border-radius:3px;
    outline:none;
    color:#1c5efb;
    font-weight:800;
    letter-spacing:0.125em;
    text-align:center;
    text-transform:uppercase;
    }
 
.btn3:hover{
  background:#1c5efb;
  color:#ffffff;
}

.h2{
 border: medium solid #4E92B8;
/*text-align:left;*/
    /*font-weight:bold;*/
    font-family:Verdana;
    font-size:medium;
    background-color:white;
    border-radius:10px 10px 10px 10px;
}

.textbox { 
    background: white; 
    border: 1px double #DDD; 
    border-radius: 5px; 
    box-shadow: 0 0 5px #333; 
    color: #666; 
    outline: none; 
    height:20px; 
    font-weight: 700;
    resize:none;
} 

