@charset "UTF-8";

html {
	height: 100%;
	margin-bottom: 0px;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	font-size: 11px;
	color: #999999;
	background: #fff;
}

form {
	margin: 0;
	padding: 0;
}

img,table {
	border:none;
}

a, a:link, a:visited {
	outline:none;
	text-decoration: none;
	font-weight: 400;
}

a:hover {
	text-decoration: underline;
	font-weight: 400;
}

input {
	background:none;
	border:none;
	outline: none;
}
input, textarea { font-family: Tahoma, Verdana, Arial, sans-serif; }

p {
	margin: 0pt 0pt 10px;
	padding:0;
}

label, .button { cursor: pointer; }

.clr {
	clear: both;
	line-height:0;
	font-size:0;
	height: 0;
}