div#simplemodal-data {
	border: none;
	width: auto;
	height: auto;
}
 
#simplemodal-container h3#terms_header
{	
	width: auto;
	height: 15px;
	line-height: 33px;
	font-size: 138.5%;
	margin: 5px 0px 20px 10px;
	font-style: italic;
	text-align: center;
	text-indent: 0px;
	text-shadow: none;
	color: #333;
	background: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

div#terms_content
{
	width: 500px;
	padding: 10px 5px 5px 10px;
	background-color: white;
}

div#terms_content p
{
	margin: 0px 10px 0px 10px;
}

#terms_submit
{
  background: url("../../_common/images/bg_search.jpg") repeat scroll center bottom #FFCC33;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 3px 4px black;
  -moz-box-shadow: 0 3px 4px black;
  -webkit-box-shadow: 0 3px 4px black;
  color: #000000;
  cursor: pointer;
  font-size: 119%;
  font-weight: bold;
  height: 29px;
  margin: 12px 12px 12px 0;
  padding: 0 6px 3px;
  text-shadow: -0.5px -0.5px #FFFFFF;
}

#terms_submit:hover 
{
	text-shadow: none;
	box-shadow: 0 1px 2px black;
	-moz-box-shadow: 0 1px 2px black;
	-webkit-box-shadow: 0 1px 2px black;
}