/************  MODULE-DESIGN: STAGE  ************/



.form input, .form option, .form select
{
  font-size: 1em;
  font-family: Thesis;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 100%;

}

.form
{
  margin: 0 0 12px 0;
}

.form .box
{

}

.form .subtitle
{

  font-size: 1.25em;
  width: auto;
  clear: left;
  float: left;
  font-weight: normal;
}

.form .subtitle.hasArrow
{
  background-color: #E1E7F2;
  padding: 6px 0 6px 1%;
  margin: 0;
  width: 99%;

}


.form .text
{
  width: auto;
  float: left;
  clear: both;
}

.form form .text
{
  margin-bottom: 8px;
  width: auto;
  float: left;
  clear: left;
}

.form form
{
  width: 100%;
  float: left;
  margin-top: 12px;
  margin-top: 0;

}

.form .submitLink
{
  float: right;
  margin-right: 8px;
}

.form .submitButton
{
  float: right;
  display: block;
  padding: 7px 8px;
  border: 0;
}

.form .submitButton:hover
{ }

.form .submitButton:focus
{ }


.form fieldset
{
  background-color: #E1E7F2;
  margin: 0 0 4px 0;
  float: left;
  padding: 8px 2% 8px 2%;
  width: 96%;
  /* border: 1px solid #516384; */
}

.form form:last-child
{
  padding-bottom: 0;
  margin-bottom: 0;
}



.form .seperateFields fieldset
{ }

.form .submitfield
{
  float: right;
}

.form span
{
  margin: 0 0 4px 0;
}


.form input .textInput
{

}

.form textarea
{
  width: 100%;
  height: 150px;
}

.form .textInput
{
  width: 100%;
  margin: 0 0 4px 0;
}

.form .textInput#date
{
  height: 25px;
  width: 88%;
}

.form .textInput#date + img
{
  margin: 8px 0 0 0;
}

.form label
{
  margin: 0 0 0 0;
  padding: 8px 0 0 0;
  line-height: 100%;
}

.form legend
{
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 1.15em;
	float: left;
	font-family: ThesisAntiqua;
}


.form .buttonfield
{
  background-color: transparent;
}

.form select
{
  border: 0 none;
  height: 25px;
  margin: 4px 0 4px 0;
  padding: 0;
  width: 100%;
}

.form textarea:focus,
.form input:focus,
.form select:focus
{
  outline: #ff6400 solid 1px;
  outline-offset: -1px;
}


.form optgroup
{
  float: left;
  font-style: normal;
  line-height: 100%;
  margin: 0 0 4px;
  padding: 4px;
}

.form option
{
  background-color: #E1E7F2;
  border-bottom: 1px solid #FFFFFF;
  padding: 6px 4px;
}

.form .linklist
{
  margin: 0 1% 0 1%;
  padding: 8px 1% 8px 1%;
  width: 95%;
}

.form .linklist .more
{
  float: left;
  width: auto;
}

.form .linklist .list
{
  border-top: none;
  float: left;
  width: auto;
}

.form .linklist .list li
{
    background: #E1E7F2;
    border: 1px solid #C2D6E8;
    margin: 4px 8px;
    padding: 4px 8px;
    float: left;
    width: auto;
}


input[type=text],
textarea
{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    width: 100%;
    padding: 2px 4px;
} 

input[type=radio], 
input[type=checkbox]
{
	margin: 0 4px 0 0;	
}

.form input[type=text],
.form textarea
{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
}

.form input[type=radio],
.form input[type=checkbox]
{
  margin: 0 4px 0 0;
}



