
#loginWithFacebookTitle {
    background-color: white;
    color: #453b31;
    font-weight: bold;
    margin: 0 auto 10px;
    text-align: center;
    width: 275px;
}
#loginWithFacebook {
    border: 2px solid orange;
    border-radius: 5px;
    box-shadow: 1px 1px 3px black;
    float: left;
    margin: 12px 0 12px 222px;
    text-align: center;
}
#registerPopup {
    background: url("../images/register_bg.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 330px;
    overflow: auto;
    width: 350px;
}
.registerFormHeader {
    color: #fff5b5;
    font: 14px/22px Cantora One;
    margin-top: 6px;
    text-align: center;
    text-shadow: 1px 1px salmon;
    width: 100%;
    text-transform:uppercase;
}
.registerLabel {
    color: #f3be62;
	display: block;
	float: left;
	font: 14px "Cantora One";
	height: 22px;
	margin: 0 0 0 -5px;
	padding: 8px 0 0px 2px;
	text-align: left;
	text-shadow: -2px 2px 0 #311700;
	text-transform: uppercase;
	width: 130px;
}
#registerForm {
    margin: 29px auto 20px;
    width: 300px;
}
.registerRow {
    width: 300px;
    height: 38px;
}
.registerValue {
    float: right;
}
.registerValue input {
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    display: block;
    font-family: "Lato",Calibri,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 5px;
    transition: all 0.3s ease-out 0s;
    width: 150px;
}
.registerValue select {
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    display: block;
    font-family: "Lato",Calibri,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 5px;
    transition: all 0.3s ease-out 0s;
    width: 165px;
}
.registerButton {
    background: linear-gradient(#fbd568, #ffb347) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #f4ab4c;
    border-radius: 3px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
    color: #996319;
    cursor: pointer;
    font-family: "Lato",Calibri,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 38px;
    margin: 20px auto 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    width: 150px;
}
.sign-up-span {
    color: yellow;
}
.sign-up-span:hover {
    color: orange;
}
#errorLogin, #activateAccount, #registerComplete, #usernameExists {
    background: url("../images/language_popup_bg.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 220px;
    overflow: auto;
    width: 433px;
}
.noAccountText {
    color: orange;
    font: 15px/22px Cantora One;
    margin-top: 22px;
    padding: 0 40px;
    text-align: center;
}
.registerSpan {
    color: oldlace;
    cursor: pointer;
    text-decoration: underline;
    text-shadow: 1px 1px 2px red;
}
.registerSpan:hover {
    color: navajowhite;
}
