* {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}
body {
	font:12px 'Trebuchet MS', verdana, sans-serif;
	text-align:center;
	background:#575757;
}

#wrapper {
	width:960px;
	margin:20px auto;
	text-align:left;
	overflow:auto;
}

a#chicretreats {
	position:absolute;
	cursor:pointer;
	top:540px;
	left:0;
}

a#chicretreats img {
	border:none;
}

/*form stuff*/
div.input label, div.input input, div.input textarea, div.input select {
	float:left;
	clear:both;
}
input, textarea, select {
	font-size:12px;
}
input, textarea, select {
	border:1px solid #ccc;
	padding:3px;
	font-family:arial, sans-serif;
}
input[type=submit] {
	background:#fff;
	border:1px solid #999;
	cursor:pointer;
}
input[type=submit]:hover {
	background:#006FB6;
	border:1px solid #006FB6;
	color:#fff;
}
div.input label {
	color:#666;
}
div.input label, div.input input[type=submit] {
	margin-top:1em;
}

.cake-sql-log {
	display:none;
}

a.login {
	color:#ff6;
	text-decoration:none;
	position:absolute;
	right:10px;
	top:10px;
}

/*colors*/
.ltgray {
	color:#999;
}
.mdgray {
	color:#666;
}
.dkgray {
	color:#333;
}

a img {
	border:none;
}