#email, #file {
	width: 200px;
}

input {
	margin: 5px 0;
}

BODY { font-family: "Gill Sans", sans-serif;
		background-color:#666666} 

/* used in the  formatting of the lifeline view.*/
pre {
	border: 1px solid #ccc;
	padding: 10px;
	overflow: scroll;
	margin: 0 10px;
	width: 620px;
	height: 200px;
	background: white;
}

img.response {
	display: block;
	margin: 10px;
	border: 1px solid #ccc;
	clear: left;
}
