/* ================================================== */
/* concurs */
/* ================================================== */
.switch {
	background:#e9e7e7;
	padding:6px 5px 6px 5px;
	border-radius:5px 5px 5px 5px;
	color:#666;
	position:relative;
	margin:0 0 15px 0;
}
	.switch a.link:link, .switch a.link:visited {
		margin:0 15px 0 15px;
		text-decoration:underline;
		font-size:12px;
		text-align:center;
	} 
		.switch a.link:hover {
		}
	.switch a.selected:link, .switch a.selected:visited {
		color:#000;
		font-weight:bold;
		text-decoration:none;
	}
	.switch .marker {
		position:absolute;
		width:17px;
		height:12px;
		top:-12px;
		left:219px;
		background:url(/i/menu/marker.gif) no-repeat;
	}
.concursList {
	margin:15px 0 0 10px;
	width:665px;
	float:left;
}
	.concursList .item {
		border-bottom: 1px solid #DDDDDD;
	    margin: 0 0 20px;
	    padding: 0 0 24px;
	}
		.concursList .item .photo {
			float:left;
			width:150px;
			margin:13px 10px 0 0;
		}
		.concursList .item .info {
			float:left;
			width:505px;
			margin:10px 0 0 0;
		}
			.concursList .item a.name:link, .concursList .item a.name:visited {
				font-size: 20px;
			} 
			.concursList .item .date {
				color:#666;
				font-size:11px;
				margin:3px 0 0 0;
			}
			.concursList .item .announce {
				margin:0px 0 0px 0;
				text-align:justify;
			}
			.concursList .item .tbls {
				font-size:12px;
				margin:15px 0 0px 0;
				padding:10px 0 7px 0;
				border-top:1px dashed #DDDDDD;
				border-bottom:1px dashed #DDDDDD;
			}
				.concursList .item .tbls .row {
					margin: 0 0 3px 0;
				}
					.concursList .item .tbls .row .title {
						float:left;
						width:90px;
						padding:0 10px 0 0;
						margin:0 10px 0 0;
						text-align:right;
						border-right:1px dashed #DDDDDD;
					}
					.concursList .item .tbls .row .value {
						float:left;
						width:300px;
					}
			.concursList .item .tools {
				margin:20px 0 5px 0;
				text-align:left;
			}
				.concursList .item .tools .notice {
					margin:0px 0 25px 0;
				}
			.concursList .item a.send:link, .concursList .item a.send:visited {
				color:#FFF;
				font-size:12px;
				padding:5px 10px 5px 10px;
				text-decoration:none;
			}
.concursView {
	margin:15px 0 0 10px;
	width:670px;
	float:left;
}
	.concursView .concursInfo {
		border-bottom:1px solid #DDD;
		padding:0 0 20px 0;
		margin:0 0 20px 0;
	}
	.concursView .name {
		margin:0px 0 0 0;
		padding:0px;
		font-size:20px;
		font-weight:normal;
	}
	.concursView .concursWorks {
		font-size:20px;
		font-weight:normal;
		padding:0 0 20px 0;
	}
	.concursView .date {
		color:#666;
		font-size:11px;
		margin:2px 0 0px 0;
	}
	.concursView .photo {
		float:left;
		width:150px;
		margin:13px 10px 0 0;
	}
	.concursView #concursAnnounceShort {
		margin:0px 0 0 0;
		text-align:justify;
	}
	.concursView .info {
		float:left;
		width:505px;
		margin:10px 0 0 0;
	}
	.concursView .text {
		margin:0 0 10px 0;
		text-align:justify;
	}
	.concursView .tbls {
		font-size:12px;
		margin:15px 0 0px 0;
		padding:10px 0 7px 0;
		border-top:1px dashed #DDDDDD;
		border-bottom:1px dashed #DDDDDD;
	}
		.concursView .tbls .row {
			margin: 0 0 3px 0;
		}
			.concursView .tbls .row .title {
				float:left;
				width:90px;
				padding:0 10px 0 0;
				margin:0 10px 0 0;
				text-align:right;
				border-right:1px dashed #DDDDDD;
			}
			.concursView .tbls .row .value {
				float:left;
				width:300px;
			}
	.concursView .tools {
		margin:20px 0 20px 0;
		text-align:center;
	}
	.concursView a.send:link, .concursView a.send:visited {
		color:#FFF;
		font-size:13px;
		padding:5px 10px 5px 10px;
		text-decoration:none;
	}
	.concursView .photoList .item {
		float: left;
	    line-height: 1px;
	    margin: 0 12px 12px 0;
	    position: relative;
	}
		.concursView .photoList .item a:link, .concursView .photoList .item a:visited {
			text-decoration:none;
		}
		.concursView .photoList .item .win1, .concursView .photoList .item .win2, .concursView .photoList .item .win3 {
			width:46px;
			height:56px;
			position:absolute;
			top:-10px;
			right:-10px;
			font-weight:bold;
			color:red !important;
			font-size:20px;
			text-shadow: black 1px 1px 1px, red 0 0 1em;
			display:block !important;
		}
		.concursView .photoList .item .win {
			display:none;
		}
		.concursView .photoList .item .win1 {
			background:url(/i/icons/concurs/win1.png) no-repeat;
		}
		.concursView .photoList .item .win2 {
			background:url(/i/icons/concurs/win2.png) no-repeat;
		}
		.concursView .photoList .item .win3 {
			background:url(/i/icons/concurs/win3.png) no-repeat;
		}
.concursFilter {
	text-align:center;
	font-size:13px;
	padding:10px 0 25px 0;
	border-bottom:1px solid #DDD;
}
	.concursFilter .select {
		font-size:13px;
	}
	.concursFilter .send {
		font-size:13px;
		padding:5px 3px 5px 3px;
		width:60px;
	}
.concursAdd {
	
}
	.concursAdd	.terms {
		margin: 0px 0 15px 0;
	}
		 .concursAdd .terms .title {
		 	border-left:2px solid #DDD;
			padding: 0 0 0 10px;
		 }
		.concursAdd	.terms h1 {
			font-size:21px;
			font-weight:normal;
			margin:0px 0 0 0;
			padding:0 0 10px 0;
			color:#212121;
			line-height:16px;
		}
		.concursAdd	.terms .announce {
			margin:12px 0 12px 0;
			padding:0 0 15px 0;
			border-bottom:1px solid #DDD;
		}
		.concursAdd .terms h2 {
			font-size:13px;
			font-weight:bold;
			color:#212121;
			padding:0px;
			margin:0 0 10px 0;
		}
		.concursAdd .terms ul {
			margin:0px;
		}
			.concursAdd .terms ul li:last-child {
				padding-bottom:0px;	
			}
	.concursAdd .warning {
		color:red;
		font-weight:bold;
		margin:0px 0 20px 0;
	}
	.concursAdd .fieldBox {
		margin:0 0 5px 0;
		width:600px;
	}
		.concursAdd .fieldBox .textbox {
			width:400px;
			float:left;
		}
		.concursAdd .fieldBox .textarea {
			width:400px;
			height:70px;
			float:left;
		}
		.concursAdd .fieldBox small {
			float:left;
			margin:6px 0 0 7px;
			display:block;
		}
		.concursAdd .fieldBox .send {
			width:300px;
			font-size:14px;
			margin-top:20px;
			margin-right:20px;
		}