#ERRMSG {
font-size: 14px;
font-weight: bold;
color: #dd1c06;
line-height: 200%;
text-align: center;
margin-bottom: 15px;
}

.postsearchbt {
cursor: pointer;
-webkit-appearance: none;
padding: 7px;
background-color: #efefef;
border-radius: 3px;
border: 2px solid #c7c7c7;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.postsearchbt:hover {
border: 2px solid #fa7f55;
background:#fafafa;
}

.backarea {
width: 100%;
text-align: center;
margin: 30px 0px 0px 30px;
}

.backbt {
cursor: pointer;
text-align: center;
text-decoration: none;
width: 180px;
padding: 8px;
margin: 10px;
font-size : 15px;
font-weight: bold;
color: #999999;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #f1f1f1),  color-stop(0.5, #f1f1f1),  color-stop(0.99, #eeeeee),  to(#ccc));
background: linear-gradient(#fff, #f1f1f1 1%, #f1f1f1 50%, #dfdfdf 99%, #ccc);
border: 2px solid #999999;
border-width: 2px 2px 2px 2px;
border-radius: 5px;
}

.backbt:hover {
color: #555555;
border: 2px solid #FF9900;

