/*css*/
body
{
 font-family:Calbri sans-serif;
 background:#333333;
 color:#CCCCCC;
}

h1
{
 background:#000000;
 color:white;
 margin:5px;
 padding:10px;
 text-transform:uppercase;
 font-famiy:Cooper Std Black;
 font-size:18px;
 font-weight:normal;
 border-radius:20px;
text-align:center;
}

p
{
 padding-left:20px;
}

.container
{
 height:625px;
 width:360px;
 margin:30px auto;
 background:#393D3F;
 Border:2px solid #FFFFFF;
 border-radius:20px;
}

.textblock
{
 background:#F7F7F7;
 color:#FF0000;
 font-size:14px;
 padding:5px;
 width:60%;
}

.textblock:focus
{
 background:#FFFFFF;
 border:3px solid #FFFF00;
 outline:none;
}

form input[type="text"]
{
 width:150px;
}

button
{
 background:#999900;
 boder-raduis:10px;
 color:white;
 display:block;
 font-size:18px;
 font-weight:bold;
 margin:10px 90px;
 height:50px;
 width:160px;
 text-transform:uppercase;
}
 
button:hover
{
 background:#4C2827;
}
