div#header {
	width: 640px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: white;
}

div#wrapper {
	width: 640px;
	margin: 0;
	padding: 0;
}

div#cont {
	margin: 0 10px;
	padding: 10px 0;
}

div#contWrap {
	background-color: white;
}

div#contInner {
	margin: 0 10px;
	padding: 10px 0;
}

div#topContainer {
	float: left;

	width: 100%;
}

div#bottomContainer {
	float: left;
	width: 100%;
	margin-top: 10px;
}

div#leftContent {
	float: left;

	width: 300px;
	height: 308px;

	background-color: #DDEEFF;
}

div#rightContent {
	float: right;

	width: 300px;
	height: 308px;
}

div#id_bii_seek_animal_feedback {
	background-color: #ccffff;
	border: 1px solid #ff6600;
	width: 100%;
	height: 35px;
	margin: 5px;
	overflow: auto;
}

img#id_bii_animal_img {
	margin-left: 5px;
	width: 120px;
	height: 90px;
	float: right;
}

.ui-tooltip {
	font-size: 14px;
}

div.clear {
	clear: both;
}

.font-small {
	font-family: arial;
	font-size: 10pt;
}

.font-medium {
	font-family: arial;
	font-size: 12pt;
}

.font-large {
	font-family: arial;
	font-size: 14pt;
}

.font-giant {
	font-family: arial;
	font-size: 16pt;
}

.font-huge {
	font-family: arial;
	font-size: 18pt;
}

.font-color-white {
	color: white;
}

.font-color-black {
	color: black;
}

.font-color-orange {
	color: #ff6600;
}

.font-color-purple {
	color: #660099;
}

.text-regular {
	font-weight: normal;
}

.text-bold {
	font-weight: bold;
}
