/*
	Copyright (c) JB Interactive Pty. Ltd.
	All Rights Reserved
	http://www.jbinteractive.com.au/
*/

/* IE6 fixes - emulates css type selector */
.basic .small {	width: 30px; }
.basic .wide .medium { width: 60px; }
.basic .wide .medium input {	width: 50px; }
.basic .wide .textbox { width: 100px; }
.basic .wide .no-width { width: 820px;}

/* Holly hack - currently only found in adoptions list form */
/* \*/
* html .basic .wide { height: 1%; }
/* */

.announcement span {
	font-size: 11px;
	padding-bottom: 4px;
}

.announcement a.close {
	background: url('/img/layout/announcement-close.png') no-repeat;
	display: block;
	float: right;
	width: 42px;
	height: 0;
	overflow: hidden;
	padding-top: 41px;
}

.announcement a.close:hover {
	background-position: 0 -41px;
}

