.articles_submit
{
  top: 25px;
  left: 25px;
  right: 25px;
}

.articles_submit_banner
{
  height: 25px;
  text-align: center;
  font-weight: bold;
  font-style: oblique;
  font-size: large;
  background: #b26ea5;
}

.articles_submit_steps_table
{
  float: left;
  width: 100px;
  text-align: center;
  height: 350px;
}

.articles_submit_foot
{
  text-align: right;
  height: 40px;
  background: #e3cbdd;
}

.articles_submit_form_div
{
  height: 350px;
  background: #d1a9ca;
}



.author_orga
{
  height: 40px;
}

.span_authors
{
  display: block;
  overflow: hidden;
  white-space : nowrap; 
  float: left;
  width: 300px; 
  height: 36px;
  border: solid black 1px;
}

.form_authors
{
  display : none;
  position: fixed;
  z-index: 2000;
  padding: 15px;
  left: 400px; top: 200px;
  width: 225px;
  height: 180px;
  background-color:#e3cbdd;
  border: solid black 1px;
  text-align: center;
}

.form_authors_element
{
  padding: 5px;
}



.file_input_field
{
  height: 35px;
}



.articles_submit_state_text
{  
  padding-top: 140px;
  text-align: center;
  font-weight: bold;
  font-style: oblique;
}



.articles_submit_step1
{
  height: 70px;
  background: #cc9ec3;
}
 
.articles_submit_step2
{
  height: 70px;
  background: #d1a9ca;
}
 
.articles_submit_step3
{
  height: 70px;
  background: #d8b4d0;
}
 
.articles_submit_step4
{
  height: 70px;
  background: #dcbfd7;
}
 
.articles_submit_step5
{
  height: 70px;
  background: #e3cbdd;
}



.article_state
{
  padding: 40px ;
  background: #d8b4d0;
}



 
