body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-image:url(/moscato/images/moscatoback.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-color:#FFFFFF;
}
/* Layout */
.oneColFixCtr #container {
	width: 520px; 
	background: transparent;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
}
.oneColFixCtr #mainContent {
	padding: 0 7px;
}
.oneColFixCtr #navbar {
	margin-top: 5px;
	text-align:center;
}
.oneColFixCtr #video {
	margin-top: 194px;
	margin-left:130px;
height:240px;
}
/*Font formatting*/
.oneColFixCtr p {
	font-size:12px;
	text-align:left;
	color:#855e3a;
}
.oneColFixCtr a {
	color:#855e3a;
	text-decoration:none
}
.oneColFixCtr a:hover {
	color: #000000;
	text-decoration:none
}
.oneColFixCtr p.winthe {
	font-size:24px;
	text-align:center;
	color:#855e3a;
	margin-top:10px;
	margin-bottom:0px;
}
.oneColFixCtr p.ultimate {
	margin:0;
	text-align:center;
}
.oneColFixCtr p.tellus {
	font-size:16px;
	text-align:center;
	color:#855e3a;
	margin:0px 0px 0px 0px;
}
.oneColFixCtr p.fineprint {
	font-size:11px;
	text-align:center;
	color:#855e3a;
	margin:10px 40px 0px 40px;
}
.oneColFixCtr p.enternow {
	margin:10px 50px 0px 50px;
	font-size:18px;
	text-align:center;
	color:#855e3a;
}
.oneColFixCtr p.clickhere {
	font-size:22px;
	text-align:left;
	color:#855e3a;
	margin-top:0px;
	margin-bottom:0px;
}
.oneColFixCtr p.freegifts {
	font-size:22px;
	text-align:left;
	color:#855e3a;
	margin-top:25px;
	margin-bottom:0px;
}
.oneColFixCtr p.downloadmenu {
	font-size:12px;
	text-align:left;
	color:#855e3a;
	margin-top:5px;
	margin-bottom:0px;
}
table.downloads {
	margin-left:0px;
	margin-top:0px;
	line-height:18px;
}
.downloads td {
	font-size:14px;
	color:#855e3a;
}

/*Form*/
:-moz-any-link :focus {
 outline: none;
}
:focus {
	-moz-outline-style: none;
	outline: none;
}


div.buttonSubmit input, div.buttonSubmit span {
	height: 20px;
	position: relative;
/*	background-image: url(/moscato/images/button-submit.gif);
	background-repeat: no-repeat;
	background-position: right 0px;*/
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 15px 2px 15px;
	margin: 20px 0px 20px 0px;
	border: 0px;
	cursor: pointer;
	z-index: 5;
}
div.buttonSubmit input {
	width: auto;
}
div.buttonSubmit span {
	width: 4px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: left -36px;
	padding: 0px 0px 0px 0px;
	z-index: 10;
}
body.safari div.buttonSubmit span {
	display: none
}
div.buttonSubmitHover input {
	background-position: right -72px;
}
div.buttonSubmitHover span {
	background-position: left -108px;
}
	#button {
				display: block;
				width: 100px;
				height: 32px;
				background: url(/moscato/images/button2.png) no-repeat top;
				border:0px;
			}
			#button:active {
				background: url(/moscato/images/button2.png) no-repeat bottom;
			}
label.error {
	display: block;
	color: red;
	font-style: italic;
	font-weight: normal;
}
input.error {
	border: 2px solid red;
}
form {
	border:0px solid #333;
	width:450px;
}
form table td {
	padding: 2px;
	font-size:10px;
}
form table input {
	padding: 0px;
	margin: 0px;
	text-align:left;
}
td.label {
	width: 150px;
	text-align:right;
}
td.field {
	width: 150px;
	text-align:left;
}
tr.required td.label {
	font-weight: bold;
	background: url(/moscato/images/backRequiredGray.gif) no-repeat right center;
}
td.field input.error, td.field select.error, td.field textarea.error, td.field checkbox.error, tr.errorRow td.field input, tr.errorRow td.field select {
	border: 2px solid red;
	background-color: #CCCCCC;
	margin: 0px;
	color: red;
}
tr td.field div.formError {
	display: none;
	color: #FF0000;
}
tr.errorRow td.field div.formError {
	display: block;
	font-weight: normal;
}
div.error {
	color: red;
}
div.error a {
	color: #336699;
	font-size: 12px;
	text-decoration: underline
}

