﻿#submitprogram {
	height: 100px;
	margin-top: 10px;
	padding: 0 10px;
	overflow: auto;
	background-color: #eee;
	border: solid 1px #bababa;
}
h1.extra {
	margin-top: 35px;
}
h2 {
	margin: 10px 0;
	font-size: 17px;
	color: #02b0fc;
}
label {
	display: block;
	margin: 15px 0 4px;
}
label span {
	font-weight: normal;
}
label span.error {
	margin-left: 10px;
	color: Red;
}
p span {
	color: #e50064;
}
.textinput {
	width: 300px;
}
textarea.textinput {
	width: 400px;
	height: 150px;
}
.details {
	display: block;
	font-size: 11px;
}
.zipdetails, .jpgdetails {
	display: none;
	margin-top: 40px;
	padding-top: 20px;
	border-top: solid 1px #666;
}
.selected {
	font-size: 16px;
	font-weight: bold;
}
.selected span {
	margin: 0 10px 0 5px;
	font-weight: normal;
}
.selected em {
	margin-left: 3px;
	font-size: 12px;
}
.selected img {
	vertical-align: middle;
}
.keywords {
	margin: 10px 115px 0 0;
	overflow: hidden;
}
.keywords .k {
	float: left;
	width: 90px;
	margin: 1px 0;
	font-size: 12px;
}
.keywords textarea {
	margin-top: 5px;
}
form strong {
	margin: 0 5px;
	font-size: 14px;
	font-weight: normal;
}
#browser {
	margin: 30px 0;
}
#browser.sep {
	padding-top: 25px;
	border-top: solid 1px #666;
}
#browser p {
	margin-top: 0;
	font-style: italic;
}
#browser span {
	margin-left: 10px;
	font-size: 12px;
}
#browser em {
	margin-left: 3px;
}
#agree {
	display: none;
	margin: 25px 0 15px;
	padding-top: 25px;
	border-top: solid 1px #666;
}
#agree .error {
	color: Red;
}
#submit {
	display: none;
	margin-bottom: 10px;
}
#reply {
	margin: 5px 0 15px;
	color: Red;
	font-size: 14px;
	visibility: hidden;
}
#noclose {
	display: none;
}
#noclose .details {
	font-size: 12px;
}
#noclose div {
	margin-top: 5px;
	font-size: 16px;
}
.progress {
	display: none;
	position: relative;
	height: 22px;
	margin-top: 10px;
}
#progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 22px;
	overflow: hidden;
}
#progress span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 300px;
	line-height: 22px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
#progress span.half {
	color: #fff;
}
#bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	background: url(images/progress.gif) no-repeat;
	border: solid 1px #bababa;
}
#done, #remaining {
	display: none;
	margin-top: 3px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}