@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial;
	font-size: 12pt;
	color: #000;
	background-image: url(../graphics/popupBG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 635px;
	width: 476px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #9DACBF;
}
html, form {
	width: 476px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-size: 1.1em;
	padding: 1px;
	font-weight: bold;
	color: #290053;
	margin-top: 1ex;
	margin-right: 76px;
	margin-bottom: 1px;
	margin-left: 1px;
}
h2 {
	font-size: 1.0em;
	margin-top: 1px;
	margin-right: 76px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding: 1px;
	font-weight: bold;
	color: #000;
}
#logo {
	float: left;
	padding-left: 20px;
}
#realname, #Company, #email, #Phone {
	text-align: left;
	color: #2C1629;
	vertical-align: middle;
	border: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
	background-image: url(../graphics/inputBox.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 28px;
	width: 180px;
	vertical-align: middle;
	padding-right: 6px;
}
label {
	font-weight: bold;
	text-align: right;
	margin: 1ex;
	padding: 1ex;
	line-height: 2em;
}
#button:hover {
	width: 112px;
	height: 43px;
}

