* {
		margin: 0px;
		padding: 0px;
}

body {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
		font-size: 11px;
		line-height: 17px;
		color: #fff;
		background: #000;
}

li {
		list-style: none;
}

img {
		border: none;
}

a {
		text-decoration: none;
		color: #555;
		outline: 0;
}
a:active,
a:hover,
a:visited {
    outline: 0;
    border: 0px;
}

table {
		width: 100%;
}

fieldset {
		border: none;
}

h1, h2, h3, h4 {
		font-size: 12px;
}

input.text, textarea {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
textarea {
	border: 1px solid #999999;
	border-top: 1px solid #737373;
}

.hide {
		display: none !important;
}

.clear {
		display: block !important;
		float: none !important;
		clear: both !important;
}