html {
	margin: 10px;
}
body {
	background-color: #dddddd;
	font: 0.8em "Helvetica", arial, sans-serif;
	color: #505050;
}

/* Top message */

#upmsg {
	width: 600px;
	background: #FFF;
	border-radius: 3px;
	padding: 20px;
	margin: 0 auto;
}
.errormsg {
	color: #e85353;
}
.uploaded {
	color: #4ac037;
}

/* General */

a {
	color: #cc0033;
}

.highlight {
	color: #cc0033;
}

.error {
	font-size: 0.7em;
	color: #e85353;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

.refnumber {
	font-family: "Monaco", Courier, monospace;
}
/* Structure */

#container {
	width: 600px;
	background: #FFF;
	border-radius: 4px;
	height: 100%;
	margin: 10px auto;
	padding: 20px 20px 0px;
}

#top {
	overflow: hidden; 
	border-bottom: 1px solid #cc0033;
	padding-bottom: 20px;
}

#topright {
	float: right;
}

#mainform {
	margin-top: 10px;
	padding: 10px 0px;
}

.group {
	background: #FAFAFA;
	border-radius: 3px;
	border: 1px solid #EFEFEF;
	padding: 5px;
	margin-bottom: 10px;
	
}
.row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 4px;
}
.divide {
	border-bottom: 1px solid #cc0033;
	margin-bottom: 10px;
}

.leftcol {
	float: left;
	width: 184px;
}
.rightcol {
	float: left;
	position: relative;
}

/* Form Elements */

.singleline {
	border: 1px solid #A7A7A7;
	border-radius: 3px;
	height: 18px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1),0 1px 0 black;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 #000;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1),0 0px 0 black;
	color: #505050;
}

.large {
	width: 395px;
}
.small {
	width: 200px;
}

.multiline {
	border: 1px solid #A7A7A7;
	border-radius: 3px;
	height: 100px;
	width: 395px;
	resize: vertical;	
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1),0 1px 0 black;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 #000;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1),0 0px 0 black;
	color: #505050;
}

.twoline {
	border: 1px solid #A7A7A7;
	border-radius: 3px;
	height: 40px;
	width: 395px;
	resize: vertical;	
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1),0 1px 0 black;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1),0 1px 0 #000;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1),0 0px 0 black;
	color: #505050;
}

.optionhide {
	display: none;
}

.hide {
	display: none;
}
.note {
	font-size: 0.8em;
	width: 400px;
}

/* Bottom works list */

#submittedworks {
	margin: 0px auto;
	width: 600px;
	background: #FFF;
	border-radius: 3px;
	margin: 20px auto;
	padding: 20px;
	overflow: hidden;
}
.workimg {

}
.works {
	float: left;
	overflow: hidden;
	margin-right: 20px;
}
.workslast {
	float: left;
	overflow: hidden;
}
.referenceholderthumb {
	width: 186px;
	float: left;
	padding: 50px 0px;
	height: 100%;
	text-align: center;
	background: #EBEBEB;
	margin-top: 5px;
}

/* VIEW */

.viewcontainer {
	width: 1200px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
	border-radius: 4px;
	padding: 20px;
	position: relative;
}

.entry {
	float: left;
	width: 400px;
	padding: 10px 0px;
	min-height: 100px;
}

.viewthumbnail {
	float: left;
	margin-right: 5px;
	width: 125px;
	height: 125px;
	overflow: hidden;
	background: #DDD;
}

.viewreference {
	padding: 50px 0px;
	height: 125px;
	overflow: hidden;
	text-align:center;
}

.singularview {
	padding: 0 auto;
	width: 1200px;
	text-align: center;
}
#viewname {
	width: 100px;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 20px;
	font-size: 1.2em;
}
#backlink {
	float: left;
	position: absolute;
	left: 20px;
	top: 20px;
}
#showinfo {
	float: right;
	position: absolute;
	right: 20px;
	top: 20px;
}
#information {
	border-bottom: 1px solid #cc0033;
	margin-bottom: 20px;
	padding: 0px 0px 20px;
	display: none;
}

#innerinfo {
background: #FAFAFA;
border-radius: 3px;
border: 1px solid #EFEFEF;
padding: 10px; 
overflow: hidden;
}

.columntext {
	float: left;
	width: 200px;
	overflow: hidden;
}
#viewoptions {
	width: 1200px;
	padding: 20px 0px 0px;
	text-align:center;
}
.option {
	padding: 0px 10px;
	font-size: 2em;
	cursor: pointer;
}
.optionno {
	color: red;
}
.optionno:hover {
	color: #940000;
}
.optionyes {
	color: green;
}
.optionyes:hover {
	color: #00e400;
}

#previousbut {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
#nextbut {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.hidden {
	display:none;
}

#logoutcontainer {
	width: 600px;
	background: #FFF;
	border-radius: 3px;
	margin: 20px auto;
	padding: 20px;
	overflow: hidden;
}

/*
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 300px;
}

input.file {
	
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 400px;
}

input.file:hover .fakebutton {
	border: 1px solid #a0a0a0;
	color: #A0A0A0;
	cursor: pointer;
}
#fakeshow {
	margin: 0px;
}
.fakebutton {
	color: #505050;
	border-radius: 3px;
	border: 1px solid #848484;
	padding: 2px 8px 3px;
	font-size: 0.9em;
	margin-left: 6px;

	background-color: #bfbfbf;
}
div.fileinputs:hover .fakebutton {
	border: 1px solid #a0a0a0;
	color: #A0A0A0;
	cursor: pointer;
}
div.fileinputs:active .fakebutton {
	background: #A0A0A0;
	color: #FFF;
	border: 1px solid #bcbcbc;
}
*/