body {
	text-align:center;
}

body td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#requestInfo {
	font-family:Arial;
	font-size:10pt;
	font-weight:bolder;
}

#images {
	height:100px;
	width:728px;
	overflow:hidden;
	white-space: nowrap;
}

#title {
	text-align: center;
	font-size:46pt;
	color: Bisque;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	margin-bottom:20px;
}

#twitter-header {
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
	color: #6666FF;
	font-family: Arial;
	font-weight: bold;
}

.timestamp {
	font-size: 8pt;
}

#infoForm {
	display: inline;
	font-size: 10pt;
}

#infoFormDiv {
	width:500px;
	margin:auto;
	border: 1px solid silver;
	padding: 4px;
	text-align:center;
	-moz-border-radius: 15px;
	border-radius: 15px;

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

#sent {
	font-family:arial;
	font-size:18pt;
	text-align:center;
}

#formTable {
	width:500px;
}

textarea, input[type=text] {
	width:100%;
}

#main {
	width: 700px;
	text-align:center;
	margin:auto;
}