@charset "UTF-8";
/* CSS Contest */

h3 { margin: 10px 0px 5px 0px; }
h4 {}
em { font-weight: bolder; }

.contest_wrap {
	position: relative;
	width: 540px;
	padding-left: 2px;
	color: #666;
}

.contest_img img {
	padding: 0 4px;
	position: relative;
}
.contest_body, .contest_form {
	width: 520px;
	padding: 0px 10px;
	position: relative;
	font-size: 90%;
	overflow: auto;
}
.user_message { padding-left: 10px; }
.user_message { font-size: 85%; }
.contest_body li { margin-left: 20px; height: 30px; }
.contest_form input.entry, .contest_form input.submit {
	/* background-image: url(../images/contest/input_repeat.png);
	background-repeat:repeat-x; */
	background-color: #C0D9F0;
	height: 28px;
	line-height: 28px;
	float: left;
	width:240px;
	color: #666;
	border: 1px solid #005CAF ;
	outline-style: none;
	font-size: 100%;
	margin-bottom: 2px;
	padding-left: 5px;
}
.contest_form input.entry_img {
	float: left;
	margin-right: 95px;
}
.redstar { color: #F00; margin-left: 5px; }
.contest_form input.entry_file {
	width: 350px;
	color: #666;
	float:right;
	border: none;
	outline-style: none;
	font-size: 100%;
	margin-right: 70px;
	border: 1px solid #666;
}
.contest_form input.submit {
	width: 50px;
}
.contest_form input.check {
	outline-style: none;
	margin: 0 10px;
}
/* .l {
	float:right;
	display:block;
	background-image: url(../images/contest/input_left.png);
	background-repeat:no-repeat;
	width: 5px;
	height: 19px;
}
.r {
	float:right;
	display:block;
	background-image: url(../images/contest/input_right.png);
	background-repeat:no-repeat;
	width: 5px;
	height: 19px;
	margin-right: 80px;
} */
.contest_form ul.form {
	list-style: none;
	margin-top: 10px;
	overflow: auto;
	width: 520px;
}
.contest_form ul.form li {
	font-size: 80%;
	width: 520px;
	height: 32px;
	line-height: 20px;
	margin-bottom: 5px;
}
.contest_form label {
	display: block;
	float: left;
	width: 160px;
	padding: 0 10px 0 50px;
	margin-bottom: 2px;
	line-height: 30px;
}
p.ph1 {
	font-weight: bold;
	font-size: 90%;
}
p.pr1 {
	font-size: 80%;
	padding-left: 80px;
}
p.ph2 {
	font-size: 110%;
	font-weight: lighter;
	line-height: 20px;
	margin-bottom: 15px;
}
p.pr2 {
	font-size: 80%;
}
p.ph3 {
	font-size: 110%;
	font-weight: lighter;
	line-height: 20px;
	margin: 15px 0;
}
em.tnc {
	font-weight: bolder;
	font-size: 90%;
	text-decoration: underline;
	cursor: pointer;
}
#tnc {
	border: 1px solid #666;
	position: absolute;
	top: -5px;
	left: 0px;
	background-color:#FFF;
	width: 508px;
	font-size: 70%;
	padding: 20px 10px 10px 10px;
}
#tnc .close {
	position: absolute;
	top: 1px;
	left: 1px;
	font-size: 90%;
	vertical-align: middle;
}
#tnc ul {
	float: none;
	list-style: square;
	margin-left: 10px;
}
#tnc li {
	float: none;
}
.contest_button {
	margin-top: 20px;
}
.rulesList { list-style: outside decimal !important;}
