a:link {
	color: #77775b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #77775b;
}
a:hover {
	text-decoration: underline;
	color: #77775b;
}
a:active {
	text-decoration: none;
	color: #77775b;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #77775b; 
}

.contest-wrap * { margin:0; padding: 0; }
.contest-wrap p { padding-bottom:15px; }

.contest-wrap {
margin:auto;
width:940px;
height:100%;
overflow:auto;
background-color:#f8f8f7;
padding-top:20px;
}

.left {
float:left;
width:305px;
margin-left: 20px;
}

.right {
float:right;
width:515px;
margin: 0 50px 50px 50px;
}

.redheading {
color:#ec1c24;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

.bodycopy {
color:#77775b;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

.bodycopy a{text-decoration:none; color:#333;}
.bodycopy a:hover{text-decoration:none; color:#ec1c24;}

.bodycopy li {margin-left:1.2em; padding-left:1.2em;}

.bodycopy-bold{
color:#77775b;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
padding:20px 0;
}

.subheading {
color:#77775b;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
padding-top:15px;
}

.formfields {
color:#77775b;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
padding:4px;
width:290px;
border:solid 1px #999;
margin:5px 0;
font-weight:normal;
}


.entrybutton{
/*cursor:pointer;*/
width:170px;
height:50px;
border:0;
background: url(contest_images/submit.png);
background-position:top left;
background-repeat:no-repeat;
}

.item {
float:left;
width: 155px;
margin:0 25px 25px 0;
background-color: #E5E5E5;
color:#494838;
text-align:right;
}
.itemtext {
width:145px;
padding:5px 5px 15px 5px;
text-align:left;
}

#errors{
border:dotted 1px #333; background-color:#ccc;
padding:10px;
color:#666;
font-weight:bold;
}
.error_title{
	font-size:18px;
	color:#F00;
	font-weight:bold;
}

.prize-table td {padding:8px 0; border-bottom:solid 1px #ccc;}
.termslist li {padding-bottom:10px;}

ul.noindent {
margin: 0;
padding: 0;
}
