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

body,
	html {
		margin: 0;
		padding: 0;
		background: #000;
		font-family: Verdana, sans-serif;
		background-image:  url(../img/bg3.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: top center;
	}
	body {
		min-width: 955px;
	}
	
	img {
		 border-style: none;
	}
	
	#nametagSM {
		background: url(../img/jhNameSM.png) no-repeat;
		float: left;
		width: 260px;
		height: 480px;
		margin-left: 35px;
	}
	
	#nametagSM2 {
		background: url(../img/jhNameSM.png) no-repeat;
		float: left;
		width: 260px;
		height: 550px;
		margin-left: 35px;
	}
	
	#nametagSM3 {
		background: url(../img/jhNameSM.png) no-repeat;
		float: left;
		width: 260px;
		height: 350px;
		margin-left: 35px;
	}
	
	#contact {
		float: right;
		width: 600px;
	}
	
	#contact p {
		font-size: .9em;
		color: #DFC33D;
		line-height: 0px;
		text-align: justify;
	}
	
	.howto p {
		font-size: .9em;
		color: #DFC33D;
		margin-top: 20px;
	}
	
	.thanks {
		height:70px;
	}
	
	.thanks p {
		font-size: .9em;
		color: #DFC33D;
		margin-top: 20px;
		line-height: 20px;
	}
	
	.send {
		margin-top: 20px;
		width: 300px;
	}
	
	#error {
		background:url(../img/qMark.png) no-repeat;
	}
	
	#error p {
		font-size: .9em;
		color: #FEE1A9;
		text-align: center;
		margin-top: 20px;
	}
	
	.back {
		display: block; 
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		}
	
	input { 
		font-size: 1.0em;
		font-family: Verdana;
		color: #DFC33D;
		background:url(../img/spacer.gif) no-repeat;
		border: 1px solid #DFC33D; 
	}
	
	.msginput { 
		font-size: 1.0em;
		font-family: Verdana;
		color: #DFC33D;
		background:url(../img/spacer.gif) no-repeat;
		border: 1px solid #DFC33D; 
	}
	
	