/* CSS Document */

body {
	margin-top: 20px;
	padding: 0px;
	font-family: Courier New, Courier, mono, serif;
	font-size: 14px;
}

#contact_box{
	margin: 30px 30px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 360px;
	height: 340px;
	float:right;
	overflow:auto;
	background-color:#74a81d;
	color:#000;
}

.copyright{
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
}

h3{
	text-size: 14px;
	margin-bottom:0px;
	padding-bottom: 0px;
}

.hide{
	display:none;
}

img, div { behavior: url(../iepngfix.htc) }

img{
	border: 0px;
}

input{
	border:1px solid #74a81d;
}

#pet_id_box{
	margin: 30px 30px 0px 0px;
	padding: 0px;
	width: 350px;
	height: 340px;
	background-color:#FFFFFF;
	float:right;
	overflow:auto;
}

#pet_id_box .text_flow{
	margin: 0px;
	padding: 0px 10px;
	
}

#pet_id_img{
	margin: 0px;
	padding: 0px;
	/*float:left;*/
	position: relative;
	top:35;
	left:45;
	float:left;
}

a, a:link, a:visited, a:active {
	font-family: Courier New, Courier, mono, serif;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.whiteBg a, .whiteBg  a:link, .whiteBg  a:visited, .whiteBg  a:active {
	font-family: Courier New, Courier, mono, serif;
	color: #649E03;
	text-decoration: none;
	font-weight: bold;
}

.whiteBg  a:hover {
	text-decoration: underline;
}

/*body,td,th {
	font-family: Courier New, Courier, mono;
	font-size: 15px;
}*/