.user-popUp .formItems.registerFormBody .itemformRight {
    font-size: 12px;
}
.user-popUp .formItems.registerFormBody .itemformRight ul {
    padding: 0 0 0 30px;
}
.user-popUp .formItems.registerFormBody .itemformRight ul li.signupFac {
	text-align:center;
}
.formError .formErrorContent {
    color: #fff;
    min-width: 180px;
	line-height: 16px;
}

.user-popUp .formItems .formList li{ margin-top:5px}
.user-popUp .formItems .formList li.icon:before { display:none}
.user-popUp .formItems .formList li.icon {
    overflow: visible;
    position: relative;
}
.user-popUp .formItems .formList li input[type="text"], .user-popUp .formItems .formList li input[type="password"] {
   	margin:0;
}
/*.user-popUp .formItems.registerFormBody .i-agree label {
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: right;
	height: auto;
	left: -16px;
    position: relative;
}
*/

.user-popUp .formItems .formList li .sender {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.user-popUp .formItems .formList li .sender {
    display: block;
    text-decoration: none;
    border: 1px solid #ddd;
    height: 38px;
	width: 100%;
	background: none;
    line-height: 38px;
    padding: 0 9px;
    color: #777777;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
	webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.user-popUp .formItems .formList li .sender:hover {
    background-color: #323232;
    color: #fff;
    border-color: #323232;
}

@media (max-width: 720px) {
	.user-popUp .formItems.registerFormBody .i-agree label {
		left: -57px;
	}
	.user-popUp .formItems.registerFormBody .itemformRight ul {
		padding: 0;
	}
}

a.swpRightPosButton {
   display: none !important;
}

.black-ribbon {
  position: fixed;
  z-index: 9999;
  width: 70px;
}
@media only all and (min-width: 768px) {
  .black-ribbon {
    width: auto;
  }
}

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }

.widget_area article .post_thumb {
    width: 125px;