#buttonBar {
	padding-left: 8px;
	width: 380px;
}

#buttonBar td.tab,
#buttonBar td.tab-select {
  /*width: 25%;*/
  text-align: center;
  padding: 0.5em;
}

#buttonBar td.tab {
   border: 1px solid #999;
   background-color: #E8EBF1;
}

#buttonBar td.tab-select {
   border: 1px solid Black;
   border-bottom: 0;
}

#buttonBar td.tab a {
  text-decoration: none;
  color: #333;
}

#buttonBar td.tab-select a {
  text-decoration: none;
}

#buttonBar td.tab a:hover {
  text-decoration: underline;
}

#buttonBar td.tab-select a {
  color: #424F8D;
}

#advanced-text {
	width: 70%;
}

form {
  display: inline;
}

/* Forms */

div.forms table {
   width: 100%;
}

div.forms table,
div.forms table td {
  /*border: 1px solid #ccc;*/
}

div.form {
  text-align: center;
  padding-left: 16px;
  padding-top: 16px;
}

div.form table {
  margin: 0 auto;
}

div.form table.top_table {
  width: 85%;
  margin: 0 auto;
}

div.form table.left_table {
  text-align: left;
  width: 400px;
}

div.form table.right_table {
	border-left: 1px solid #ccc;
  margin: 0 25px;
  width: 400px;
  padding-left: 25px;
}

div.form table.right_table input[type=text] {
	width: 80%
}

div.form table h4 {
  margin: 0 0 10px 0;
}

div.form table,
div.form table td {
  /*border: 1px solid #ccc;*/
}

div.form table td {
  vertical-align: top;
  text-align: left;
}

div.form table td table td {
  vertical-align: middle;
}

div.form table td.indent {
   width: 2px;
}

#loading {
	height: 15px;
}

.searchHint {
	padding-top: 40px;
	line-height: 20px;
}

.searchHint p {
	padding: 0 5px;
}

#advancedForm .right_table td {
	text-align: left !important;
}
#advancedForm .right_table td input {
	width: 80%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#advancedForm .right_table td .text {
	width: 20%;
	display: block;
	text-align: center;
	height: 100%;
	float: left;
	padding-top: 3px;
}
