/* Reset Reloaded (Eric Meyer) */
/* =========================================== */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;
	font-style: inherit;*/
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.15;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Additions to Meyer's Reset Reloaded) */
img {
	display: block;
}

input {
	border: 1px solid #000;
	background: #ddd;
	font-size: 1em;
}

input.text, select, textarea {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 6px;
}
	
input.text {
	width: 15em; height: 1.2em;
}

input.checkbox {
	width: 16px; height: 16px;
	border: none;
	background: none;
}
				
textarea {
	border: 1px solid #000;
	height: 5em;
	padding: 3px 6px;
	width: 20em;
}



/* Replace */
/* =========================================== */
.replace {
	position: relative;
	margin: 0;
	padding: 0;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
	text-indent: -2000em;
	background-repeat: no-repeat;
}

.replace a {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}



/* Clearfix */
/* =========================================== */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */