@charset "utf-8";
/* ver 0.2 */

/* button
---------------------------------------------- */
.gg_btn {
	display: inline-block;
	zoom: 1; *display: inline;  /* zoom and *display = ie7 hack for display:inline-block */
	outline: none;
	cursor:pointer;
	vertical-align:middle;
	text-align: center;
	text-decoration:none !important;
	margin:0 0 0 0px;
	border:0;
	-webkit-appearance: none;
}
.large {
	height:38px !important;
	line-height:38px !important;
	font-size:15px !important;
	padding:0 33px !important;
}

.medium {
	height:27px !important;
	line-height:27px !important;
	font-size:12px !important;
	padding:0 12px !important;
}
input.medium {
	height:26px;
}
.small {
	height:18px !important;
	line-height:18px !important;
	font-size: 11px !important;
	padding:0 8px !important;
}
@media screen and (max-width: 600px) {
.gg_btn_grid {
	width: 100%;
	padding:0 !important;
}
.large {
	height:38px !important;
	line-height:38px !important;
	font-size:15px !important;
}

.medium {
	height:27px !important;
	line-height:27px !important;
	font-size:12px !important;
}
input.medium {
	height:26px;
}
.small {
	height:18px !important;
	line-height:18px !important;
	font-size: 11px !important;
}
}
/* color styles
---------------------------------------------- */

/* asbestos */
.asbestos {
	color: #fff !important;
	background: #7f8c8d;
}
.asbestos:active,
.asbestos:hover {
	background: #8b8b8b;
}

/* pomegrante */
.pomegrante {
	color: #fff !important;
	background: #c0392b;
}
.pomegrante:active,
.pomegrante:hover {
	background: #D14233;
}

/* peter_river */
.peter_river {
	color: #fff !important;
	background: #00489b;
}
.peter_river:active,
.peter_river:hover {

}

/* gg_btn_color */
.gg_btn_color {
	color: #fff !important;
	background: #00489b;
}
.gg_btn_color:active,
.gg_btn_color:hover {

}
