/* Copyright 2011 Google, Inc. All Rights Reserved */ 

@media screen, projection {
	
.g-button *, .g-button-basic * {
        margin: 0;
        padding: 0
}

.g-button, .g-button-basic {
        direction: ltr;
        line-height: 1.2;
        width: 20em;
        max-width: 795px;
        background-color: #cadef4;
        border: 1px solid #ccc;
        padding: 15px;
        text-align: center;
        overflow: visible
}

.g-button div {
        background: url(../images/g-button-sparrow-basic-1.gif) no-repeat;
        font-size: 1.3em;
        background-color: #5679a5
}

.g-button div span span a, .g-button-basic div span span a {
        display: block;
        color: #fff !important;
        background: url(../images/g-button-sparrow-basic-2.gif) no-repeat right bottom;
        padding: 10px 15px 11px 10px;
        text-decoration: none;
        font-weight: normal;
        height: 1%
}

.g-button div span, .g-button-basic div span {
        display: block;
        background: url(../images/g-button-sparrow-basic-1.gif) no-repeat right -400px;
        height: 1%
}

.g-button div span span {
        background: url(../images/g-button-sparrow-basic-1.gif) no-repeat left bottom
}

.g-button p, .g-button-basic p {
        text-align: center;
        margin: 10px 0 0
}

.g-button-basic {
        padding: 0;
        background: none;
        border: 0
}

.g-button-basic div {
        background: url(../images/g-button-sparrow-basic-1.gif) no-repeat
}

.g-button-basic div span span a {
        background: url(../images/g-button-sparrow-basic-2.gif) no-repeat right bottom
}

.g-button-basic div span {
        background: url(../images/g-button-sparrow-basic-1.gif) no-repeat right -400px
}

.g-button-basic div span span {
        background: url(../images/g-button-sparrow-basic-1.gif) no-repeat left bottom
}
}
