#simplemodal-overlay {
  background-color:#000;
/*  cursor:wait;*/
}

#simplemodal-container {
  height:520px;
  width:650px;
  background-color:#fff;
  border:3px solid #ccc;
}
#dialog {
	display:none;
	font-family: Verdana;
	font-size: 12px;
	padding: 16px;
}
#dialog table {
	font-size: 12px;
}
#dialog table input{
	width: 200px;
}
#dialog .simplemodal-close {
	float: right;
	color: #4c57cd;
	text-decoration: none;
	font-weight: bold;
}
#message {
	display:none;
	padding-left: 80px; 
	padding-right: 40px; 
}
#submit_btn {
	background: url('../images/sendForQuote.gif') no-repeat;
	width: 114px;
	height: 19px;
	margin:0;
	padding: 0;
	border: 0;
}
#submit_btn:hover {
	cursor:crosshair;
}

