#content_middle /* overrides the rule in main.css */
{
	background-color: #ffffff; /* while we wait for the background image to load */
	background-image: url('bg621_416.gif');
}

#content /* overrides the rule in main.css */
{
	background-color: transparent;
	padding-bottom: 8px;
}

.center416
{
	width:416px;
	text-align:center;
}

.artistyle2 article img{
	width: 200px;
	height: 113px;
}

.center416 img
{
	margin-top: 14px;
}

.cImage{
	width: 100%;
}

#content form
{
	margin: 8px 0px 8px 0px;
	margin-bottom: 10px;
}

#content h1
{
	font-family: arial, tahoma, geneva, helvetica, sans-serif;
/*	font-size: 14px;*/
	font-size:20px;
	font-weight: bold;
	margin: 8px 0px 0px 13px;
	padding: 0px;
}

#content p
{
	margin-left:13px;
	margin-right:5px;
}

#content p a
{
	color: #5f6066;
	font-weight: bold;
	text-decoration: none;
}
#content p a:hover
{
	text-decoration: underline;
}

.questionText
{
	margin: 0px 0px 5px 0px;
	padding-top: 5px;
	padding-left: 13px;
	font-weight: bold;

	background-position: top;
	background-repeat: repeat-x;
}

.answerRadio
{
	margin-left: 13px;
	height: 22px;
}

#content table
{
	margin-left: 13px;
}

#content label
{
	font-weight: bold;
	height: 28px;
	padding-right: 10px;
}

.list{
	padding-bottom: 10px;
}

#contestForm.contestForm{
	padding-bottom: 20px;
}

#singleContest{
	position: relative;
    min-height: 150px;
}

h2{
	margin-top: 0px;
    margin-bottom: 0px;
}

.artistyle1 article a h3{
	display:inline;
}

.artistyle2 article p {
    width: 493px;
    float: none;
    max-width: 56%;
}

.artistyle2 .readMore{
}

#closed.state::before{
	position: absolute;
	font-size: 4.8em;
	top: -24px;
	left: -9px;
	z-index: -1;
	color: red;
	font-family: 'Glyphicons Halflings';
}

#open.state{
	width: 72px;
	height: 72px;
	position: absolute;
	font-size: 4.8em;
	float: right;
	right: -12px;
	z-index: -1;
}

#closed.state{
	width: 72px;
	height: 72px;
	position: absolute;
	font-size: 4.8em;
	float: right;
	right: -12px;
	z-index: -1;
}

#closed.state.glyphicon.glyphicon-certificate{
	position: absolute;
	top: 40%;
	right: 3%;
	color: white;
	font-weight: bold;
	font-family: Arial;
}

#open.state.glyphicon.glyphicon-certificate{
	position: absolute;
	top: 42%;
	right: 4%;
	color: white;
	font-weight: bold;
	font-family: Arial;
}


