#inquiry_company {
  display: none;
  visibility: hidden;
}
div#blast-preview {
	border: 3px solid #4C8A30;
	padding: 15px;
}

.edit_group dd {
	padding-left: 0;
	margin: 7px 0 5px 0;
}

form#search-box.new_search {
  background-color:gainsboro;
  display:block;
  padding:0.5em;
  width:50%;
  margin: .5em;
}
#inquiry_company {
  display: none;
  visibility: hidden;
}
div#blast-preview {
	border: 3px solid #4C8A30;
	padding: 15px;
}

.edit_group dd {
	padding-left: 0;
	margin: 7px 0 5px 0;
}

form#search-box.new_search {
  background-color:gainsboro;
  display:block;
  padding:0.5em;
  width:50%;
  margin: .5em;
}

.search {

}
form#search-box.new_search {
	width:100%;
}

div.login-form {
	float:right;
	width: 300px;
}
div#content-outer a.help-tips {
	color:orange;
	text-decoration:underline;
	size: 80%;
	margin-left: .8em;
}
div#content-outer a.help-tips:hover {
	color:white;
	text-decoration:none;
	background: green;
	padding:4px;
}
/*help tips styling*/
div.help-tips{
	border-radius:15px;
	background:#fff;
	color:black;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	padding: 10px;
	width: 460px;
	left: 9em;
	border: 10px solid gray;
	box-shadow: 10px 10px 20px #616161;
	-webkit-box-shadow: 10px 10px 20px #616161;
	-moz-box-shadow: 10px 10px 20px #616161;
}
.jsenabled div.help-tips {
	position:absolute;
	display:none;
}
.jsenabled div.help-tips h3 {
	float:left;
	width:90%;
}
.jsenabled div.help-tips img {
	float:right;
	margin:.4em .4em 0 0;
}
.jsenabled div.help-tips p {
	clear:left;
}
/*fancy title tweaks - original styles are commented*/
div#fancy_title table td#fancy_title_main {
	/*height: 32px;
		background: transparent url(fancy_title_main.png) repeat-x;*/
  background:black;
  width:auto;
  height:auto;
  color:white;
  border: 2px solid white;
  padding:5px;
  border-radius: 15px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  bottom: -1.1em ;
  float:left;
  position:relative;
}

table td#fancy_title_right, td#fancy_title_left {
	height:0;
	width:0;
	padding:0;
	margin:0;
	background:none;
/*	height: 32px;
	width: 15px;*/
/*	background: transparent url(fancy_title_right.png) repeat-x;*/
}
div#fancy_outer {
	padding-bottom: 10em;
}