#footer {
    border-top: 1px solid #ccc;
    height: 160px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}
.footer_inner {
    margin: 40px auto 0px auto;
    width: 1110px;
}
#footer .contacts {
    float: right;
}
.copyright {
    font-size: 14px;
    margin: 10px 0px 0px 0px;    
    text-align: center;
}
.error{
	border-color: red !important;
}
.success_blockcheap{
	color: green;
    text-align: center;
    margin-bottom: 20px;
}