/*
    pixel range is defined in the .master
    
*/
.optinAnswer2 {
    width:90vw;
    height:54vw;
}


.globalFooter {
    width:100vw;
    height:25vw;
    margin-top:35vw;
}

.globalFooter .footerDisclaimer {
    max-width:70vw;
    margin-top:15vw;
}

.guitar {
    right:0vw;
    bottom: 10vw;
    width: 36vw;
    z-index:1;
}

.product {
    left:0vw;
    right:auto;
    bottom:11vw;
    width:42vw;
    z-index:1;
}







.landingBTN {
    width:95%;
    box-sizing:border-box;
    display:inline-block;
    border:1px solid #555;
    -moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
    border-radius: 5px;
    padding:2vw;
    margin:1%;
}

.landingBTN i {
    font-size:50px;
    margin:5px;
}

.landingBTN .text .title {
    text-transform:uppercase;
    font-size:16px;
}

body {
    width:100%;
    max-width:100%;
}
.topNavOuter {
    width:100%;
    margin-left:0px;
}
.totalWidth, .playOptions {
    width:100%;
}
.regBoxWidth {
    width:100%;
    max-width:100%;
}
.regBox {
    min-width:550px;
    width:100%;
    clear:both;
    float:left;
    height:auto;
    text-align:center;
    width:100%;
    max-width:100%;
    position:relative;
    height:auto;
	margin-left:0px;
}
.regOptions {    
    margin:0 auto;
}
.instructionsArea {
    width:100%;
    max-width:100%;
    float:left;
    height:auto;
    line-height:0;
}
.topNav {
    font-size:10pt;
    z-index:100;
    width:100%;
    max-width:100%;
    margin-left:0px;
    position:fixed;
    left:0px;
    top:0px;
    vertical-align:text-bottom;
}
.yui3-js-enabled{width:793px;max-width:793px;}