#formcontainer
{
margin: 0 auto;
width:600px;
padding:30px 0px 0px 0px;
}

.formblock
{
padding:5px 0px 10px 0px;
width:550px;
font-weight:bold;
}

.formblock p
{
margin-bottom:5px;
}


input, select, textarea
 {  
	  border:1px solid #765f40;
	  width:500px;
	  background-color:#fff;
	 color:#000;
    }  

		
input[type=checkbox]
{
text-align:left;
width:20px;
height:20px;
vertical-align:bottom;
}
	
input
{
height:25px;
}

input[type=submit] 

{ 
background-image: url(graphics/buttonbg.png);
background-repeat: repeat-x;
background-color:#000;
padding:5px;
color: #fff;
width: 500px; 
font-weight:bold;
margin: 10px 255px 0px 0px;
height:30px;
}

.formss
{
text-align:left;
font-weight:bold;
color:#fff;
font-size:13px;
text-decoration:underline;
padding:5px 0px 3px 0px;
}@media (max-width: 767px) {	#formcontainer {    width: 100%;	}	.formblock {    width: 100%;	}	input, select, textarea {    width: 100%;	}	input[type=submit] {     width: 100%;	}}