/*********************************************/

html{
  height:100%;
}

html>/**/body{
  overflow:-moz-scrollbars-vertical;
}

html:first-child body{
  min-height:100%;
  padding-bottom:1px;
}

*{
	margin:0;
	padding:0;
	font-size:100%;
	text-decoration:none;
	list-style:none;
	color:#333333;
}

body {
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	background-color:#FFFFFF;
	}
	
.main{
	width: 590px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	

}
.header{
	width: 590px;
	height:10px;
	background-image:url(../img/BGmailform01_head.gif);
	background-repeat:no-repeat;
}
.middle{
width: 580px;
padding:5px;
	background-image:url(../img/BGmailform01_middle.gif);
	background-repeat:repeat-y;
}
.fooder{
	width: 590px;
	height:10px;
	background-image:url(../img/BGmailform01_foot.gif);
	background-repeat:no-repeat;
}
.copyright{
	width: 570px;
	padding:5px;
	margin-top: 0px;
	margin-left: 0px;
	color:#666666;
	text-align: center;

}
.copyright a:link{color:#666666;}
.copyright a:visited{color:#666666;}
.copyright a:hover{color:#666666;}
.copyright a:active{color:#666666;}
