html body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* font-weight: bold; */
	background-image: url(/images/bgrs/123bgr.jpg);
	background-repeat: repeat-x;
	background-color: #71DCFF;
	color: #2D4D06;
}

a:hover {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:link {
	color: #2D4D06;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	color: #2D4D06;
}

#wrapper {
    position:relative;
	width: 804px;
	height: 660px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(/images/bgrs/123main.jpg);
	background-repeat: no-repeat;
}

#wrapper-survey {
	position:relative;
	width: 804px;
	height: 1800px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(/images/bgrs/123survey.jpg);
	background-repeat: no-repeat;
}

#logo {
	position:relative;
	width: 325px;
	height: 171px;
	float: left;
}

#prizeinfo {
	position: absolute;
	float: left;
	width: 276px;
	height: 65px;
    padding-top: 5px;
	top: 36px;
	left: 382px;
	text-align: center;
}

#enter {
	position: absolute;
	width: 131px;
	height: 141px;
	left: 559px;
	top: 379px;
}

#content-form {
	position: relative;
	float:left;
	width: 655px;
	height: 1620px;
	margin-top: 14px;
	padding-top: 10px;
	margin-left: 71px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(/images/bgrs/form-bg.gif);
	background-repeat: repeat-y;
}

#footer-sub {
	width: 804px;
	height: 232px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(/images/bgrs/123btm.jpg);
	background-repeat: no-repeat;
}

#footer {
	position:relative;
	width: 804px;
	margin-right:auto;
	margin-left:auto;
}

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
