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

.box {
	width:188px;
	margin:0px 0px 0px 0px;
	padding:8px 0px 0px 0px;
	border-bottom:2px solid white;
}

.infoBoxHeading {
	width:150px;
	height:16px;
	margin-left:20px;
	text-transform:uppercase;
	border-top:1px dashed #FFF;
}
.infoBoxHeadingLine {
	width:150px;
	height:1px;
	margin-left:20px;
	border-top:1px dashed #FFF;
}
.infoBoxHeading h1 {
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	margin-top:0px;
	margin-bottom:0px;
}

.boxText {
	font-size: 10px;
	padding-left:10px;
	padding-bottom:2px;
}
.boxText p {
	margin:0px 5px 4px 10px;
	color:#000000;
}
.boxText p form {
	margin:0px 5px 4px 10px;
	color:#000000;
}