label {
    display:block;
    margin-top:12%;
    letter-spacing:2%;
    font-size: 2vmin;
    font-family:Arial;
    color: white;
}

/* Centre the page */
.body {
    display:block;
    margin:0 auto;
    width:85%;
}

/* Centre the form within the page */
form {
    margin:0 auto;
    width:85%;
}

/* Style the text boxes */
input, textarea {
	width:97%;
	height:3vmin;
	line-height:auto;
	background:#efefef;
	/*border:1px solid #dedede;*/
	/*padding:1%;*/
	 /*margin-top:3px;*/
	font-size: auto;
	color:#3a3a3a;
}

textarea {
	height:auto;
	line-height:auto;
	resize: none;
	font-size: auto;
	/*background:url(images/textarea-bg.jpg) right no-repeat #efefef;*/
}

input, textarea {
    width:97%;
    height:3vmin;
    line-height:auto;
    background:#efefef;
    /*border:1px solid #dedede;*/
    /*padding:1%;*/
    /*margin-top:3px;*/
    font-size:2vmin;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

input:focus, textarea:focus {
    /*border:1px solid #97d6eb;*/
}

#submit {
    width:57%
    height:5vmin;
    border:none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size:2vmin;
  
    
    
}
