﻿
.TestField .Label
{
    color: Red;
    font-weight: bold;
}
.TestField .Value input
{
    border: 2px solid red;
}

.MessageRecap
{
    font-family: Monospace;
    padding: 20px;
    background-color: White;
    margin: 10px;
}


.Form .Field 
{
    padding-left: 120px;
}
.Form .Field .Label 
{
}
.Form .BlocksField input 
{
    width: 50px !important;
}

.Form .StateZip 
{
    position: relative;
}
.Form .StateField 
{
}

.Form .ZipField 
{
    position: absolute;
    left: 300px;
    top: -1em;
    padding-left: 30px;
}
.Form .ZipField .Label 
{
}
.Form .ZipField input 
{
    width: 70px;
}
