/*-- Save Wrapper -- */
#scoreHolder{ position:fixed; display:none; text-align:center; width:100%; font-family:'rimouski'; background:#19BD9B; color:#fff;

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: black;
}

/* selected link */
a:active {
    color: black;
}

}
#scoreHolder .scoreInnerContent{ position:absolute; padding:14% 0 0; background-color: #4BBBBA;}
#scoreHolder input{ font-size:30px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; text-align:center; width:50%; color:#666;}
#scoreHolder .label{ margin-top:2%;}
#scoreHolder #uName, #scoreHolder #uEmail{ margin-top:1%;}
#scoreHolder .action{ width:30%; margin:1% auto;}
#scoreHolder #buttonSubmit{ float:left; text-align:center; width:50%; cursor:pointer;}
#scoreHolder #buttonCancel{ float:right; text-align:center; width:50%; cursor:pointer;}