/* 
Title:		omphalos.com/submissions.html screen styles
Author: 	gordon@slickfishstudios.com
*/

#CC-form.placeit {
	margin-top: 60px;		
}
#main #format {
	text-align: left;
}
.white {
	color: #fff;
	font-weight: normal;
}
#main #format .column-left {
	float: left;
	width: 280px;
	height: 435px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #666;
}
#main #format .column-right {
	float: left;
	width: 470px;
	padding-left: 10px;
}
#main #format input[type="text"] {
	background: #000;
	border: 1px solid #454545;
	color: #ccc;
	height: 1.5em; 
	line-height: 1.5em;
	font-size: 11px;
	margin: 0 4px;
	outline: none;
}



#main #format textarea {
	background: #000;
	border: 1px solid #454545;
	color: #ccc;
	line-height: normal;
	font-size: 11px;
	margin: 7px 0;
	outline: none;
	font-family: Verdana, sans-serif;
}
#main #format .label {
	color: #555;
	font-size: 11px;
	width: 25%;
	display: block;
	float: left;
}
#main #format .label-nobreak {
	color: #555;
	font-size: 11px;
	display: block;
	float: left;
}
#main #format .label-wide {
	color: #555;
	font-size: 11px;
	display: block;
}
#main #format .pad7 {
	display: block;
	padding-top: 5px;
	clear: both;
}
#main #format #online-submission {
	margin: 10px 5px 10px 0px;
}

#main #format #uploads-box {
	overflow: auto;
	width: 490px;
	background: #222;
	margin: 10px 0 0 0;
}
#main #format #uploads-box .column {
	float: left;
	width: 230px;
	padding: 10px 7px;
	margin: 0;
}

.file-butt
{
	background: #222;
	border: 1px solid #454545;
	color: #ececec;
	height: 1.8em;
	line-height: 1.8em;
	font-size: 11px;
	margin: 0 4px;
	padding: 0 4px;
	outline: none;
}






#main #format input[type="submit"]
{
	background: #5f6d76;
	border: 1px solid #84919a;
	color: #ccc;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	height: 1.8em;
	line-height: 1.8em;
	font-size: 11px;
	padding: 0 4px;
	outline: none;
}
#main #format input[type="submit"]:hover
{
	background: #505d66;
	border: 1px solid #ccc;
	color: #fff;
}