.divclearable {
	border: 3px solid #C6C6C6;
	display: -moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;	
	padding-right:5px;
	vertical-align:middle;
/*	width: 46%;*/
width:97%;
}

@media screen and (max-width: 720px) {
	.divclearable {
  width: 95%;
	}
}

@media screen and (max-width: 520px) {
	.divclearable {
  width: 92%;
	}
}

@media screen and (max-width: 420px) {
	.divclearable {
  width: 87%;
	}
}

a.clearlink {
/*	background: url("close-button.png") no-repeat scroll 0 0 transparent;
	background-position: center center;
*/	
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;	
	height: 12px;
	width: 12px;
	max-width: 12px;
	z-index: 2000;
	border: 0px solid;
	margin-top: 7px;
	float: right;
	color:#333;
}
/*
a.clearlink:hover {
	background: url("close-button.png") no-repeat scroll -12px 0 transparent;
	background-position: center center;
}
*/