@charset "utf-8";
@import url("forms.css");
html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body, table, div, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
body {
	background: #e3b223 url('imgs/bg.png') repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
a, .link {
	color: #111;
	text-decoration: underline;
	cursor: pointer;
}
a:hover, .link:hover {
	color: #6b4c19;
	text-decoration: none;
}
.pointer {cursor: pointer;}
.link {cursor: pointer;}
.clear {clear: both;}
.fleft {float: left;}
.fright {float: right;}
h1{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #636363;
	font-size: 26px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	border-bottom: 2px dotted #111;
}
h1 b{
	font-size: 34px;
	color: #d3a633;
}
h2,h3{
	margin: 0px;
	padding: 0px;
}
h2{
	font-size: 22px;
	color: #6f6f6f;
}
h3{font-size: 18px;}
.simplemodal-overlay {
	background-color:#FFF;
}
.simplemodal-container {
	padding: 10px;
	background-color:#FFF; 
	border: 8px solid #d3a633;
}
