#mainBox .top {
  height: 6px;
	overflow: hidden;
	background: url(/images/layout/box/box_top.gif) no-repeat;
}
#mainBox.small .top {
	background: url(/images/layout/box/small_box_top.gif) no-repeat;
}
#mainBox .sideBorder {
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
}
#mainBox .main {
	background: url(/images/layout/box/box_bg.jpg) repeat-y;
}
#mainBox.small .main {
	background: url(/images/layout/box/small_box_bg.jpg) repeat-y;
}
#mainBox .end {
  height: 25px;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	background: url(/images/layout/box/box_bg_end.jpg) no-repeat;
}
#mainBox.small .end {
	background: url(/images/layout/box/small_box_bg_end.jpg) no-repeat;
}
#mainBox .bottom {
  height: 6px;
	overflow: hidden;
	background: url(/images/layout/box/box_bottom.gif) no-repeat;
}
#mainBox.small .bottom {
	background: url(/images/layout/box/small_box_bottom.gif) no-repeat;
}
#mainBox .below {
  height: 110px;
	background: url(/images/layout/box/box_below.gif) no-repeat;
}
#mainBox.right .below {
  height: 130px;
	background: url(/images/layout/box/box_below_right.gif) no-repeat;
}
#mainBox .main .inner {
	padding: 10px 10px 0 26px; 
	margin: 0;
	color: #000000;
}
#mainBox.small .main .inner {
	padding: 10px 10px 0 10px; 
}
#mainBox.home .main .inner {
	padding: 10px 10px 0 10px; 
}


/* Forms inside the box */
#boxForm table {
  width: 100%;
}
#boxForm table tr td {
  padding: 0;
	width: 50%;
	color: #000000;
}
#boxForm table tr td.name {
	text-align: right;
	padding-right: 3px;
	padding-top: 2px;
	font-weight: bold;
}
#boxForm table tr td.input {
	padding-left: 3px;
}


#mainBox .whiteBg {
  background: #fff;
	padding: 10px;
}

#mainBox table.colBullets {
  width: 100%;
	border: 0;
}
#mainBox table.colBullets tr td {
  width: 50%;
}
#mainBox table.colBullets tr td ul {
  margin: 0;
	padding: 0;
	list-style-image:url(/images/layout/bullet_box_grey.gif);
}
#mainBox table.colBullets tr td ul li {
  margin: 0 0 0 2em;
	padding: 0;
  font-weight: bold;
	color: #37491D;
}
#mainBox table.colBullets tr td ul li a, #mainBox table.colBullets tr td ul li a:visited {
	color: #37491D;
	text-decoration: underline;
}

