/* CSS Document */
  /* styles for contact form */ 
form {
	width: 550px;
	font-size: 90%;
	position: relative;
} 
#name, #email { 
width: 200px; 
} 
#message { 
width: 500px; 
height: 150px; 
} 
label, .warning { 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal; 
} 
.warning { 
color: #F00; 
} 
.back-to-top {
	text-decoration: underline;
}
.align-left {
	text-align: left;
}
p {
	margin: 0px;
}

