 body .unreset, .unreset p {
    font-family: sans-serif, Arial;
    margin: 20px;
    font-size: 13px !important;
    line-height: 1.6 !important;
}
.unreset pre, .unreset code, .unreset tt {
    font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
 /*.unreset h1, .unreset h2, .unreset h3, .unreset h4, .unreset h5, .unreset h6, .unreset b, .unreset strong {*/
    /*font-weight: bold;*/
/*}*/

.unreset h1, .unreset h2, .unreset h3, .unreset h4, .unreset h5,.unreset h6
 {
     font-weight: normal;
     line-height: 1.2;
     margin: 13px 0;
 }

.unreset em, .unreset i, .unreset dfn {
    font-style: italic;
}
.unreset dfn {
    font-weight:bold;
}
.unreset p, .unreset code, .unreset pre, .unreset kbd {
    margin:0 0 1.5em 0;
}
.unreset blockquote {
    margin:0 1.5em 1.5em 1.5em;
}
.unreset cite {
    font-style: italic;
}
.unreset li ul, .unreset li ol {
    margin:0 1.5em;
}
.unreset ul, .unreset ol {
    margin:0 1.5em 1.5em 1.5em;
}
.unreset ul {
    list-style-type:disc;
}
.unreset ol {
    list-style-type:decimal;
}
.unreset ol ol {
    list-style: upper-alpha;
}
.unreset ol ol ol {
    list-style: lower-roman;
}
.unreset ol ol ol ol {
    list-style: lower-alpha;
}
.unreset dl {
    margin:0 0 1.5em 0;
}
.unreset dl dt {
    font-weight:bold;
}
.unreset dd {
    margin-left:1.5em;
}
.unreset table {
    margin-bottom:1.4em;
    width:100%;
}
.unreset th {
    font-weight:bold;
}
.unreset th, .unreset td, .unreset caption {
    padding:4px 10px 4px 5px;
}
.unreset tfoot {
    font-style:italic;
}
.unreset sup, .unreset sub {
    line-height:0;
}
.unreset abbr, .unreset acronym {
    border-bottom: 1px dotted;
}
.unreset address {
    margin:0 0 1.5em;
    font-style:italic;
}
.unreset del {
    text-decoration: line-through;
}
.unreset pre {
    margin:1.5em 0;
    white-space:pre;
}
.unreset img.centered, .unreset .aligncenter, .unreset div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.unreset img.alignright {
    display: inline;
}
.unreset img.alignleft {
    display: inline;
}
.unreset .alignright {
    float: right;
    margin-left: 10px;
}
.unreset .alignleft {
    float: left;
    margin-right: 10px;
}
.unreset img {
     position: static !important;
}
* html .unreset .clearfix {
    height: 1%;
}
* + html .unreset .clearfix {
    display: inline-block;
}
.unreset .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .unreset .group {
    height: 1%;
}
* + html .unreset .group {
    display: inline-block;
}
.unreset .group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.unreset hr {
     border: 0px;
     border-top: 1px solid #ccc;
 }

.unreset img.right
{
     border: 1px solid #ccc;
     float: right;
     margin-left: 15px;
     padding: 5px;
 }

.unreset img.left
{
     border: 1px solid #ccc;
     float: left;
     margin-right: 15px;
     padding: 5px;
 }

.unreset figure
{
     text-align: center;
     border: solid 1px #ccc;
     border-radius: 2px;
     background: rgba(0,0,0,0.05);
     padding: 10px;
     margin: 10px 20px;
     display: inline-block;
 }

.unreset  figure > figcaption
 {
     text-align: center;
     display: block; /* For IE8 */
 }

.unreset a > img {
     padding: 1px;
     margin: 1px;
     border: none;
     outline: 1px solid #0782C1;
 }

.required-red {
    border-color: red;
}
label.required-red{
    color:red;
}

#browserLoader {
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 10;
    display: none;
}

#browserMsg{
    position: absolute;
    width: 95%;
    z-index: 10;
    display: none;
    top: 50%;
    text-align: center;
    font-size: 20px;
}

.unreset a, .contentAbout a {
    color: #318ab3;
    text-decoration: underline;
}


fieldset.glbl_txt_form.half {
    width: 32%;
}

fieldset.glbl_txt_form.last {
    width:20%;
}

.dateError{
    margin: 0 0 5px 0;
    color: red;
    display: inline-block;
}