div.box#right div.module {

	margin-bottom: 15px;
}

.box div.module {
  background: transparent url(images/grey_bottom_left.png) no-repeat left bottom;
  border: 0px solid #cccccc;

}

.box div.module div {
  background: transparent url(images/grey_bottom_right.png) no-repeat bottom right;
	
}

.box div.module div div {
  background: transparent url(images/grey_top_left.png) no-repeat top left;
}

.box div.module div div div {
	background: transparent url(images/grey_top_right.png) no-repeat top right;
	padding: 0 10px 10px 10px;
	width: auto !important;
	width: 100%;
}

.box div.module div div div div {
	background: none;
	padding: 0;
}

div.box#user1 div.module div div div {
  padding: 5px;
}





.colorbox {
  margin-top: 5px;
}




.colorbox div.module div div {
  background: transparent url(images/blue_top_left.png) no-repeat top left;
}

.colorbox div.module div div div {
	background: transparent url(images/blue_top_right.png) no-repeat top right;
	padding: 0 10px 10px 10px;
	width: auto !important;
	width:100%;
}

