html,input,select { 
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;  
  color: #000;
}

h1 {
	color: #4444ff;
	font-weight: normal;
	padding-bottom: 15px;
	position: relative;
}

#beta {
	color: #aaa;
	font-size: 18pt;
	position: absolute;
}

a {
	color: #4444ff;
	text-decoration: none;
}

#middle {
	display: block;
	width: 770px;
	margin: 30px auto;
	text-align: center;
}

#generate_new_email {
	padding: 5px;
}

#copy_email {
	padding: 5px;
}

#autorequest {
	padding: 8px;
	font-size: 10pt;
}
#request_urls {
	vertical-align: top;
}

#temp_email {
	padding: 8px;
	border: 1px solid #ccc;
	color: #0000ff;
	font-size: 18pt;
	text-align: center;
	width: 350px;
}

#incoming_mail {
	text-align: left;
	margin-top: 20px;
}

#bottom_menu {
	padding: 8px;
	text-align: center;
	margin-top: 20px;
	width: 100%;
	font-size: 10pt;
}

.show_email {
	font-size: 8pt;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.subject-unread {
	font-weight: bold;
}
.subject-read {
	font-weight: normal;
}
