#simplemodal-overlay {
  background-color:#000;
/*  cursor:wait;*/
}

#simplemodal-container {
/*  height:500px;*/
  width:600px;
  background-color:#fff;
  border:3px solid #ccc;
}
.simplemodal-close {
	float: right;
}

#modal {
	display:none;
	font-family: Verdana;
	font-size: 12px;
	padding: 16px;
	color:black; 
	display:none;
}
#modal .contact_form{
	height: 450px;
	overflow-y:scroll;
	padding-right: 20px;
}
#modal .contact_form * {
	padding:0;
	margin:0;
	font-size: 12px;
}
#modal .contact_form input,
#modal .contact_form textarea,
#modal .contact_form select {
	margin-left: 5px;
	width: 98%;
}
#modal h1{
	padding:0;
	margin:0;
	font-size: 1.5em;
}
#modal p.subtitle{
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	padding: 0.2em;
	border-bottom: 1px solid #000000;
	background:#2C2C2C;
	font-size: 1.2em;
	font-weight: bold;
	color: #EAC600; 
}
#modal .button_div{
	text-align:right;
	padding-right: 20px;
	margin-top: 5px;
}
#modal .button_div input{
	width: auto;
	padding: 2px 10px;
}
#modal .features input{
	width: auto;
}

#modal .other label{
	margin-left: 5px;
}
#modal .thankyoupage {
	display: none;
}