/*CSS Style Sheet For Beginners Guide To Online Marketing (Special Edition)*/ 

body {
	background-color:#fff;

}
.content
{
	width: 700px;
	background: url(./mid.gif);
	background-color:#fff;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica;
	color: #000;
	text-align: left;
	margin: 0px;
}

.header
{

	position: relative;
	width: 700px;
	background: url(./header.gif);
	height: 162px;
	margin: 0px;
}

h1
{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 20px;
	color: #d20000;
}

h2
{
	font-weight: bold;
	font-size: 18px;
	color: #000066;
	text-align: center;
}

h3
{
	font-weight: bold;
	font-size: 18px;
	color: #0000ff;
	text-align: left;
}

.spanstyle {
	background-color: #0000ff;
	padding: 1px;
	font-weight: bold;
	text-align: center;
	color: #ffff00;
}

ul {
	position: relative;
	list-style-image: url('./check.gif');
	font-weight: bold;
	color: #111111;
	text-align: left;
}

.info { padding: 0px 60px 0px 60px; }

.from { margin: 40px 0 0 0; }
.date { margin: 0; }

.textField
{
	width: 100px;	
	margin-bottom: 3px;
	float: left;
}

.button
{	
	float: left;
	margin-left: 65px;
}


.signature p  { margin: 0; }

.sign
{	
	font-family: "Monotype Corsiva";
	font-size: 25px;
	padding: 15px 0 15px 0;

}

.signature { 
	padding-bottom: 10px;
}

.form {
	background-color: white;
	position: relative;
	display: table;
	width: 500px;
	margin-left:1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
                  font-size: 16px;
	text-align: left;
	font-weight: normal;
	color: #111;
	padding: 10px;
}

.bot
{
	background: url(./footer.gif);
	height: 56px;
}