.sslimage{
width:100px;

}

.container{
	width:800px;
	margin:0 auto;
}
/*sslsecure_box bottom right */
#sslsecure_boxr {
	position: fixed;
	right: 5px;
	bottom: 5px;
	left:auto;
    z-index:9999

}

/*sslsecure_box bottom left*/
#sslsecure_boxl {
	position: fixed;
	right: auto;
	bottom: 5px;
    left:10px;
    z-index:9999
}
.bimg {max-width:200px;max-height:40px}
/*StyleButtons*/
#sslsecure_boxr .boxinner,#sslsecure_boxl .boxinner{
	position:relative;
}
#sslsecure_boxr .box_close,#sslsecure_boxl .box_close {
	width: 25px;
	height: 25px;
	background: url("../images/close.png") no-repeat left top;
	background-size: 100% 100%;
	position: absolute;
	left: -10px;
	top: -5px;
	opacity: 0.8;
	cursor: pointer;
}
#sslsecure_boxl .box_close:hover,#sslsecure_boxr .box_close:hover{
	opacity:1;
}

