﻿* { 
	margin:0;
	padding:0;
}

html {
 overflow-y: scroll;
}

fieldset,img { 
	border:0;
}

textarea {
	font:0.8em Arial;
}

h1 {
	font-size:1.4em;
	color:#898989;
	text-transform:uppercase;
	margin: 10px 0;
}
h2 {
	font-size:1.1em;
	color:#898989;
	text-transform:uppercase;
	margin: 10px 0 3px 0;
}
h3 {
	font-size:0.8em; 
	text-transform:uppercase;
	margin:0.5em 0 0 0;
}
p {
	margin:0 0 0.5em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold;
}

em {
	font-style:italic;
}
a {
	color:#000;
	text-decoration:none;
}

a, p {
	font-size:0.75em;
	line-height:1.4em;
}

p a, #rhs li a, h3 a {
	font-size:1em;
}
ol {
	margin-bottom:20px;
}

label {
	font-size:0.75em;
	clear:left;
}

fieldset legend {
	display:none;
}

fieldset label {
display:block;
float:left;
margin-top:17px;
width:200px;
}

fieldset select, fieldset input, fieldset textarea {
display:block;
float:left;
margin-top:17px;
width:250px;
}

fieldset input.formbutton, #btnSubmit {
height:auto;
margin-bottom:15px;
width:auto;
}

