/* INFO BOX STYLING */

.infoBox {
	clear: both;
	width: 150px;
	margin: 7px;
	background-color: #eee7d4;
}
.infoBox .content {
	width: 140px;
	margin: 4px;
	border: 1px dashed #666;
}
.infoBox h3 {
	padding: 2px 0 !important;
	text-align: center;
}
.infoBox h3, .infoBox h3 * { text-transform: uppercase; }
.infoBox .content ul {
	margin: 0;
	width: 134px;
}
.infoBox .content ul li {
	line-height: 12px !important;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 10px 8px 20px !important;
	background: url(/_img/nav/button.gif) 7px 2px no-repeat;
}
.infoBox .content ul li a,
.infoBox .content ul li a * {
	font-size: 12px !important;
	line-height: 12px !important;
	font-weight: bold;
}
.infoBox a:hover { text-decoration: underline; }
.infoBox p,
.infoBox p * {
	font-size: 11px;
	line-height: 13px;
	padding-left: 7px;
}
.infoBox form {
	margin: 7px;
	padding: 2px;
	background-color: #eac49f;
}
.infoBox form h4 {
	font-size: 11px;
	line-height: 10px;
	padding: 4px 0 !important;
	color: #763610;
}
.infoBox form input.inputText {
	width: 115px;
	font-size: 11px;
}
.infoBox form input.inputSubmit {
	font-size: 11px;
	line-height: 11px;
}

