

/*label{
	float: left;
	margin: 5px 0 0 30px;
    color:#666;
    font-size:12px;
}*/
/*
label[for=login]{
	margin: 5px -13px 0 30px;
} */
textRight{
    text-align: right;
}

input{
    color: #666666!important;
    font-size: 12px!important;
    border: 1px solid #919191!important;
    -webkit-box-shadow: inset 1px 1px 3px rgba(128, 128, 128, 0.2);
    -moz-box-shadow: inset 1px 1px 3px rgba(128, 128, 128, 0.2);
    box-shadow: inset 1px 1px 3px rgba(128, 128, 128, 0.2);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input::placeholder {
    color: #666666 !important;
    font-style: italic;
}

.redBorder{
    border:1px solid red!important;
}
.btn-info, .btn-success{
    height: 34px;
    color: #ffffff;
    font-size:14px!important;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    border:0px!important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 2px #333333;
}

.btn-success{
    background: #71b239;
    background-image: -webkit-linear-gradient(top, #7cbe3a, #5a9b39);
    background-image: -moz-linear-gradient(top, #7cbe3a, #5a9b39);
    background-image: -ms-linear-gradient(top, #7cbe3a, #5a9b39);
    background-image: -o-linear-gradient(top, #7cbe3a, #5a9b39);
    background-image: linear-gradient(top, #7cbe3a, #5a9b39);
    border-top: 1px solid #afafaf;
    border-right: 1px solid #919191;
    border-bottom: 1px solid #919191;
    border-left: 1px solid #afafaf;
    text-decoration:none;
}

.btn-success:hover{
    background: #71b239;
    background-image: -webkit-linear-gradient(top, #5a9b39, #71b239);
    background-image: -moz-linear-gradient(top, #5a9b39, #71b239);
    background-image: -ms-linear-gradient(top, #5a9b39, #71b239);
    background-image: -o-linear-gradient(top, #5a9b39, #71b239);
    background-image: linear-gradient(top, #5a9b39, #71b239);
    text-decoration:none;
}
h5{
    color:#666666;
    font-size:14px;
}

.info {
    font-size: 11px;
    width: inherit;
    color: rgb(155, 155, 155);
    margin:0px 0 10px 0;
}
.thankTemp .block{
	padding:15px;
}
#back{
    padding: 9px;
    position: relative;
    top: 2px;
    text-decoration:none;
}
.btn-info:hover{
    background: #3097B5;
    background-image: -webkit-linear-gradient(top, #3097B5, #53B8D6);
    background-image: -moz-linear-gradient(top, #3097B5, #53B8D6);
    background-image: -ms-linear-gradient(top, #3097B5, #53B8D6);
    background-image: -o-linear-gradient(top, #3097B5, #53B8D6);
    background-image: linear-gradient(top, #3097B5, #53B8D6);
}
.back{
    padding: 9px;
    margin: 9px 5px;
    font-size: 18px;
    position: relative;
    top: 0px;
    text-decoration: none!important;
}
.popup {
    max-width: 300px;
    padding: 10px 15px;
    color: rgb(220, 220, 220);
    opacity: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: fixed;
    top: 30px;
    right: -120px;
}

.error {
    background-color: rgba(255, 27, 0, 0.5);
}

.success {
    background-color: rgba(50, 170, 0, 0.60);
}
.block #remember{
    float: left;
    margin: 5px 0 0 115px;
}
.block .remember{
    margin: 1px 0 0 5px;
}

.register input{
    max-height:10px;
}
#restore{
	margin: 0 -9px 0 9px;
}
.btns{
	text-align: left;
	margin: 5px 0 0 90px;
}
.login .btns{
	margin: 5px 0 0 110px;
}
#registerLogin{
	margin: 5px 20px;
	padding: 8px;
	font-size: 16px;
	width: 100px;
	//position: relative;
	top: 3px;
}
.register .btns{
	text-align:center;
	margin:5px;
}
.register #register{
	margin: 5px 5px;
	padding: 5px 10px;
	font-size: 16px;
	width: 80px;
	text-align:center;
}
.register label{
	width:125px;
	text-align:left;
	margin:5px 0 0 20px;
    color:#666;
    font-size:12px;
}
#user_login{
    margin: 5px 5px 4px -10px;
    padding: 5px;
    height: 32px;
    font-size: 16px;
    width: 80px;
}
.register input[type=text], .register input[type=password]{
    width:190px;
    color: #666666;
    padding: 8px 6px;
    font-size: 12px;
    border-top: 1px solid #919191;
    border-right: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    border-left: 1px solid #919191;
    -webkit-box-shadow: inset 1px 1px 3px rgba(128, 128, 128, 0.2);
    -moz-box-shadow: inset 1px 1px 3px rgba(128, 128, 128, 0.2);
    box-shadow: inset 1px 1px 3px rgba(128, 128, 128, 0.2);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.logined, .restorePass, .thankTemp{display:none;}
#restorePassword{
    margin: 10px 10px 10px 50px;
}

.logined.info{
    margin:20px 0;
}

.logined{display:none}
.login .soc_logins{
	padding-left:35px;
}

#tw_login{
    background: url(../assets/btn_twitter_bg.png) no-repeat 0 0;
    width: 206px;
    border: 0px;
    color: #fff;
    margin:10px 0 20px 0;
    padding: 10px 10px 10px 40px;
}

#fb_login{
    background: url(../assets/btn_facebook_bg.png) no-repeat 0 0;
    width: 206px;
    border: 0px;
    color: #fff;
    padding: 10px 10px 10px 40px;
    margin:10px 0 0 0;
}

#gplus_login{
    background: url(../assets/btn_google_bg.png) no-repeat 0 0;
    width: 206px;
    border: 0px;
    color: #fff;
    padding: 10px 10px 10px 40px;
    margin:10px 0 0 0;
}
.redText{
    color: red;
}
#restore{
	margin: 5px 20px;
	padding: 8px;
	font-size: 16px;
	width: 100px;
	/*position: relative;*/
	top: 3px;
}

.fixPlaylistOrder{
   margin-left: 5px;
}
#editPlaylistData{
   margin:5px;
}
