#new_video {
	margin-left: 15px;
}

#new_video ul {
	margin: 0;
	padding: 0;
}

#new_video ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#new_video label {
	color: #f1592a;
	font-size: 13px;
	font-weight: bold;
	display: block;
}

#new_video input, #new_video select {
	border: 1px solid #666666;
	background-image: none;
	height: 20px;
	margin: 10px 0 20px 0;

}

#video_language_input li { 
	float: left;
}

abbr {
	color: red;
	font-size: 13px;
	font-weight: bold;
}

#parentFields legend {
	font-weight: bold;
	margin-bottom: 20px;
}

.buttons {
	position: relative;
	top: -10px;
}

.commit #video_submit {
	background:url(/images/submit.png) no-repeat;
	cursor:pointer;
	width: 135px;
	height: 38px;
	border: none;
	text-indent: -10000em;
	text-transform: lowercase;
	display: block;

}

#errorExplanation {
	color: red;
}

#errorExplanation ul {
	margin: 0;
	padding: 0;
}

#errorExplanation ul li {
	margin: 0 0 2px 0;
	padding: 0;
}

.inline-errors {
	color: red;
	font-weight: bold;
	margin: -20px 0 20px 0;
	display: none; /* Temporary */
}

#video_agree_input {
	position: relative;
	top: -10px;
	left: 10px;
	float: left;
	width: 50px;
}

#checkLabel {float: left;}