label {
	display: block;
  font-size: 1.3em;
 
  margin: 0 0 4px 0;
}

#site_navigation form {
	float: left;
  display: none;
}

#site_navigation input {
  top: 23px;
  right: 65px;
  width: 200px;
  padding: 5px;
  color: #585B5A;
  position: absolute;
  border: 5px solid #FFD0BB;
}

#sign_in,
#sign_up {
  width: 250px;
  float: left;
}

#sign_in {
  margin: 0 170px 0 115px;
}

#sign_in div,
#sign_up div {
	margin: 0 0 1em 0;
}

#sign_in .text_field input,
#sign_in .password_field input,
#sign_up .text_field input,
#sign_up .password_field input {
  width: 100%;
}

#sign_in h2,
#sign_up h2 {
  font-size: 1.8em;
  font-weight: 500;
}

#sign_in .checkbox_field label {
	display: inline;
}

#sign_in .submit_field input {
	float: left;
}

#sign_in .submit_field a {
  font-size: 1.1em;
  font-weight: 500;
  float: right;
}

/* edit project */

fieldset legend {
	font-size: 1.8em;
	color: #EF7527;
  line-height: 2;
}

#main_information {
	width: 675px;
}

#extra_information {
  width: 275px;
}

#main_information,
#extra_information {
	float: left;
}

#main_information div,
#extra_information div{
	margin: 0 0 1em 0;
}

form #main_information p {
  margin-bottom: 1em;
}

#main_information .text_field input,
#main_information .textarea_field textarea {
  width: 90%;
}

#extra_information .select_field select,
#extra_information .textarea_field textarea {
	width: 75%;
}

#main_information fieldset p {
  width: 90%;
}

.submit_field {
  clear: left
}

#project_description_field textarea {
	height: 300px;
}
/* Predefined searches*/
.predefined_search {
  border-top:1px solid #ECECEC;
  color:#EF7527;
  font-family:'Lucida Grande','Helvetica',Sans-Serif;
  font-size:1.2em;
  margin-top:59px;
  padding-top:21px;
  text-align:left;
  width:168px;
}
.predefined_search img{
  margin-top:20px;
}
a.rollover{
  margin-top:15px;
  background-repeat:no-repeat;  
  display:block;
  height:37px;
  overflow:hidden;
  text-decoration:none;
  text-indent:-9999px;
  width:123px;
}
a#newyork {
  background-image:url("/images/buttons/button_new_york.png");
}
a#newyork:hover {
  background-position:0 -36px;
}
a#california{
  background-image:url("/images/buttons/button_california.png");
}
a#california:hover {
  background-position:-1px -36px;
}

.job_searches-index #results form .select_field,
.job_searches-index #results form .text_field,
.project_searches-index #results form .select_field,
.project_searches-index #results form .text_field,
.event_searches-index #results form .select_field,
.event_searches-index #results form .text_field,
.product_searches-index #results form .select_field,
.product_searches-index #results form .text_field {
	margin: 0 0 1.5em 0;
}

.job_searches-index #results form .select_field select,
.job_searches-index #results form .text_field input,
.project_searches-index #results form .select_field select,
.project_searches-index #results form .text_field input,
.event_searches-index #results form .select_field select,
.event_searches-index #results form .text_field input,
.product_searches-index #results form .select_field select,
.product_searches-index #results form .text_field input {
  width: 75%;
}

.project_searches-index #results form .checkbox_fields,
.event_searches-index #results form .checkbox_fields,
.product_searches-index #results form .checkbox_fields {
	margin: 2em 0 1em 0;
}

.project_searches-index #results form .checkbox_fields h3,
.event_searches-index #results form .checkbox_fields h3,
.product_searches-index #results form .checkbox_fields h3 {
	font-weight: 500;
	font-size: 1.4em;
	margin: 0 0 .5em 0;
}
a#unpublished_rollover {
  background-image:url("/images/buttons/unpublished_projects.png");
  display:block;
  float:left;
  height:29px;
  left:4px;
  overflow:hidden;
  position:absolute;
  text-decoration:none;
  text-indent:-9999px;
  width:105px;
}
a#unpublished_rollover:hover{
  background-position:0 -29px;
}
a#new_submissions_rollover{
  background-image:url("/images/buttons/button_new_submissions.png");
  backgroundo-repeat:norepeat;
  display:block;
  height:30px;
  overflow:hidden;
  text-decoration:none;
  text-indent:-9999px;
  width:108px;
}
a#new_submissions_rollover:hover{
  background-position:0 -30px;
}
div.admin {
	padding: 0 10px;
}

.admin_form form {
	margin: .5em 0;
  padding: 0 0 2em 10px;
	border-bottom: 10px solid #E1E4E3;
}

.admin_form form label {
	font-weight: 500
}

.admin_form .datetime_field,
.admin_form .textarea_field,
.admin_form .select_field,
.admin_form .file_field,
.admin_form .text_field {
	margin-bottom: 1em
}

.admin_form .textarea_field textarea {
	height: 160px
}

#extra_information .select_field span.notes, 
#results .select_field span.notes {
  display: block;
  margin: 5px 0 10px 0;
  color: #333;
  font-size: 0.95em;
}

/* photo uploads */

#uploaded_photos .fields .text_field {
	margin: 0 0 1.5em 0;
}

#uploaded_photos .fields .text_field label,
#uploaded_photos .fields .textarea_field label,
#uploaded_photos .fields .checkbox_label label {
	color: #999;
	font-weight: 300;
}

#uploaded_photos .fields .text_field label strong,
#uploaded_photos .fields .textarea_field label strong,
#uploaded_photos .fields .checkbox_label label strong {
  font-size: 1.2em;
  letter-spacing: .1em;
	font-variant: small-caps;
	text-transform: lowercase;
}

#uploaded_photos .fields .textarea_field textarea, 
#uploaded_photos .fields .text_field input {
	width: 99%;
}

#uploaded_photos .fields .text_field.large textarea {
	font-size: 1em;
  font-family: Georgia, "Times New Roman", Times, serif; 
}

#uploaded_photos .fields .checkbox_fields {
  width: 25%;
  float: left;
}

#uploaded_photos .fields .checkbox_fields label {
  
}

/* payments form */
#payment_form {
	width: 600px;
	margin: 10px 0 0 10px;
	padding-bottom: 50px;
}

#payment_form p.notice {
	padding-left: 25px;
	background: url(/images/notice_icon.png) 0 0 no-repeat;
	line-height: 16px;
	width: 475px;
	margin: 0 auto;
}

#payment_form label {
	width: 200px;
	float: left;
}

#payment_form .text_field, #payment_form .select_field {
	clear: both;
	width: 500px;
	padding-top: 12px;
}
#payment_form input, #payment_form select {
	float: right;
}

#payment_form .hint {
	width: 100px;
	float: right;
	margin-right: -105px;
	margin-top: 5px;
}

#payment_form select {
	width: 222px;
}

input#payment_submit, #payment_form input#project_submit {
	border: 0;
	height: 46px;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	cursor: pointer;
	background: #fc5e1d;
}

input#payment_submit {
	clear: both;
	margin-right: 100px;
}

#payment_form input#project_submit {
	margin-right: 10px;
}

#payment_form select#payment_expiration_month {
	float: right;
	width: 150px;
}

#payment_form select#payment_expiration_year {
	float: right;
	width: 62px;
	margin-left: 10px;
}

#job_information label {
  font-size: 1.3em;
  font-weight: lighter;
  color: #EF7527;
}

#job_information .textarea_field textarea {
  width: 90%;
  margin: 0 0 1em;
}

#job_information .normal_upload input {
  margin: 0 0 1em;
}

.contributing_editor {margin-bottom: 2em;}
#site_content .acceptance_of_terms .checkbox_field { margin-bottom: 0;}
#site_content .acceptance_of_terms {margin-bottom: 2em; margin-top: 1em;}


#double_fieldsets .fieldset_left{
  width: 315px;
  float: left;
  margin-right: 9px;
}

#double_fieldsets .fieldset_right{
  width: 315px;
  float: left;
}

#double_fieldsets fieldset legend {
  font-size: 0.95em;
  color: #999;
}

span.required {
	color: #F00;
	float: left;
}
span.required_note {
	color: #F00;
	float: right;
	margin-right: 100px;
	margin-top: 20px;
}
/* Submit images with rollover*/
input#submit_search_projects   {
  background-image:url("/images/buttons/search_project_features.png");
  backgroundo-repeat:norepeat;
  display:block;
  height:23px;
  overflow:hidden;
  text-decoration:none;
  text-indent:-9999px;
  width:148px;
}
.submit_search_projects_hover{
  background-position:0 -23px;
}
input#submit_search_images{
 background-image:url("/images/buttons/search_single_images.png"); 
  backgroundo-repeat:norepeat;
  display:block;
  height:23px;
  overflow:hidden;
  text-decoration:none;
  text-indent:-9999px;
  width:148px;
}
.submit_search_images_hover{
  background-position:0 -23px;
}
input#submit_search_products{
  background-image:url("/images/buttons/search_product_lines.png");
  backgroundo-repeat:norepeat;
  display:block;
  height:23px;
  overflow:hidden;
  text-decoration:none;
  text-indent:-9999px;
  width:148px;
}
input#continue_submission{
  background-image:url("/images/buttons/continue.png");
  background-repeat:no-repeat;
  display:block;
  height:23px;
  overflow:hidden;
  text-decoration:none;
  text-indent:-9999px;
  width:71px;
}
input#continue_submission_height_issue {
  background-image:url("/images/buttons/continue.png");
  background-repeat:no-repeat;
  display:block;
  height:19px;
  overflow:hidden;
  text-decoration:none;
  text-indent:-9999px;
  width:71px;
}