@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(/imgs/formbkgd.gif);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	font:0.9em Courier;
}
h1{
	font:1.5em Courier;
	font-weight:bold;
	margin-bottom:10px;
}
img {
	border: 0px;
}
.adoptform{
	position:relative;
	width:680px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	text-align:left;
}
.formbkgd{
	width:800px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	z-index:0;
}
.formLabel {
	font:0.9em Courier; 
	text-align: left;
}
.tinytext {
	font:0.7em Courier;
}
.idnumber{
	text-align:left;
	width:80px;
	border-color:#999999;
	border-width:1px;
}
.singleline{
	text-align:left;
	width:398px;
	border-color:#999999;
	border-width:1px;
	padding: 2px;
}
.singlelineshort{
	text-align:left;
	width:196px;
	border-color:#999999;
	border-width:1px;
	padding: 2px;
}
.multiline{
	text-align:left;
	width:398px;
	height:76px;
	border-color:#999999;
	border-width:1px;
	padding: 2px;
}
.informationHeading{
	font:1em "Courier New", Courier;
	font-weight:bold;
	margin-left:5px;
}
.buttonStyle {
	font:0.9em "Courier New", Courier;
	margin-top:5px;
}
.emptydiv{
	width:100px;
	height:100px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
