		
		#dn {
				background-color: #e1eef2;
				position:relative;
				z-index:100;
				width:1000px;
				left:8%;
				min-height:600px;
				border:1px solid transparent;
				/*visibility:hidden;*/
				
		}
		#postcard {
				clear: left;
				width: 850px;
				padding: 25px 3% 25px 3%;
				margin: 30px auto;
				display: block;
				background-color: white;
				border-radius: 50px;
				position: relative;
				min-height:490px;
				}
		#address {
				position:absolute;
				height:200px;
				width:375px;
				right:25px;
				top:200px;
				/*border:solid red 1px;*/
				text-align:center;
				font-size:20px;
				font-weight:bold;
				}
		#stamp {
				position:absolute;
				right:2%;
				top:20px;
				}
		titl {
			font-size:35px;
			font-family: "script", cursive, "Courier New", "Courier";
			}
		.addresstxt {
			font-size:20px;
			font-family: "Courier New", "Courier";
			}
			
			
			
	body {
		margin: 0px;
		padding: 0px;
		font-family: "Courier New", "Courier";
		font-size: 14px;
		color: #6f6f6f;
		background: #dfdfdf;
	}

	h1, h2, h3 {
		margin: 0px;
		font-weight: normal;
		color: #6f6f6f;
	}

	h1 {
		font-size: 34px;
	}

	a {
		color: #6f6f6f;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

	.credits {
		text-align: center;
	}

/* Contact Form */
   .send {
		display:none;
		}
   .ax-outer {
		width: 50%;
		margin: 0px;
		background: #FFF;
		padding: 0px;
		border-radius: 10px;
		-webkit-border-radius: 10px;    /* for Safari */
		-moz-border-radius: 10px;       /* for Firefox */		
	}
	
	.ax-label {
		display: block;
		margin-bottom: 3px;
	}
	
	.ax-input, .ax-textarea, .ax-select {
		margin: 0 0 10px 0;
		padding: 6px;
		width: 100%;
		color: #6f6f6f;
		border: 1px solid #dfdfdf;
		font: normal 13px;
		font-family: "Courier New", "Courier";
		text-transform: lowercase;
		border-radius: 5px;
		-webkit-border-radius: 5px;    /* for Safari */
		-moz-border-radius: 5px;       /* for Firefox */
	}
	
	.ax-select {
		width: 100%;
	}
	
	.ax-textarea {

		height: 50px;				
	}
			
	.ax-button{
		height: 42px;
		width: 134px;
		display: block;
		border: none;
		margin: 0px auto 0px auto;
		background: #d98200;
		color: #FFF;
		padding: 0 0 6px 0;
		text-align: center;	
		cursor: pointer;
		font: normal 16px;
		font-weight:bold;
		font-size:15px;
		font-family:  "Courier New", "Courier";
		border-radius: 5px;
		-webkit-border-radius: 5px;    /* for Safari */
		-moz-border-radius: 5px;       /* for Firefox */
	}
	#button{position:absolute; right:25px;bottom:30px; width:375px;/*border:solid red 1px;*/}
	.error {
		color: red;
		margin: 0;
	}