@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	background:url(../images/bg_email.gif) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#7d7d7d;
}
.title {
	padding:4px;
	text-align:right;
}
.title a{
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
}
.copy {
	padding:50px 0 0 0;
	text-align:center;
}
.copy table tr td {
	font-weight:normal;
	text-align:center;
	padding:25px 0 0 100px;
}
.copy table tr td input[type="text"]{
	width:206px;
}