.sigArea
{
    position:relative;
    height:100%;
    padding-left:55px;
    padding-right:15px;
    padding-bottom:40px;
}

@media only screen and (min-width: 345px)  {
    .sigArea
    {
        padding-left:20px;
    }
}

#submitButton
{
    position:relative;
    height:34px;
    width:146px;

    text-align:center;

    border:1px solid #49912C;
    border-radius:18px;

    color:White;

    background-image: linear-gradient(bottom, #345E20 43%, #65B425 92%);
    background-image: -o-linear-gradient(bottom, #345E20 43%, #65B425 92%);
    background-image: -moz-linear-gradient(bottom, #345E20 43%, #65B425 92%);
    background-image: -webkit-linear-gradient(bottom, #345E20 43%, #65B425 92%);
    background-image: -ms-linear-gradient(bottom, #345E20 43%, #65B425 92%);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.43, #345E20),
	    color-stop(0.92, #65B425));
}

.sigLabel
{
    clear:both;
    left:45px;
    top:40px;
    display:none;
    font-size:14px;
    font-weight:bold;
    color:#717174;
}

.sigDirections
{
    display: none;
    position:relative;
    float:left;
    width:140px;
    border:2px solid #75AADB;
    background-color: #D3EAFF;
    -moz-box-shadow:    0 3px 6px #aaa;
    -webkit-box-shadow: 0 3px 6px #aaa;
    box-shadow:         0 3px 6px #aaa;
    z-index:10;
}

.sigDirections p
{
    position:relative;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
}

.sigDirectionsArrowBorder
{
    border-color: #75AADB transparent transparent transparent;
    border-style: solid;
    border-width: 18px;
    height:0;
    width:0;
    position:absolute;
    bottom:-36px;
    left:24px;
}

.sigDirectionsArrow
{
    border-color: #D3EAFF transparent transparent transparent;
    border-style: solid;
    border-width: 18px;
    height:0;
    width:0;
    position:absolute;
    bottom:-33.5px;
    left:24px;
}

.sigMessage
{
    color:#D0EDD0;
    font-size:128px;
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    font-family:Script;
}

@media print {
    .sigLabel {color:#000000;}
}
