body {
	background-color:#3e3e3e;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

#Container {
	position:absolute; 
	top:0px;
	left:0px;
	width:316px;
	height:392px;
	background-image:url(../images/bg_SendMap.gif);

}

#Sent {
	position:absolute;
	top:170px;
	left:75px;
	width:172px;
	height:21px;
	background-image:url(../images/ttl_MapSent.gif);
	text-indent:-9999px;
	overflow:hidden;
}	

#MailSent {
  	position:absolute; 
	top:0px;
	left:0px;
	width:316px;
	height:392px;
	background-image:url(../images/bg_SendMap.gif)
}	

#Close{
	position:absolute; 
	top:9px;
	left:262px;
}

#Close A {
	width:43px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/btn_Close_off.gif);
	display:block;	
}

#Close A:hover {
	background-image:url(../images/btn_Close_on.gif);
}

#Send{
	position:absolute; 
	top:313px;
	left:237px;
	z-index:1;
}

#Send A {
	width:80px;
	height:79px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/btn_Send_off.png);
	display:block;	
}

#Send A:hover {
	background-image:url(../images/btn_Send_on.png);
}

.FormField {
	border:solid 1px #79827f;
	width:238px;
	height:20px;
	padding-top:3px;
	padding-left:3px;
	background-color:#fff;
	z-index:100;
}


.TextField {
	border:solid 1px #79827f;
	width:238px;
	height:40px;
	padding-top:3px;
	padding-left:3px;
	background-color:#fff;
	z-index:100;
	overflow:auto;
}


.td1 {
	width:238px;
	height:21px;
	background-image:url(../images/ttl_YourName.gif);
	text-indent:-9999px;
	overflow:hiddden;
	background-repeat:no-repeat;
}

.td1Error {background-image:url(../../images/ttl_YourNameError.gif); height:21px; text-indent:-9999px; overflow:hiddden; background-repeat:no-repeat;}

.td2 {
	width:238px;
	height:21px;
	background-image:url(../images/ttl_YourEmail.gif);
	text-indent:-9999px;
	overflow:hiddden;
	background-repeat:no-repeat;
}

.td2Error {background-image:url(../images/ttl_YourEmailError.gif); height:21px; text-indent:-9999px; overflow:hiddden; background-repeat:no-repeat;}

.td3 {
	width:238px;
	height:21px;
	background-image:url(../images/ttl_OtherName.gif);
	text-indent:-9999px;
	overflow:hiddden;
	background-repeat:no-repeat;
}

.td3Error {background-image:url(../images/ttl_OtherNameError.gif); height:21px; text-indent:-9999px; overflow:hiddden; background-repeat:no-repeat;}

.td4 {
	width:238px;
	height:21px;
	background-image:url(../images/ttl_OtherMail.gif);
	text-indent:-9999px;
	overflow:hiddden;
	background-repeat:no-repeat;
}

.td4Error {background-image:url(../images/ttl_OtherMailError.gif); height:21px; text-indent:-9999px; overflow:hiddden; background-repeat:no-repeat;}

.td5 {
	width:238px;
	height:21px;
	background-image:url(../images/ttl_Notes.gif);
	text-indent:-9999px;
	overflow:hiddden;
	background-repeat:no-repeat;
}
