#tutorialWelcome, #tutorialEnd {
	border: 1px solid #B89C7B;
    display: block;
    height: 200px;
    overflow: auto;
    width: 498px;
    background-color: #F4E8DA;
}

#tutorialWelcome {
	height: 180px;
}

.tutorialWelcomeHeader {
	color: #F4E8DA;
    font-family: myFont;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    margin-top: -27px;
    width: 100%;
}

.tutorialWelcomeText {
	color: chocolate;
    font-family: myFont;
    padding: 20px;
    text-align: left;
    text-indent: 25px;
}

#tutorialBox {
	background-color: #F4E8DA;
    border: 3px double #2E8B57;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #2E2113;
    left: 125px;
    position: absolute;
    top: 440px;
    width: 300px;
    z-index: 100;
    display:none;
}

#tutorialBoxText {
	 margin: 20px;
	 text-align: center;
}

.nextButton {
	background-color: #F4E8DA;
    border: 3px double #2E2113;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #2E2113;
    color: #2E2113;
    cursor: pointer;
    display: inline-block;
    font-family: myFont;
    font-size: 13px;
    font-weight: bold;
    height: 19px;
    padding-top: 2px;
    text-align: center;
    width: 100px;
}

.nextButton:hover {
	background-color: #F4A460;
}

#tutorialUp {
	background: url("../images/tutorialUp.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 35px;
    left: 134px;
    position: absolute;
    top: -15px;
    width: 35px;
    display: none;
}

#tutorialLeft {
	background: url("../images/tutorialLeft.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 35px;
    left: -15px;
    position: absolute;
    top: 43px;
    width: 35px;
    display: none;
}

#tutorialRight {
	background: url("../images/tutorialRight.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 35px;
    right: -15px;
    position: absolute;
    top: 43px;
    width: 35px;
    display: none;
}

#addsBottom {
	background-color: #F5DEB3;
    border: 3px solid #2E2113;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #2E2113;
    margin: 10px auto;
    padding-top: 3px;
    text-align: center;
    width: 800px;
}