﻿/* Clean up */
* { 
	margin:0;
	padding:0;
}

html {
 overflow-y: scroll;
}

img { 
	border:0;
}

h1 {
	font-size:1.5em;
	color:#009ee0;
	margin: 0 0 0.4em 0;
}
h2 {
	font-size:1em;
	color:#583119;
	font-weight:normal;
}
h3 {
	font-size:0.9em;  
	color:#583119;
	font-weight:normal;
}
h2,h3, p {
	margin:0 0 0.5em 0;
}
strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

ol,ul,dl {
	margin-left:10px;
}
ol li {
	list-style: decimal;	
}
ul li {
	list-style: disc;
}

p,table {
	margin-bottom:1em;
}

a {
	color:#e90000;
}

p, a {
	/*font-size:0.7em;*/
}

p, li {
	line-height:1.3em;
}

p a {
	font-size:1em;
}

a {
	color:#009ee0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	color:#583119;
}

label {
	font-size:0.7em;
	display:block;
	margin-top:10px;
	color:#583119;
}

.btn {
	font-size:1.1em;
	padding:1px 6px;
	display:block;
	margin-top:10px;
}

form p {
	margin-top:10px;
}

label.inline {
	display:inline;
}

/* firefox bug */
html {
	margin-bottom:1px;
	min-height:100%;
}


form span {
	display:none;
}

form select {
	padding:3px;
}

#response {
	margin-top:10px;
	float:left;
	width:90%;
}