#map_canvas
	{
		background-color: black;
		width: 400px;
		height: 400px;
	}
.tooltip-custom{
	cursor: help;
}
.error{
	color:red;
}
.upperFont{
    text-transform: uppercase;
}

#rcorners2 {
	border-radius: 25px;
    border: 2px solid #337AB7;
    padding: 20px;
    width: 400px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #337AB7;
    background-color: #E8F4D8;
    text-align: center;
    align-top: 10px;
}
