@font-face {
	font-family: 'OldtypewriterRegular';
	src: url('old_typewriter.eot');
	src: local('Old typewriter'), local('Oldtypewriter'), url('old_typewriter.woff') format('woff'), url('old_typewriter.ttf') format('truetype');
}

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 130%;
	color: #222;
	margin: 0px;
	padding: 0px;
  text-align: center;
}
h1	{
	display: none;
}
h2	{
  font-size: 1.25em;
  font-weight: bold;
	margin: 0px;
	margin-top: 2px;
  margin-bottom: 15px;
}
p { margin-bottom: 30px; }
a	{
	color: #000;
	text-decoration: underline;
}
a:hover	{
	text-decoration: none;
}

#container	{
	width: 800px;
  padding: 40px 120px 35px 60px;
  margin: 0 auto;
  text-align: left;
  background: url('../_img/fx_ss20_artwork.jpg') left top no-repeat #cecdcb;
  font-family: 'OldtypewriterRegular', sans-serif;
  letter-spacing: 2px;
  position: relative;
}

#footer	{
  margin: 50px 0;
  font-size: .75em;
} 

/* forms */
.error	{
	color: #cc0000;
}

input.error, textarea.error {
	border: 1px solid #cc0000 !important;
	color: #999999;
}

label	{
	float: left;
	width: 100px;
}

form p	{
	clear: both;
	margin: 10px 0px;
}

#download_area  {
  position: absolute;
  top: 90px;
  left: 60px;
  font-family: arial sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  color: #000;
  letter-spacing: 0px;
  width: 400px;
}
#download_area p  {
  margin-bottom: 5px;
  background-color: #ccc;
  padding: 4px;
  opacity: .75;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}

input.text	{
	padding: 1px 4px;
	width: 300px;
	border: 1px solid #000;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

textarea	{
	padding: 1px 4px;
	width: 300px;
	border: 1px solid #000;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

textarea:focus, input.text:focus  {
	background-color: #f4f4f4;
}

input.code	{
	padding: 1px 4px;
	width: 50px;
	border: 1px solid #000;
	font-size: 12px;
	color: #000;
	background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

input.button	{
	padding: 0px 5px;
	border: 1px solid #000;
	background-color: #fff;
	margin-left: 100px;
	font-size: 12px;
	color: #000000  ;
	font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

input.button:hover	{
	color: #666;
	cursor: pointer;
}

form img	{
	vertical-align: bottom;
	margin: 0px !important;
	padding: 0px !important;
	background: none !important;
	border: none !important;
}

