/*Main Configuration Page*/
textarea.formsField, .dialogSection .sectionBody .subSection .subSectionBody textarea.formsField{
  overflow: auto;
  height: 40px;
  width: 85%;
 }
 textarea.paragraphsField{
   overflow: auto;
   height: 150px;
   width: 85%;
 }
.quickBar{
  float: left;
  display: block;
  width: 70%;
  text-align: left;
  font-weight: normal;
}
.quickBar a, .quickBar input{
  vertical-align: top;
}
.quickBar input{
  margin-top: -2px;
}
.configureForm .subSectionBody label{
  font-weight: bold;
  margin-left: 7px;
  width: 90px;
}
.footer{
  padding: 10px;
  background-color: #BDCBD6;
  height: 20px;
}
#nonDynamic .asiGrid{
  margin-bottom: 30px;
}
#formSelectTabContentContainer{
  top: 120px;
  right: 199px;
  width: 461px;
	height:200px;
  padding: 10px;
}
#formSelectTabContentContainer label{
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

/**
 * AN-69433: Safari has margins around selects.
 * Selects should have 0 margin so that the date selector is rendered correctly.
 */ 
#asiFormDateTime_month_year_select select {
  margin: 0px;
}