input.submit, input.continue, input.cancel, input.cancel2, input.search, input.myhabbo-edit, input.save, input.reset, input.new, input.subscribe, a.continue {
	color: black;
	background-color: white;
	font-weight: bold;
	border: 2px solid black;
	border-bottom-width: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: pointer;
}

a.continue {
	text-decoration: none;
	padding: 2px;
}

input.submit {
}

input.reset {
	background-position: 95% -155px;
	padding-right: 25px;
}

input.continue, input.save {
	color: white;
	border-color: #194800;
	background: #3ba800 url(../images/button_icons.gif) no-repeat 95% 4px;
	padding-right: 22px;
}

input.save {
	background-position: 95% -155px;
	padding-right: 25px;
}

input.cancel {
	color: white;
	border-color: #54000a;
	background: #e2001a url(../images/button_icons.gif) no-repeat 95% -26px;
	padding-right: 22px;
}

input.cancel2 {
	color: white;
	border-color: #54000a;
	background: #e2001a url(../images/button_icons.gif) no-repeat 95% -26px;
	padding-right: 22px;
}

input.search {
	background: white url(../images/button_icons.gif) no-repeat 50% -68px;
	padding: 1px 22px 1px 0;
}

input.new {
	background: white url(../images/button_icons.gif) no-repeat 95% -114px;
    padding-right: 22px;
}

input.myhabbo-edit {
	background: #888888 url(../images/myhabbo_icons.png) no-repeat 3px -283px;
	padding-left: 20px;
	font-weight: normal;
	color: white;
}

input.login:disabled, input.cancel:disabled {
	background-color: #ffcd0a;
	border-color: #f29400;
}

input.submit:disabled {
	border-color: #666;
	color: #666;
}

input.continue:disabled {
	border-color: #46C700;
	background-color: #95FF5C;
}

#splash-message-button, #send-friend-invite-button, #purchase-group-button {
    float: right;    
}

#cancel-friend-invite-link {
    float: left;
}

.invitation-buttons {
    margin-top: .5em;
}

a.new-button {
	margin: 0 0 5px 10px;
	display: block;
	float: right;
	height: 25px;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
    white-space:nowrap;
}

a.new-button.disabled-button, a.new-button:disabled {
	cursor: default;
	-moz-opacity: .5;
	opacity: .50;
	filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/* hide this from IE6 */
html > body a.new-button.fill, html > body a.new-button.fill b {
	display: block;
	float: none;
}

a.new-button b {
	float: left;
	padding: 5px 17px 4px 20px;
	font-size: 11px;
	height: 17px;
	margin-right: 3px;
	background: transparent url(https://i.imgur.com/MZhmibg.png) no-repeat -3px 0;
	color: #000 !important;
	font-weight: bold;
	text-align: center;
	display: inline;
}


a.new-button:hover { text-decoration: none; }
a.new-button:hover b { background-position: -3px -25px; }
a.new-button.disabled-button:hover b { background-position: -3px 0; }

a.new-button i {
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
	height: 25px;
	background: transparent url(https://i.imgur.com/MZhmibg.png) no-repeat 0px 0px;
}

/* red background ------------------------------ */
 
a.new-button.red-button b {
	background-position: -3px -100px;
	color: #fff !important;
}

a.new-button.red-button i {
	background-position: 0px -100px;
}

a.new-button.red-button:hover b {
	background-position: -3px -125px;
}

/* green background ------------------------------ */
 
a.new-button.green-button b {
	background-position: -3px -150px;
	color: #fff !important;
}

a.new-button.green-button i {
	background-position: 0px -150px;
}

a.new-button.green-button:hover b {
	background-position: -3px -175px;
}

/* dark background ------------------------------ */
a.new-button.dark-button b {
	background-position: -3px -50px;
	color: #fff !important;
}

a.new-button.dark-button i {
	background-position: 0px -50px;
}

a.new-button.dark-button:hover b {
	background-position: -3px -75px;
}

/* icons --------------------------------------- */

a.new-button.edit-icon span {
	float: left;
	display: inline;
	height: 16px;
	width: 16px;
	background: transparent url(../images/button_icons2.png) no-repeat 0px -193px;
	margin-right: 5px;
}

a.new-button.edit-icon b {
	padding-left: 10px;
}

a.new-button.save-icon span {
	float: left;
	display: inline;
	height: 16px;
	width: 16px;
	background: transparent url(../images/button_icons2.png) no-repeat 0px -96px;
	margin-right: 5px;
}

a.new-button.save-icon b {
	padding-left: 10px;
}

a.new-button.cancel-icon span {
	float: left;
	display: inline;
	height: 16px;
	width: 16px;
	background: transparent url(../images/button_icons2.png) no-repeat 0px -145px;
	margin-right: 5px;
}

a.new-button.cancel-icon b {
	padding-left: 10px;
}

a.new-button.search-icon span {
	float: left;
	display: inline;
	height: 16px;
	width: 16px;
	background: transparent url(../images/button_icons2.png) no-repeat 0px 0px;
	margin-right: 5px;
}

a.new-button.search-icon b {
	padding-left: 10px;
	padding-right: 3px;
}

a.new-button.envelope-icon span {
	float: left;
	display: inline;
	height: 16px;
	width: 16px;
	background: transparent url(../images/button_icons2.png) no-repeat 0px -49px;
	margin-right: 5px;
}

a.new-button.envelope-icon b {
	padding-left: 10px;
	padding-right: 3px;
}

a.new-button.purse-icon span {
	float: left;
	display: inline;
	height: 16px;
	width: 16px;
	background: transparent url(../images/button_icons2.png) no-repeat 0px -241px;
	margin-right: 5px;
}

a.new-button.purse-icon b {
	padding-left: 10px;
}

a.new-button.newtopic-icon {
	margin-left: 0;	
}

a.new-button.newtopic-icon span {
	float: left;
	display: inline;
	height: 16px;
	width: 16px;
	background: transparent url(../images/button_icons2.png) no-repeat 0px -289px;
	margin-right: 5px;
}

a.new-button.newtopic-icon b {
	padding-left: 10px;
}

/* enter-btn */

.enter-btn a, .enter-btn span {
    float: left;
    background: transparent url(../images/personal_info/enter_button.png) no-repeat -9px 0;
    height: 49px;
    text-align: center;
    line-height: 47px;
    padding: 0 26px 0 19px;
    font-size: 14px;
    position: relative;
    color: #fff;
}

.enter-btn span {
    padding-right: 10px;    
    background-position: -9px -98px;
}

.enter-btn:hover a {
    background-position: -9px -49px;
    text-decoration: none;
}

.enter-btn:hover b {
    background-position: 0 -49px;   
}

.enter-btn a i {
    background: transparent url(../images/personal_info/flashy_arrow.gif) no-repeat 0 50%;
    padding: 10px 10px;
    position: absolute;
    right: 0;
    top: 13px;
    line-height: 1px;
    height: 1px;
    font-size: 1px;
}

.enter-btn b {
    float: left;
    background: transparent url(../images/personal_info/enter_button.png) no-repeat 0 0;
    height: 50px;
    width: 9px;
}

.enter-btn.closed b {
    background-position: 0 -98px;
}

.enter-btn.closed span {
    background-position: -9px -98px;
    padding-right: 10px;
    color: #fff;        
}

.enter-btn.closed a i {
    display: none;  
}


.enter-btn.closed b {
    background-position: 0 -98px;
}d-cancel-link,#change-password-change-link{float:left;line-height:60px;color:#fff;}
#change-password-form #email-sent-container{text-align:center;color:#6cf;font-size:18px;font-weight:bold;padding-top:10px;word-wrap:break-word;}#change-password-email-sent-notice div{margin-top:10px;}#change-password-form #change-password-error-container{margin-top:5px;color:#DA5A4C;}#change-password-form-content .email-address.error{background-color:#DA5A4C;margin-bottom:5px;}
#change-password-form-content .email-address{color:black;}#change-password-form-content span{text-align:left;}#reset-password-form-content form input{width:190px;border:0;padding:1px;}#reset-password-form-container div.form-content{margin-bottom:20px;}#reset-password-form-container div.form-content .label{color:#fff;margin-bottom:5px;}
#reset-password-form-container div#password-retype{margin-top:5px;}#reset-password-form-container div.left{float:left;width:50%;}#reset-password-form-container div.right{float:right;width:45%;margin-top:20px;}#reset-password-form-container div#errors{margin-bottom:10px;}#reset-password-form-container div#error-title{background:url(../../v2/images/frontpage/use_email_icons.png) no-repeat 10px -34px;padding:3px 0 3px 40px;}
#reset-password-form-container div.form-content .help{color:#666;}