#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#userdata {
	width: 464px;
	padding-bottom: 2px;
	display:none;
	background: #eee;
	border-radius: 5px;
-moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
	border:solid 1px #E31E24;
}

#signup-header { padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

#signup-header  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#signup-header  p { color: #444; font-size: 1.1em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }

#userdata .txt-fld { position: relative; width: 424px; padding: 14px 20px; border-bottom: 1px solid #EEE; text-align: right; }
#userdata .btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }

#userdata .txt-fld label { display: block; float: left; width: 150px; padding-top: 8px; color: #222; font-size: 1.1em; text-align: left;  }
#userdata .txt-fld input { width: 234px; padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222; background: #F7F7F7; font-family: "Helvetica Neue"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }
#userdata .txt-fld input.good_input { background: #DEF5E1; }
#userdata .txt-fld input.error_input { background: #FDE0E0; }
.calc {
	width: 500px;
	font-family: Arial;
	font-size: 10pt;
}
.form > div {
	width: 250px;
}
.form:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#vol {
	width: 50px;
	margin-right: 10px;
	float: left;
}
#trades {
	width: 100px;
}
#slider {
	width: 190px;
	margin-top: 0px;
	margin-bottom: 25px;
}
#map {
	width: 500px;
	height: 400px;
}
.result div {
	font-size: 14pt;
	font-weight: bold;
}
.result {
	margin: 0 5 0 5px;
}
.userdata input {
	width: 150px;
	height: 40px;
	background: #E31E24;
	color: #FFFFFF;
	border-radius: 10px;
	border: solid 1px #E31E24;
	font-size: 14pt;	
}
.userdata input:hover {
	width: 150px;
	height: 40px;
	background: #2A2A29;
	color: #FFFFFF;
	border-radius: 10px;
	border: solid 1px #2A2A29;
	font-size: 14pt;	
}
a.order {
	color: #ffffff;
	cursor: pointer;
	padding: 10px;
	border-radius: 10px;
	background: #E31E24;
	display: none;
	float: left;
	font-size: 14pt;
	margin: 5px;
}
a.order:hover {
	color: #ffffff;
	cursor: pointer;
	padding: 10px;
	border-radius: 10px;
	background: #2A2A29;
	display: none;
	float: left;
	font-size: 14pt;
	margin: 5px;
}
.green {
	color: #50A423;
}
ol {
	margin: 10px;
	padding: 0 0 0 15px;
}
#text-route {
    margin-left: 5px;
}
#text-route li {
	position: relative;
}
#text-route .remove {
	width: 16px; height: 16px;
	display: inline-block;
	border-radius: 10px;
	background: #E31E24;
	color: #fff;
	text-align: center;
	line-height: 14px;
	margin-left: 5px;
	cursor: pointer;
}
.req {
	color: #f00;
}
#map-overlay {
	position: absolute;
	z-index: 1000000;
	background: rgba(0,0,0,.4) url('../img/loading.gif') center no-repeat;
}
.jslider {
	margin-left: 65px;
}
