div, span, h2 {
	margin:0;
	padding:0;
}
.stroke-modal-CallUp {
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	z-index:120;
	background:#000;
	opacity:0.7;
	filter:alpha(opacity=70); /* for IE */
}
.modal-CallUp {
	position:absolute;
	left:50%;
	margin:180px 0 0 -250px;
	padding:15px 15px 20px 15px;
	width:470px;
	height:auto;
	z-index:130;
	border:1px solid #F29D15;
	background:#fff;
}
.modal-CallUp h2 {
	 float:left;
	 font:20px Arial;
	 text-transform:uppercase;
	 color:#087dc1;
}
.modal-CallUp .close {
	float:right;
	margin:6px 0 0;
	width:17px;
	height:17px;
	background:url(../images/modal-close.gif) no-repeat;
}
.modal-CallUp .close a {
	position:absolute;
	width:17px;
	height:17px;
	text-indent:-9999px;
}
.modal-CallUp div {
	float:left;
	margin:12px 0 0;
	font:13px Arial;
	line-height:19px;
	color:#000;
	clear:both;
}
.modal-CallUp label {
	float:left;
	width:auto !important;
	color:#000 !important;
	margin:10px 0 0;
	font:bold 14px Arial;
	clear:both;
}
.modal-CallUp input {
	float:left;
	margin:7px 0 0 8px;
	width:205px;
	font:13px Arial;
}
.modal-CallUp div.error label, .modal-CallUp div.error input {
	color:#F29D15;
}
.modal-CallUp select {
	float:left;
	margin:7px 0 0 10px;
	width:210px;
	font:13px Arial;
}
.modal-CallUp .btn-val {
	float:left;
	margin:21px 0 0 130px;
	width:230px;
	height:22px;
	color:#fff;
}
