* {
	font-family: "Trebuchet MS","Arial","Verdana",sans-serif;
	color: #C0C0C0;
}
body {
	text-align: center;
	padding-top: 15%;
	font-size: 12px;
}
a {
	text-decoration: none;
	background-image: url(/img/link_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	outline: none;
}
img {
	border: none;
}
#main {
	display: none;
	text-align: justify;
	width: 512px;
	margin: auto;
}
#closed {
	background-image: none;
	padding: 0;
}
#signature {
	float: right;
	outline: none;
}
#letter {
	position: absolute;
	width: 291px;
	height: 194px;
	top: 20%;
	left: 35%;
	background-image: url(/img/bg.png);
	background-repeat: no-repeat;
	text-align: justify;
	z-index: 9999;
}
#letter p {
	margin: 2em;
}
input {
	outline: none;
}
.right {
	text-align: right;
	padding-right: 2em;
}
input.fill {
	background: transparent;
	border: 0;
	border-bottom: 1px dotted;
}
