body {
	font: 13px/18px Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}
a, a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
	outline-width: 1px;
	outline-style: dotted;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
h1 { 
  font-size: 36px; 
  line-height: 36px;
}
h2 { 
  font-size: 24px; 
  line-height: 24px; 
}
h3 { 
  font-size: 18px; 
  line-height: 18px; 
}
h4 {
  font-size: 14px; 
  line-height: 18px;
}
h5 {
  font-size: 14px; 
  line-height: 18px;
}
h6 {
  font-size: 12px; 
  line-height: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans;
}
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 18px;
	background-color: transparent;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* forms default styles */
label {
  display: block;
}
label:hover {
  cursor: hand;
  cursor: pointer;
}
input, textarea {
  padding: 2px 5px;
  border-width: 1px;
  font: 12px/18px Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}
select {
  width: auto;
  height: auto;
  border-width: 1px;
  padding: 0;
  font: 12px/18px Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}
option {
  width: auto;
  height: auto;
  border-bottom-width: 1px;
  padding: 0 2px;
}
input[type="checkbox"],
input[type="radio"], 
input[type="image"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  width: auto;
  border-width: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  padding: 9px 20px;
  border-width: 1px;
  margin-right: 10px;
  font-size: 12px !important;
  font-weight: bold;
  width: auto !important;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  display: inline !important;
  vertical-align: text-bottom;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  cursor: hand;
  cursor: pointer;
}

