body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background: #fff }
td, p { font-family: Arial, Helvetica, sans-serif; font-size: 12px }
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 22px }
a.wa { font-size: 14px; font-weight: bold }

#mypopup {
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 314px;
	height: 235px;
	display: none;
	background: #fff;
	border: 1px solid #000;
}
#mypopup h1 {
	color: #d53838;
	float: left;
	font-size: 18px;
	padding: 0 2px 0 2px;	
}
#mypopup img {
	float: left;
}
#mypopup form {
	margin: 20px 10px 0 3px; 
	float: right;
}
#mypopup input {
	margin: 3px 0;
	background: #fff;
	color: #000000;
	//font-size: 24px;
	border: 1px solid #000;
}
#mypopup {
	float: left;
	clear: both;
}
#mypopup p {
	font-size: 12px;
}
.clearfloat { 
	clear: both; 
}
