body {
	background: #000 url('images/bg.gif');
	font: 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

a.ext:link, a.ext:visited {
	padding: 5px;
	color: #b29a64;
	background: #2e1f0d;
}

a.ext:hover, a.ext:active {
	color: #2e1f0d;
	background: #ddd;
}

input {
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 10px;
	border:0;
	vertical-align:middle;
	color: #2e1f0d;
}

#wrapper {
	width: 600px;
	padding: 1em;
	margin: 1em auto;
	background: #fff;
	text-align:left;
}


#fileInput {
	margin: auto;
	width: 110px;
}

#submissionForm {
	margin: 1em auto;
	width: 445px;
	padding: 1em;
	background: #ddd;
}

#submissionForm button#nextstep {
	margin: 1em auto;
	display: block;
	width: 200px;
	height: 80px;
	border: 0;
	padding:0;
	background: url('images/sprite-button.gif') no-repeat 0 0;
}

#submissionForm button#nextstep:hover {
	margin-top: 1em;
	cursor: pointer;
	background: url('images/sprite-button.gif') no-repeat 0 -80px;
}

#submissionForm label.default {
	display: block;
	width: 175px;
	float: left;
}

#submissionForm label.error { 
	width: auto;
	display: inline;
	font-size: 13px;
	font-weight: bold;
	background:red; 
	color: #000; 
	padding: .5em;
}

#submissionForm input[type="text"] {
	display: block;
	width: 250px;
}

.row {
	border-bottom: 1px dotted #ccc;
	line-height: 40px;
	padding: 10px 0;
}

.upload_files_box {
	margin: 18px auto;
	width: 445px;
	padding: 18px;
	background: #ddd;
}

div.fineprint {
	margin: 18px auto 0 auto;
	text-align: center;
	font-size: 11px;
}


a#upload_button:link, a#upload_button:visited {
	display: block;
	margin: 1em auto;
	width: 250px;
	height: 80px;
	background: url('images/sprite-button.gif') no-repeat 0 -160px;
}

a#upload_button:hover, a#upload_button:active {
	background: url('images/sprite-button.gif') no-repeat 0 -240px;
}
