﻿.Container {
    position: relative;
    background-color: white;
    margin: -10px -16px -135px -16px;
}

.Center {
  width: 330px;
  height: 70%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Center h1 {
    text-align: center; 
    color: white; 
    padding-bottom: 20px;
}

.Center h3 {
    color: black;
    padding-bottom: 10px;
}

.Content {
    background-color: white;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;    
}

.theinput {
    border: 1px solid #868686;
    border-left-width: 3px;
    color: #cccccc;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 3px;
}

.theinput input {
    border: 0 none;
    width: 100%;
}

.thebutton {
    text-align: center;
    width: 100%;
}

.Content button {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    background: #868686;
    color: white;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 90px;
    font-weight: bold;
    text-transform: uppercase;
}