#form-container {
	width:620px;
	height:400px;
	margin:0;
	padding:0 0 90px;
	float:left;
	background-image:url(../images/form-bg.png);
}

form {
	margin: 0 auto;
}

input { 
	font-family:"Times New Roman", Times, serif; 
	font-size: 28px; 
	width:85%;
	margin:10px 0 0 30px;
	color: #cccccc; 
	border: 1px solid  #d6e3f0; 
	height: 35px; 
	padding: 8px 0 8px 8px; 
}

input.submit {
	height:31px;
	width:104px;
	border:0;
}

input.reset {
	height:28px;
	width:140px;
	border:0;
}


textarea {
	width:90%;
	height:170px;
	margin:10px 0 0 30px;
	padding:10px;
	font-family:"Times New Roman", Times, serif; 
	font-size: 28px; 
	border:1px solid #d6e3f0;
	background-image:url(../images/field.jpg);
	background-repeat:repeat-x;

}

input:focus {
	background-image:url(../images/field.jpg);
	background-repeat:repeat-x;
	color:#666666;
}

