﻿.alert {
	background-color:red;
	color:white;
	margin:10px;
}

input.words {
	width:600px;	
	font-family:Calibri, Arial;
	font-size:12px;
}

textarea {
	font-family:Calibri, Arial;
	font-size:12px;
}

form {
	border:1px gray solid;
	border-top-width:0;
	border-left-width:0;
	padding:5px;
	width:650px;
	background-color:#F5F5F5
}