﻿input[type=submit]
{
padding:1px;
font-size:8px;
}
input[type=button]
{
padding:1px;
font-size:8px;
}
input[type=text]{
padding: 8px;
}
label{
font-size:8px;
}
h2{
font-size:15px;
}
p{
font-size:12px;
}
a {
    font-size:12px;
}
.validation-summary-errors {
    font-size:10px;

}
.field-validation-error {
    font-size:10px;
}

div#envelope{
width: 80%;
margin: 1% 30% 1% 30%;
}

.containerCenter {
    background: #fff;
    height: 100%;
    padding: 0 0 0 0;
    position: relative;
    width:95.5%;

 }

.tableGroup {
    width: 100%;
    min-width: 100px;
    max-width: 300px; 
    margin-right:15px;
}

div#envelopeFrom {
    margin: 0 15px 0 15px;
    height: 90%;
    
}

.validation-summary-errors {
    color: #e80c4d;
    font-size:inherit;
    margin-left:0;
    text-align:center;
}
