/* CSS Document */
html, body {
	background-color:black;
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-size:8pt;
	}

a:link, a:visited {
	color:white;
	}

a:hover, a:active {
	color:#feee66;
	}

p {
	padding: 0 0 10px 0;
	margin:0px;
	}

h3 {
	font-size: 18pt;
	padding: 20px 0 20px 0;
	margin:0px;
	font-weight:normal;
	}

span.highlight {
	color:#feee66;
	}

div#container {
	width:1002px;
	margin: 0 auto 0 auto;
	background-image:url(/img/fade.gif);
	background-repeat:repeat-y;
	min-height:300px;
	}

div#topfade {
	background-image:url(/img/top-fade.jpg);
	background-repeat:no-repeat;
	min-height:250px;
	padding: 33px;
	}

div#leftcol {
	width:394px;
	float:left;
	padding: 24px 0 0 0;
	}

div#rightcol {
	width:537px;
	float:left;
	padding: 21px 0 0 0;
	}

div#rightcol h2 {
	width:385px;
	height:307px;
	display:block;
	background-image:url(/img/veal-logo-2012.jpg);
	background-repeat:no-repeat;
	padding: 0px;
	margin: -96px auto 20px auto;
	}

div#rightcol h2 span {
	display:none;
	}

div#rightcol div#copy-form {
	background-color:black;
	margin-top: 76px;
	padding: 15px 18px 20px 31px;
	}

div#veal {
	height:445px;
	background-image:url(/img/veal-2012.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}

div#veal span {
	display:none;
	}

div#leftcol div#rules {
	width:333px;
	height:330px;
	border:1px solid white;
	overflow:auto;
	font-size:10px;
	padding: 10px 10px 14px 12px;
	line-height:12px;
	}

div#rightcol div#rules {
	width:450px;
	height:300px;
	border:1px solid white;
	overflow:auto;
	font-size:10px;
	padding: 10px 10px 14px 12px;
	line-height:12px;
	}

form {
	padding:0px;
	margin:0px;
	}

label {
	text-align:right;
	font-weight:bold;
	font-size:8pt;
	width:150px;
	padding: 4px 5px 0 0;
	display:block;
	float:left;
	}

input, textarea {
	font-size:8pt;
	width:238px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	}

select {
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	}

div.error-message {
	color:#ed1c24;
	font-size:9px;
	padding-left:154px;
	padding-bottom:10px;
	}

td.fixerror div.error-message {
	padding-left:0px;
	}

div#privacy {
	font-size:9px;
	padding: 28px 0 0 0;
	}

div#privacy p {
	text-align:justify;
	}

div#privacy a {
	text-decoration:none;
	}

input#submit {
	width: 123px;
	height:29px;
	background-image:url(/img/button.gif);
	background-repeat:no-repeat;
	border:none;
	font-weight:bold;
	margin: 0 auto 0 auto;
	cursor: pointer;
	}
	
div#favoriteDishVote label
{
	display: inline;
	float: left;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}

div#favoriteDishVote input
{
	width: 20px;
	float: left;
	clear: left;
}

div#favoriteDishVote input#SweepstakesEntryOtherDish
{
	width: 150px;
}

div.floated-question
{
	overflow: auto;
}

div.floated-question p
{
	font-weight: bold;

	padding: 5px 0px 3px 0px;
}

div.floated-question div.input
{
	padding: 0px 0px 0px 155px;

	width: 300px;
}

div.floated-question div.input div.input
{
	padding: 0px;
}

/*** implementing Holly Hack ***/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





