label {
    display:block;
    margin-top:10px;
    letter-spacing:1px;
}

/* This section centers our complete page */
.form-main {
    display:block;
    margin:0 auto;
    width:500px;
}

/* This section centers the form inside our web page*/
form {
    margin:0 auto;
    width:420px;
}

/* Applying styles to our text boxes */
input, textarea {
	width:400px;
	height:27px;
	background:#666666;
	border:2px solid #f6f6f6;
	padding:10px;
	margin-top:10px;
	font-size:0.7em;
	color:#ffffff;
}

textarea {
	height:200px;
	font-family:Arial;
}

#submit {
    color:blue;
    width:85px;
    height:35px;
    /*background:url(./submitimage.png);*/
    text-indent:-9999px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}
