body {
    background: #eee;
    font-family: arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

#container,
#content,
#pages {
    margin: 0;
    padding: 0;
}

div#pages {
    background: #fff;
    height: 640px;
    margin: 0 auto;
    width: 478px;
}

div.page {
    /*height: 640px;*/
    padding: 0;
    /*width: 478px;*/
}

h2 {
    background: #000;
    color: #fff;
    font-size: 1em;
    margin: 6px;
    padding: 6px 0;
    text-align: center;
}

a.button {
    background: #87d300;
    color: #fff;
    cursor: pointer;    
    display: block;
    font-weight: bold;
    margin: 6px;
    text-align: center;
    padding: 12px 0;
    text-decoration: none;
}

a.buttonFullWidth {
    
}

a.buttonHalfWidth {
    float: left;
    margin: 0 6px 6px 6px;
    width: 230px;
}

a.leftButton {
    margin: 0 3px 6px 6px;
}

a.rightButton {
    margin: 0 6px 6px 3px;
}

a.disabledButton {
    color: #c3e980;
    cursor: default;
}

div#testAnswerButtons a.disabledButton {
    border: 2px solid #c3e980;
}

div.pane {
    background: #87d300;
    margin: 6px;
}

div#testOptionsPane {
    min-height: 466px;
    padding: 12px;
}

form#testOptionsForm  fieldset {
    border: none;
    margin-bottom: 1em;
    padding: 0;
}

form#testOptionsForm  fieldset  legend{
    font-weight: bold;
}

form#testOptionsForm  fieldset  p {
    margin: .4em 1em;
}

form#testOptionsForm  fieldset  div {
    margin: 0 1em;
}

form#testOptionsForm  fieldset  input {
    font-size: 1em;
}

a#pageStartTestButton {
    color: #fff;
    cursor: pointer;
}

input#wordCount {
    width: 30px;
}

div#stacksPane {
   position: relative;
}

div#optionsPane,
div#helpPane,
div#resumePane {
    height: 516px;
    padding: 12px;
}

div.stack {
    background: #87d300;
    float: left;
    height: 112px;
    margin: 0 6px 0 0;
    position: relative;
    width: 112px;
}

div#stack1 {
    margin: 0 6px;
}

span.stackNumber {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 1.8em;
    position: absolute;
    text-align: center;
    top: 34px;
    width: 112px;
}

div#stepIndicator {
    background: #f93;
    border: 6px solid #fff;
    -moz-box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    height: 40px;
    left: 96px;
    position: absolute;
    text-align: center;
    top: 28px;
    width: 40px;
}

div#testWordPane {
    height: 160px;
    position: relative;
}

span#testWord1 {
    display: block;
    font-weight: bold;
    font-size: 2.6em;
    position: absolute;
    text-align: center;
    top: 32px;
    width: 466px;
}

span#testWord2 {
    display: block;
    font-weight: bold;
    font-size: 1.8em;
    position: absolute;
    text-align: center;
    top: 86px;
    width: 466px;
}

div#testAnswerPane,
div#testGuessPane {
    height: 206px;
    position: relative;
}

span#testAnswer,
span#testAnswerGuess {
    display: block;
    position: absolute;
    text-align: center;
    top: 42px;
    width: 466px;
}

span#testAnswerGuess {
    font-size: 1.8em;
    font-weight: bold;
}

span#testAnswer input {
    border: none;
    font-weight: bold;
    font-size: 1.8em;
    margin: 0 auto;
    text-align: center;
    width: 400px;
}

div#testAnswerButtons {
    padding: 0 24px;
    position: absolute;
    text-align: center;
    top: 90px;
    width: 418px;
}

div#testAnswerButtons .button {
    border: 2px solid #fff;
    float: left;
    height: 20px;
    padding: 4px 0;
    width: 196px;
}

div#testAnswerButtons a#testAnswerNextButton,
div#testAnswerButtons a#testGuessShowButton {
    clear: both;
    float: none;
    margin: 6px auto;
}

br.clear {
    clear: both;
}