﻿body
{
	margin:0px;
	padding:0px;
}
.main
{
	width:100%;
	border:0px solid blue;
	background-image: url(http://www.shareasale.com/fixit/Images/dottedBG.png);
	background-repeat:repeat-x;
}
.inner
{
	width:1002px;
	height:750px;
	margin:auto;
	background-image: url(http://www.shareasale.com/fixit/Images/fixthis-alternate.png);
	position:relative;
	background-repeat:no-repeat;

}
#txtMessage
{
	position:absolute;
	left:178px;
	top:295px;
	width:325px;
	height:200px;	
	background-color:Transparent;
	border:0px;	
	overflow:auto;
	color:White;
}
#btnSendIt
{
	border:0px solid red;
	position:absolute;
	left:405px;
	top:515px;

}
.pnlText
{
	border:0px solid blue;
	width:425px;
	position:absolute;
	top:610px;
	left:170px;
	font-size:12px;
	font-family:Verdana;
	color:#ffd51d;
	font-weight:bold;
	
}
.pnlText div
{
	margin-top:6px;
}
.pnlText a
{
	color:#ffd51d;
	border-bottom:dotted 1px #ffd51d;
	text-decoration:none;
}
.pnlText a:hover
{
	text-decoration:none;
	border-bottom:solid 1px #ffd51d;
}
.pnlText a:visited
{
	color:#ffd51d;

}
