
@import url("widgets/article.css");

.article p {
	margin-top: 20px;
	line-height: 1.2em;
}

.article h3 {
	margin: 20px 0;
}

.answers, .personal {
	margin-top: 20px;
}

.answers li {
	line-height: 20px;
}

.answers input {
	margin: 0 5px 0 0;
}

.formitem {
	height: 20px;
	margin-top: 5px;
}

.formitem label, .formitem input {
	display: block;
	float: left;
}

.formitem label {
	font-size: 1.1em;
	width: 90px;
}

.formitem input {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	width: 218px;
	height: 18px;
	padding: 0;
}

#formfooter {
	height: 26px;
	position: relative;
	width: 310px;
	margin-top: 20px;
}

#formfooter span {
	line-height: 26px;
	font-weight: bold;
}

#formfooter input {
	position: absolute;
	top: 0;
	right: -2px;
}

#competitions {
	border-bottom: 1px solid #ccc;
}

#competitions .competition {
	float: left;
	position: relative;
	width: 50%;
	border-top: 1px solid #ccc;
	height: 62px;
}

#competitions .odd {
	background-color: #f9f9f9;
}

#competitions .img, #competitions .title, #competitions span {
	display: block;
}

#competitions .img {
	position: absolute;
	top: 0;
	left: 0;
}

#competitions .title, #competitions span {
	margin-left: 53px;
	line-height: 1.2em;
}

#competitions .title {
	padding-top: 10px;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
}

#competitionsposter {
	margin-top: 20px;
}

#companies {
	background-color: #f7f7f7;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#companies img {
	margin: 0 5px;
	vertical-align: middle;
}

#prime {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#movieinfo {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 0;
}

#movieinfo a {
	display: block;
	margin-left: 45px;
}

#movieinfo #watchtrailer {
	background: url(http://moviezine.se.s3.amazonaws.com/ui/images/viewtrailer.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 141px;
	height: 32px;
	margin-bottom: 10px;
}

#movieinfo #readmore, #movieinfo #officialweb {
	background: url(http://moviezine.se.s3.amazonaws.com/ui/images/grayorangerightarrow.gif) no-repeat;
	padding-left: 20px;
	color: #000;
	font-size: 1.1em;
	line-height: 15px;
	margin-bottom: 10px;
}

#winners {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 20px;
}

#winners div {
	position: relative;	
}

#winners ul {
	border-top: 1px solid #ccc;
	padding: 10px;
	line-height: 16px;
	font-size: 0.92em;
}

#winners a {
	color: #666;
}

#winners .head {
	background-color: #e8e8e8;
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #ccc;
	color: #666;
	display: block;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
	text-transform: uppercase;
}

#winners .head .showwinners {
	background: #e8e8e8 url(http://moviezine.se.s3.amazonaws.com/ui/images/darkorangeplus.gif) no-repeat center;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 25px;
	height: 27px;
	top: 0;
	right: 0;
}

#wufoo {
	margin-top: 25px;
}