@font-face {
    font-family: 'poetsen_oneregular';
    src: url('poetsenone-regular-webfont.eot');
    src: url('poetsenone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('poetsenone-regular-webfont.woff') format('woff'),
         url('poetsenone-regular-webfont.ttf') format('truetype'),
         url('poetsenone-regular-webfont.svg#poetsen_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body 
{
background-image:url('images/background.gif');
color:#666666;
width:320px;
overflow:hidden;
margin-left:auto;
margin-right:auto;
font-family: 'poetsen_oneregular', Arial, sans-serif;
}

p { font-family: 'poetsen_oneregular', Arial, sans-serif; }

a {

text-decoration:none;
color:#3399FF;
}

.board{
	
    
	z-index:1;
	position:relative;
	margin-top:-130px;
	margin-left:auto;
	margin-right:auto;
	height:70px;
	width:300px;

}

.board p{

	padding-left:20px;
	padding-right:20px;
	text-align:right;
	color:#CC9933;
	font-size:30px;
	line-height: 70px;
	
}

.top-right{

float:right;
margin-right:10px;

}

.top-left{

float:left;
margin-left:10px;

}

.clear{

clear:both;
}

input {
    border: 3px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 4px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
	width:280px;
}

.submit_button{

display: inline-block;
width:150px;
height:32px;
}

textarea {
    border: 3px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 4px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
	width:280px;
}


 
div .contact_form{

	padding-left:10px;
	padding-right:10px;
} 