body 
	{
		font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
		background: #FFFFFF;
		margin: 0;
		padding: 0;
		color: #000000;
	}
	
a.image
	{
		border:0px;
	}

a:link 
	{
		color: #0000FF;
		text-decoration: underline;
	}

a:visited 
	{
		color: #0000FF;
		text-decoration: underline;
	}

a:hover, a:active, a:focus 
	{
		text-decoration: none;
		color:#0000FF;
	}

.main 
	{
		background: #FFFFFF;
        	max-width: 900px;
		margin: 0 auto;
		text-align: center;
   	}

.g-recaptcha
	{
		text-align: center;
		display: inline-block;
	}

.header 
	{
		padding: 10px 0;
		background: #000000;
		position: relative;
		clear: both;
		text-align:center;
	}
	
.copy 
	{
		text-align:center;
        	color:#FFFFFF;
	}
img
	{
	        max-width:100%;
	}

textarea
	{
        	width:60%;
        	height:100px; 
	}




