/* CSS Document */

.tool {
	background-color:#ACB6B9;
	border:1px dashed #000000;
	color:#333333;
	padding:5px;
}

.tool2 {
	background-color:#333333;
	border:1px dashed #000000;
	color:#CCC;
	padding:5px;
}

.infoMessage {
	background-color:#ACB6B9;
	border:1px dashed #000000;
	color:#333333;
	padding:5px;
}

h3 {
	font-size:13px;
	margin-top:4px;
}

h2 {
	font-family:"Perpetua", "Times New Roman", Courier, sans-serif;
	font-style:italic;
	font-size:18px;
	margin-top:10px;
}

h1 {
	font-family:"Perpetua", "Times New Roman", Courier, sans-serif;
	font-size:30px;
	margin-bottom:3px;
}

.floatLeft {
	float:left;	
}

#subscriberForm input {
	margin-left:0px;
	float:left;
}

#subscriberForm p {
	float:left;
	margin-left:40px;
	width:50%;
}
