div.regSelectLoginMethodBtns {
	clear:both;
	display: block;
	padding: 0;
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
}

.OAuthInactive {
	background: #888 !important;
	cursor: default !important;
	border-color: #666 !important;	
}

.btnOAuth {
		float: left;

		background-color:#E3E3E3;
        background:-webkit-linear-gradient(center bottom,#EEE,#FFF);
        background:-moz-linear-gradient(center bottom,#EEE,#FFF);
        background:-ms-linear-gradient(center bottom,#EEE,#FFF);
        background:-o-linear-gradient(center bottom,#EEE,#FFF);
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        border: 1px solid #CCC;
        margin: 0;
        padding: 0;
		margin-right: 3px;
		margin-bottom: 3px;
        
/*
        color:#fff;
        font-size:12px;
        font-weight:700;
        text-decoration:none;
        box-shadow:0 1px #1c3e5e, 0 -1px #74c8f4;
        -moz-text-shadow:0 -1px #138ec4;
        -webkit-text-shadow:0 -1px #138ec4;
        text-shadow:0 -1px #138ec4;
        */
        width:180px;
        height: 30px;
        cursor: pointer;
        text-align: center;
}

.btnOAuth:hover {
	background: #e3e3e3;
}

.btnOAuth div {
	margin: auto;
    width: 90px;
	height: 30px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: middle;
}

.google { background-image: url(/img/icons-oauth/google.png); }
.facebook { background-image: url(/img/icons-oauth/facebook.png); }
.twitter { background-image: url(/img/icons-oauth/twitter.png); }
.linkedin { background-image: url(/img/icons-oauth/linkedin.png); }
.yahoo { background-image: url(/img/icons-oauth/yahoo.png); }
.openid { background-image: url(/img/icons-oauth/openid.png); }
.aol { background-image: url(/img/icons-oauth/aol.png); }
.live_id { 	background-image: url(/img/icons-oauth/live_id.png); }

#signin button {
	display: none !important;
}

#finalRegisterContainer {
    display: none;
    position: absolute;
    margin: auto;
    z-index: 2000;
    width: 500px;
    font-size: 13px;
}

#finalBlobPreview {
	float: left;
}

#creationLoader {
	width: 400px;
	height: 100px;
	font-size: 18px;
	padding-top: 50px;
}

#finalBlobPreview #previewBlobContainer {
	position: relative;
    float: left !important;
    top: 0;
    left: 0;
}

#finalRegisterContainer table {
	font-size: 12px;
}

#finalRegisterContainer input[type=text], #finalRegisterContainer input[type=password] {
	width: 150px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
}

#finalRegisterContainer table tr td:first-child {
	width: 150px;	
}

.registerMenu {
    width: 831px;
    height: 400px;
    position: relative;
}

.continueBtn {
    cursor: pointer;
    width:119px;
    height: 23px;
    background: url(/img/register/buttons/continue.png) no-repeat;
}

#continueBtn {
    z-index: 2000;
    display: none;
    margin: auto;
}

#previewBlobContainer {
    position: absolute;
    top: 70px;
    left: 310px;

}

#previewBlobContainer img#previewBlob {
    width: 200px;
    height: 200px;
}


.topContainer {
    position: relative;
    height: 142px;
}

.topContainer div {
    float: left;
}

.topContainer .topCenter {
    background: url(/img/register/register_04.png) no-repeat;
    position: relative;
    width: 530px;
    height: 142px;
}

.topCenter .inputContainer {
    top: 108px;position: relative;text-align:center;width:100%;
}

.inputContainer input {
    background:none; color:#fff; font-size:13pt; font-family: verdana; border: 0; text-align: center; width: 250px;
}


.availableLbl {
    position: absolute; top: 105px; color: #fff; right: 60px; font-size: 7pt;
}

.availableIcon {
    position: absolute; top: 116px; color: #fff; right: 73px; font-size: 7pt;
    width: 24px;
    height: 20px;
}

.pendingState {
    background: url(/img/register/nickstate/gray_01.png) no-repeat;
}

.availableState {
    background: url(/img/register/nickstate/green_01.png) no-repeat;
}
.unavailableState {
    background: url(/img/register/nickstate/red_01.png) no-repeat;
}

.topContainer .topLeft, .topRight {
    width: 148px;
    height: 142px;
}

.registerMenu > .midContainer {
    background: url(/img/register/register_07.png) no-repeat;
    width: 831px;
    height: 273px;

    position: relative;
}

.bottomContainer > div {
  float:left;
}

.bottomContainer .bottomSide {
  width: 50px; height: 132px;
}

.bottomContainer .bottomLeft {
    background: url(/img/register/register_09.png) no-repeat;
    width: 129px;
    height: 132px;
}

.bottomContainer .bottomRight {
    background: url(/img/register/register_14.png) no-repeat;
    width: 124px;
    height: 132px;
}
.bottomContainer .fireContainer {
    width: 92px;
    height: 132px;
}

.fireContainer .buttonFire {
    background: url(/img/register/register_10.png) no-repeat;
    cursor: pointer;
    width: 92px;
    height: 98px;
}

.fireContainer .buttonFireActive {
    background: url(/img/register/highlight/hlbutton_10.png) no-repeat !important;
    cursor: default !important;
}

.fireContainer .spacing {
    background: url(/img/register/register_21.png) no-repeat;
    width: 92px;
    height: 34px;
}

.bottomContainer .midContainer .top {
    background: url(/img/register/register_11.png) no-repeat;
    width: 284px;
    height: 29px;
}

.bottomContainer .earthContainer .buttonEarth {
    background: url(/img/register/register_16.png) no-repeat;
    cursor: pointer;
    width: 92px;
    height: 92px;
}

.bottomContainer .earthContainer .buttonEarthActive {
    background: url(/img/register/highlight/hlbutton_15.png) !important;
    cursor: default !important;
}

.bottomContainer .earthContainer .spacing {
    background: url(/img/register/register_22.png) no-repeat;
    width: 92px;
    height: 11px;
}

.bottomContainer .windContainer .buttonWind {
    background: url(/img/register/register_19.png) no-repeat;
    cursor: pointer;
    width: 101px;
    height: 87px;
}
.bottomContainer .windContainer .buttonWindActive {
    background: url(/img/register/highlight/hlbutton_18.png) !important;
    cursor: default !important;
}
.bottomContainer .windContainer .spacing {
    background: url(/img/register/register_17.png) no-repeat;
    width: 101px;
    height: 16px;
}

.bottomContainer .waterContainer .buttonWater {
    background: url(/img/register/register_18.png) no-repeat;
    cursor: pointer;
    width: 91px;
    height: 92px;
}
.bottomContainer .waterContainer .buttonWaterActive {
    background: url(/img/register/highlight/hlbutton_17.png) !important;
    cursor: default !important;
}
.bottomContainer .waterContainer .spacing {
    background: url(/img/register/register_23.png) no-repeat;
    width: 91px;
    height: 11px;
}

.btns > div {
    float: left;
}

.descriptions {
    position: absolute;
    display: none;
    z-index: 1003;
}

#subDescriptions {
    position: absolute;
    z-index: 1003;
    top: 180px;
    left: 100px;
}

#subDescriptions div {
    color: #fff;
    font-size: 8pt;
    font-family: Verdana, Arial;
    display: none;
}

#subDescriptions ul {
    list-style: none;
    text-align: left;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

#subDescriptions ul li {
/*    cursor: pointer;*/
}

#subDescriptions ul li a {
    text-decoration: underline;
    color: #FF8;
}

#subDescriptions ul li a:hover {
    text-decoration: underline;
    color: #FFF;
}

#fireDescription {
    background: url(/img/register/description/fire.png) no-repeat;
    top: 40px;
    left: 40px;
    width: 283px;
    height: 112px;
}

#earthDescription {
    background: url(/img/register/description/rock.png) no-repeat;
    top: 45px;
    left: 40px;
    width: 283px;
    height: 112px;
}

#windDescription {
    background: url(/img/register/description/wind.png) no-repeat;
    top: 48px;
    left: 30px;
    width: 320px;
    height: 96px;
}

#waterDescription {
    background: url(/img/register/description/water.png) no-repeat;
    top: 42px;
    left: 30px;
    width: 316px;
    height: 103px;
}

#natureDescription {
    background: url(/img/register/description/nature.png) no-repeat;
    top: 47px;
    left: 30px;
    width: 275px;
    height: 98px;
}
#mainColor {
    right: 220px;
    top: 138px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #f00;
}

#secondaryColor {
    right: 220px;
    top: 183px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #80F;
}


#mainColor, #secondaryColor {
    position: absolute;
    border-radius: 3px;
    -moz-border-radius: 3px;

    box-shadow: 1px 1px 4px 1px #fff inset, 1px 1px 4px 1px #000;
    z-index: 1002;
}


.natureContainer .buttonNature {
    background: url(/img/register/register_12.png) no-repeat;
    cursor: pointer;
    width: 97px;
    height: 89px;
}
.natureContainer .buttonNatureActive {
    background: url(/img/register/highlight/hlbutton_12.png) !important;
    cursor: default !important;
}
.natureContainer .spacing {
    background: url(/img/register/register_20.png) no-repeat;
    width: 97px;
    height: 43px;
}

.registerMenu .footer {
    background: url(/img/register/register_24.png) -15px 0px no-repeat;
    width: 847px;
    height: 25px;
}

.registerMenu .footerBottom {
    background: url(/img/register/register_25.png) -15px 0px no-repeat;
    width: 847px;
    height: 19px;
}

