html, body {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
body {
	background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
	color:#543b25;
}
#dialog{
	font-size:14px;
	color:#543b25;
}
#mainContainer {
	width:880px;
	margin:0 auto;
	padding:2px;
	text-align:center;
}
.white {
	color:white;
	text-shadow: #005b7f 1px 1px 1px;
}
.f56 {
	font-size:56px;
	line-height:58px;
	margin-top:0px;
}
.f40 {
	font-size:40px;
	line-height:44px;
	margin-top:0px;
}
.f36 {
	font-size:34px;
	line-height:42px;
}
.f20 {
	font-size:20px;
	line-height:24px;
}
.f18 {
	font-size:18px;
	line-height:22px;
}
.f14 {
	font-size:14px;
	line-height:18px;
}
.f12 {
	font-size:12px;
	line-height:18px;
}
.f11 {
	font-size:11px;
	line-height:16px;
}
.clear {
	clear:both;
	padding-top:30px;
}
.left {
	float:left;
}
.right {
	float:right;
}
img {
	border:0px;
}
.inputtext {
	font-size: 14px;
	color: #333333;
	height: 26px;
	border: 1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
}
#close {
	float:right;
	position:relative;
	right:70px;
	top:20px;
}
.checkbox, .radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(../images/checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}
/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
	background: transparent url('../images/checkbox-red.png') 0 1px no-repeat;
	line-height:18px;
	display:inline-block;
}

.ez-radio {
	background: transparent url('../images/radio-black.png') 0 10px no-repeat;
	display:inline-block;
}

.ez-checked { background-position: 0 -18px; }
.ez-selected { background-position: 0 -19px; }

.ez-checkbox-green {
	background: transparent url('../images/checkbox-green.png') 0 1px no-repeat;
	display:inline-block;
	*display: inline;
}
.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:30px; }