html, body{
	padding: 0px;
	margin: 0px;
	background: url(/images/popup-bg.jpg) top center repeat-x #dee2e5;
}

h1{
	font-family: verdana;
	color: #fff;
	margin: 0px;
	padding: 5px 0px;
	font-size: 17px;
	font-weight: normal;
}

.content{
	padding: 0px 50px 30px 50px;
}
.content p{
	color: #fff;
}

a.close, a.close:hover{
	padding: 10px;
	display: block;
	width: 30px;
	color: #c3d1df;
	text-decoration: underline;
	float: right;
}

a.red{
	color: #ff0000;
}

table.form{
	
}

table.form td{
	color: #fff;
	padding: 5px 10px 0px 0px;
}

table.form label{
	font-size: 11px;
	padding: 0px 0px 2px 5px;
	display: block;
}
table.form .fldShort{
	font-size: 11px;
	padding: 0px 5px;
	width: 205px;
	height: 23px;
	background: url(/images/fldShort.gif) no-repeat;
	border: none;
}
table.form .fldLong{
	font-size: 11px;
	padding: 0px 5px;
	width: 432px;
	height: 23px;
	background: url(/images/fldLong.gif) no-repeat;
	border: none;
}
table.form .txtAreaLong{
	font-size: 11px;
	padding: 0px 5px;
	width: 432px;
	height: 110px;
	background: url(/images/txtAreaLong.gif) no-repeat;
	border: none;
}


