@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 00.base style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



#mailform {
	color: #330099;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

h1#title {
	position: absolute;
	top: 30px;
	left: 40px;
	color: #FFFFFF;
	float: left;
}

#mailmainbody {
	background: #FFFFFF;
	text-align: center;
	color: #FF0066;
	margin: 0px auto;
	font-size: 12px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 698px;
}

div#mailheader {
	
	margin: 0px auto;
	width: 600px;
	height: 50px;
	background-image: url(../mailform/images/mfp_header.png);
}
div#header span {
	display: block;
	position: absolute;
	top: 55px;
	left: 40px;
	color: #FFFFFF;
	font-size: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#mailcontainer {
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 20px;
	width: 560px!important;
	clear: both;
	text-align: left;
	background-image: url(../mailform/images/mfp_container.png);

}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	padding: 5px;
	width: 550px!important;
	background-color: #FFFFFF;
	text-align: center;
}
div#contents p {
	padding: 10px;
	font-size: 13px;
	line-height: 1.5em;
	color: #330099;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#mailfooter {
	
	margin: 0px auto;
	width: 600px;
	height: 30px;
	background-image: url(../mailform/images/mfp_footer.png);
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div#thanks {
	padding: 40px 0px 40px 0px;
	text-align: center;
}
div#thanks p {
	font-size: 16px;
}
div#thanks p strong {
	font-size: 18px;
	color: #CC0000;
}

