@charset "utf-8";
.wrpr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.cntr_div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-repeat: no-repeat;
    min-height: 800px;
    background-position: center 0;
    float: none;
}
.cntnt_div {
    float: left;
    margin-top: 100px;
    min-height: 75px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 1.5em;
    line-height: 1.5;
    color: #F3F4F5;
    margin-left: 27%;
    margin-right: 27%;
    width: 40%;
    background-color: #668EAC;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 3%;
    padding-left: 3%;
}
.logo_div {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

label{
    width: 100%;
    float: left;
	
}
input[type=text]{
    float: left;
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.25em;
}
input[type=email]{
    float: left;
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.25em;
}
input[type=submit] {
    padding: 5px 15px;
    background: #ccc;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.5em;
    font-size: 1em;
    color: #3D3C3C;
    margin-top: 15px;
}

.frm_elmnt_div {
}

.cntnt_div a {
    text-decoration: none;
    color: #1D5E86;
}
