#topnavContainer {border-bottom:1px solid #7f6f64;}
#boxContainer #login-sidebar{float:left;max-width:280px; margin: 0px 1px;}
#trustwave {width:950px;padding-top:20px;}
#trustwave img {float:right;}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}
label {
    float: left;
    padding: 4px;
    font-size: 1.4em;
    display: block;
    color: #7f6f64;
    font-size: 12px;
    line-height: 90%;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
}
input[type=text], input[type=password], select, textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

input[type=submit] {
    background-color: #00a88e;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #77d8c9;
    color: #454741;
}

#btnPwdReset {
    background-color: #005489;
    color: white;
    padding: 12px 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

#btnPwdReset:hover {
    background-color: #00b1e2;
    color: #454741;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

.disclaimer {
    padding: 12px;
    background-color: #E5E2E0;
    color: #454741;
    font: 12px/16px Arial,Helvetica,sans-serif;
    margin-top: 4px;
}

.error {
   padding:2px;
   color:orangered;   
   font-size:12px;
}