<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /* ------------------------------------------------------------------------ */
/* -----------------------&gt;&gt;&gt;   upload form  &lt;&lt;&lt;------------------------ */
/* ------------------------------------------------------------------------ */


#uploadForm .user_details{background:#e1ecc5; font-weight:bold; padding:8px; margin-bottom:16px;}
#uploadForm .photo_details{background:#bfd191; font-weight:bold; padding:8px;}


#uploadForm label, 
#uploadForm label span  {
	padding-bottom: .25em; 
	font-size:1.0em;
}

#uploadForm label {
	margin-top:5px;
	margin-bottom:5px;
	color:#151A0A;
}


/* =inputs */
#uploadForm input,
#uploadForm select {
	display:block; 
	font-size:1.1em;
	width:250px;
}


#uploadForm #submit {display:inline;width:20%;}


/* =inputs */
/* only target textarea inside fieldsets */
#uploadForm fieldset textarea {
	display:block; 
	width:250px;
	margin-bottom:6px;
}

/* fieldset */
#uploadForm fieldset {
	margin-bottom: 10px;
}

#blq-content #column1 #uploadForm fieldset p {
	margin:10px 0px;
}

#uploadForm legend {
	font-size:1.4em
	color:#000;
}


#uploadForm ul li {
	color:#000;
}

/* =div */
#uploadForm form div {
	margin-bottom: 20px; 
	padding:10px 20px;  
	text-align:center; 
	background: #F3F3F3;
}

/* =form div input */
#uploadForm form div input {
	padding: 0 .25em;
}

/* =form div input */
#uploadForm form div input:hover {
	background: #000;
	color:#FFF;
}

/* reset hidden div*/
#uploadForm form div#hidden {
background:none;
border:none;
margin-bottom:0px;
padding:0px;
text-align:none;
}


#uploadForm .glow-errorMsg {
  font-weight: bold;
  color: #900;
}
#uploadForm legend .glow-errorMsg {
  display: block;
  margin-top: 5px;
}
#uploadForm .glow-errorSummary {
  background: #990000;
  padding: 4px 10px;
  margin-bottom: 10px;
  color:#ffffff;
}

#blq-content #uploadForm .glow-errorSummary ul li{
 color:#ffffff;
}

#blq-content .thanks{
 background:#E1ECC5;
 padding:5px;
 height:200px;
}

#blq-content .thanks h2,
#blq-content .thanks p{
 color:#151A0A;
}


#uploadForm .checkbox
{
	width:15px;
	height:15px;
	float:left;
	margin-right:10px;	
}

#uploadForm #acceptTerms.checkbox {
margin-top:0px;
margin-right:6px;
}

#uploadForm form input, 
#uploadForm form textarea {
border:none;
}


.new_upload_form{
background:red;
}</pre></body></html>