*, input, table, label { margin:0; padding:0; }
/* font-size for tables is not inherited in IE5.x */
body {
	font: 11px/130% Tahoma, Helvetica, Arial, Verdana, sans-serif;
	/* padding: 0 0 15px 0; */ /* some space under footer */
}
table, input, select, textarea {
	font: 11px/130% Tahoma, Helvetica, Arial, Verdana, sans-serif;
}
img, :link img { border: none; }

a { color: #595959; text-decoration: underline; }
a:hover { text-decoration: none; }

.clear {
	clear: both;
	width: 0px; /* 	width: 100%; for IE ??? */
	height: 0px;
	overflow: hidden;
	font-size: 1px; /* needed for IE5.x <div class="clear"></div> */
}
.hr {
	background-color: #aeaeae;
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	overflow: hidden;
}
table {
	width: 100%;
}

.inputText, .inputPassword, .inputSubmit, .inputButton {
	font-size: 11px;
	padding: 1px 2px;
}
textarea {
	
}
select {
	font-size: 11px;
	padding: 2px 0;
}
option {
	padding: 1px 3px;
}

.center {
	text-align: center;
}




