/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}
div#spinner
{
    display:none;
    width:150px;
    height: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    background:url(spinner.gif) no-repeat center #fff;
    text-align:center;
    padding:10px;
    font:normal 16px Tahoma, Geneva, sans-serif;
    border:1px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index:100000;
    overflow: auto;
}

div#traffic_lanes {
	padding:25px;
	background-color:#FFF;
	border-bottom-style:solid;
	border-width:thin;
	border-radius: 25px;
	border:1px solid #CCC;
}

