body {
  margin:0px;
  padding:0px;  
  background:#F6F6F6;
}

.center {
  text-align:center;
}

.wrapper {
  text-align:left;
  margin:auto;
  width:700px;
}

.round_box {
  width:600px;
}

.round_box .top-left {
  width:27px;
  height:28px;
  background:url(Images/images/top-left.jpg);
}

.round_box .top-right {
  width:27px;
  height:28px;
  background:url(Images/images/top-right.jpg);
}

.round_box .bottom-left {
  width:27px;
  height:28px;
  background:url(Images/images/bottom-left.jpg);
}

.round_box .bottom-right {
  width:27px;
  height:28px;
  background:url(Images/images/bottom-right.jpg);
}

.round_box .bottom {
  height:28px;
  background:url(Images/images/bottom.jpg);
}

.round_box .top {
  height:28px;
  background:url(Images/images/top.jpg) repeat-x;
}

.round_box .bottom {
  height:28px;
  background:url(Images/images/bottom.jpg) repeat-x;
}

.round_box .left {
  height:27px;
  background:url(Images/images/left.jpg) repeat-y;
}

.round_box .right {
  height:27px;
  background:url(Images/images/right.jpg) repeat-y;
}

.round_box .content {
  background:#ffffff;
  font-family:Verdana;
  font-size:10px;
}.tickbullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(Images/tick.gif);
	text-align: left;
	text-indent: 5px;
	display: list-item;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #666666;
	text-align: center;
}
