/* _________________________________ RESET __________________________________ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td,a {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-weight: normal;
}

form,fieldset,input,textarea,select {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-weight: normal;
}

input, textarea {
	/*
background: transparent;
	border: 0px solid #888888;
	padding: 0px;
	color: #666666;
	z-index: 10;
*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	padding: 5px 5px 3px 5px;
	border: 1px solid #000000;
	border-radius: 0;
	background: #fff;
	margin: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}



label {
	text-indent: 0px;
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
	color: #000000;
	/* z-index: -1; */
	font-family: Palatino, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
/* 	font-size: 11px; */
}

select {
	background: #ffffff;
	border: 1px solid #888888;
	padding: 1px 2px 1px 2px;
	margin-right: 3px;
}


img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

div {
	display: inline;
	position: relative;
	float: left;
}

ul {
	list-style: none;
}

li {
	list-style-type: none; /* duplicated for IE 5/Win */
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}


