/* buttons */

* html .btn span,* html .btn i {
	float:left;
	width:auto;
	background-image:none;
	cursor:pointer;
}


/* ie6 hack - add border class */
* html .btn {
	border:3px double #aaa;
}

* html .btn.orange {
	border-color:#EBAE70;
}

* html .btn.green {
	border-color:#9d4;
}

* html .btn.red {
	border-color:#EF3F23;
}

* html .btn.form {
	border-color:#F99D1C;
}

* html .btn:hover {
	border-color:#F99D1C;
}

	
/* button format */
.btn {
	display:block;
	position:relative;
	background:#aaa;
	padding:4px;
	float:left;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
    font-family:Verdana, Geneva, sans-serif;
    color:#000;
    font-size:.8em;
    
}

.btn * {
    
    background-image:url(/_images/btn2.png);
    background-repeat:no-repeat;
    display:block;
    position:relative;
}

.btn i {
	background-position:top left;
	position:absolute;
	margin-bottom:-5px;
	top:0;
	left:0;
	width:5px;
	height:5px;
}

.btn span {
	background-position:bottom left;
	left:-5px;
	padding:0 0 5px 10px;
	margin-bottom:-5px;
}

.btn span i {
	background-position:bottom right;
	margin-bottom:0;
	position:absolute;
	left:100%;
	width:10px;
	height:100%;
	top:0;
}

.btn span span {
	background-position:top right;
	position:absolute;
	right:-10px;
	margin-left:10px;
	top:-5px;
	height:0;
}


	
/* button background */
.btn.orange {
	background:#EBAE70;
}

/* button background */
.btn.red {
    background:#EF3F23;
    text-align: center;
}

.btn.green {
	background:#9d4;
}

.btn.form {
	background:#F99D1C;
}

.btn:hover {
	background-color: #F99D1C;
}

.btn:active {
	background-color:#EF3F23;
}

.btn[class] {
	
	background-position:bottom;
}
#indent {
    margin-top:0.5em;
    margin-bottom:2.5em; 
}

#gmap-button {
	padding-bottom: 20px;
	margin-bottom: 40px;
	margin-left: -75px;
	}
