/* CSS Document */

form.sweepsformclass fieldset {
  width: 400px;
}
form.sweepsformclass legend {
  padding: 0 2px;
  font-weight: bold;
}
form.sweepsformclass label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}
form.sweepsformclass fieldset ol {
  margin: 0;
  padding: 0;
}
form.sweepsformclass fieldset li {
  list-style: none;
  padding: 3px;
  margin: 0;
}
form.sweepsformclass fieldset fieldset {
  border: none;
}
form.sweepsformclass fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.sweepsformclass fieldset fieldset label {
  text-align: left;
  width: auto;
}
form.sweepsformclass em {
  font-weight: bold;
  font-style: normal;
  color: red;
}
form.sweepsformclass label {
  width: 110px; /* Width of labels */
  text-align: right;
  padding-right: 15px;
}
form.sweepsformclass fieldset fieldset label {
  width: 270px;
  font-size: 90%;
  line-height: 100%;
	padding: 5px;
	margin-top: 6px;
}
form.sweepsformclass input[type="checkbox"] {
	margin: 0 !important;
}

form.sweepsformclass label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.error { display: none; }
input {	border: 1px solid black; width: 250px; outline: none;}
input.checkbox { border: none; outline: none;}
input.error.checkbox { border: 1px dotted red; }
input.error, select.error { border: 1px dotted red; }

#sweepsform { width: 400px; }
#sweepsform label.error { width: 280px; text-align: center; margin-top: -10px;}
#sweepsform fieldset fieldset label.error { width: 280px; text-align: left; margin-left: 55px; margin-top: -10px; background: none;}
.sweeps-btn-large {
  padding: 8px 12px;
  font-size: 27px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#sweeps-left {
	min-height: 500px;
}
.sweeps-right {
	height: 100%;
}
.sweepsprizing {
	position: relative;
}
/*.sweepsprizing a {
	position: absolute;
	top: 195px;
	left: 40px;
	display: block;
	width: 75px;
	height: 20px;
	background: url("about:blank") 0 0 repeat;
}
*/
.sweepsprizing {
}
.sweeps-entry {
	position: relative;
}
.sweeps-rules {
	/*
	position: absolute;
	bottom: 23px;
	*/
	line-height: normal;
	padding: 12px;
}
.moveOffScreenLeft {
	position: absolute;
	left: -1000px;
}