body{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	margin-left:0;
	margin-right:0;
	background-image:url(../images/bg_img.jpg);
}
a{
	text-decoration:none;
	color:#000;
	cursor:pointer;
}
.texbox{
	width:98%; 
	margin:0; 
	height:70px; 
	padding:5px 1%;
}
.footer{
	line-height: 30px;
    position: fixed;
    background: #000;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    width: 100%;
    text-align: center;
}
.footer a{
	color:#fff;
}
.merchant{
	background: #163F72;
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 2px 7px;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
	border:1px solid;
	padding:5px;
	margin-bottom:5px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
	border:1px solid;
	padding:5px;
	margin-bottom:5px;
}
.bottom_clear{
	width:100%;
	height:50px;
	float:left;
}
.comnt_info2{
	width:10%;
	float:right;
	height:20px;
	text-align:right;
	
	}
.comnt_info2 img{
	text-align:right;
	margin-left:5px;
}
@media (max-width: 800px) {

.footer{
	line-height: 30px;
    position: static;
    background: #000;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    width: 100%;
	margin-top:30px;
    text-align: center;
}
}