/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.input{
	width:500px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
.button{
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}
.textarea{
	width:500px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
