@charset "utf-8";
/* CSS Document */

.MultiBoxContainer {					background-color: #ffffff;
										border: 5px solid #981e33;
										-moz-border-radius: 5px;
										-webkit-border-radius: 5px;
										display: none;
										position: absolute;
										text-align: left;
										z-index: 2; }

.MultiBoxClose {						position: absolute;
										top: 0px;
										right: 0px;
										background: url(http://www.kgt.org.au/structure/close.gif) no-repeat;
										width: 24px;
										height: 24px;
										cursor: pointer; }