

.contest div, .contest p, .contest form {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.contest img {
    display: block;
    width: 600px;
    height: 300px;
}

.contest p, .contest div {
    display: block;
    width: 560px;
    background: white;
    color: black;
    margin: 1em 0;
    padding: 1em 20px;
    font-size: 0.85em;
    line-height: 1.25;
}

.contest form {
    background: white;
    color: black;
    margin: -1em 4em;
    padding: 1em 2em;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
}

.contest label {
    display: block;
    text-align: right;
    margin: 5px 0;
}

.contest input, .contest select {
    width: 67%;
}

.contest .button {
    width: auto;
    float: right;
}

#contests p {
	text-align: left;
}

#contests a {
	font-size: 0.85em;
	font-weight: bold;
	color: #27b;
}

.fineprint {
    font-size: 0.85em;
}
