
PK 
.txtField, .txtBox {
width: 100%;
background-color: transparent!important;
color: #000!important;
font-size: 1.125rem!important;
font-weight: bold!important;
border: none!important;
/*-webkit-border-radius: 6px!important;
-moz-border-radius: 6px!important;
border-radius: 6px!important;*/
margin: 4px 0 0 0;
}
.txtField {
height: 2.0rem!important;/* 40 / 16 */
border: none!important;
border-bottom: 1px dashed #000 !important;
}
.text-input, .txtBox {
width: 100%;
background-color: transparent!important;
color: #000!important;
font-size: 1.125rem!important;
font-weight: bold!important;
border: none!important;
/*-webkit-border-radius: 6px!important;
-moz-border-radius: 6px!important;
border-radius: 6px!important;*/
margin: 4px 0 0 0;
}
.text-input {
height: 2.0rem!important;/* 40 / 16 */
border: none!important;
border-bottom: 1px dashed #000 !important;
}
.txtBox {
height: 12rem!important/* 266 / 16 */;
border: 1px dashed #000!important;
}
label.error {
color:#FF0000;
font-style:oblique !important;
/*font-style: italic*/
}
#message p {
padding: 10px 0 0 0;
width: 260px;
float: left;
}
#message #checkmark {
margin-left:-120px;
/*float: left;*/
}
.btnForm {
width: 111px!important;
height: 33px!important;
text-align: center!important;
line-height: 32px !important;
cursor: pointer;
display: block!important;
border: none!important;
font-size: 12px !important;
color: #ffffff !important;
background: url(../img/elem/btn-111.png) no-repeat left top!important;
text-decoration: none !important;
}
.btnFormHover {
width: 111px!important;
height: 33px!important;
text-align: center!important;
line-height: 32px !important;
cursor: pointer;
display: block!important;
border: none;
font-size: 12px !important;
color: #ffffff !important;
background: url(../img/elem/btn-111.png) no-repeat left bottom!important;
text-decoration: none !important;/*
height:44px;
width: 166px;
display:block;
background-image: url(../img/elem/btn_Send.png);
background-position: 0 -44px;
margin: 10px auto;
text-indent:-9999px;
cursor:pointer;
background-color: transparent;
border: none;
text-align:center; */
}
.CorporateAddress {
padding: 0 0 40px 0;
font-size: 14px;
}
.CorporateAddress h4 {
margin: 0 0 20px 0;
}
.copyright {
font-size: .75rem;
}
label, input, button, select, textarea {
font-size: 13px;
font-weight: normal;
line-height: 18px;
}


PK 99