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

p { font-family: 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: 2px solid grey; 
    -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:300px;
}

.submit_button{

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

textarea {
    border: 2px solid grey; 
    -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:300px;
}

#rcorners {
    border-radius: 25px;
    background: url(images/matchthesocks.png);
    background-position: left top;
    background-repeat: repeat;
    border: 1px solid black;
    padding: 0px; 
    width: 135px;
    height: 135px; 
 
div .contact_form{

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