#twk-signup-form-header{
	text-align : center;
}

.twk-input-container, .twk-button-container{
	padding : 0;
	margin  : 0 0 10px 0;
	width   : 100%;
	position: relative;
}

.twk-button-container{
	text-align: center;
}

.twk-text{
	width        : 100% !important;
	margin-bottom: 0 !important;
}

.twk-error{
	font-size  : 1em;
	display    : none;
	margin     : 0 14px;
	float      : left;
	color      : #F071A8;
	font-weight: bold;
}

.twk-password-meter {
	position: absolute;
	width   : 50px;
	right   : 18px;
	top     : 17px;
	height  : 15px;
}

.twk-password-meter-message {
	font-weight : bold;
	color       : #676767;
	font-size   : 1em;
	display     : block;
	margin-right: 16px;
	width       : auto;
	text-align  : right;
}

.twk-password-meter-bg, .twk-password-meter-bar {
	height        : 15px;
	border-radius : 2px;
}

.twk-password-meter-bg {
	background: #e0e0e0;
}

.twk-password-meter-message-very-weak {
	color: #aa0033;
}

.twk-password-meter-message-weak {
	color: #f5ac00;
}

.twk-password-meter-message-good {
	color: #6699cc;
}

.twk-password-meter-message-strong {
	color: #008000;
}

.twk-password-meter-bg .twk-password-meter-very-weak {
	background: #6ec02a;
	width: 10%;
}

.twk-password-meter-bg .twk-password-meter-weak {
	background: #6ec02a;
	width: 25%;
}

.twk-password-meter-bg .twk-password-meter-good {
	background: #6ec02a;
	width: 75%;
}

.twk-password-meter-bg .twk-password-meter-strong {
	background: #6ec02a;
	width: 100%;
}

.twk-passwordStrength{
	padding-right: 80px !important;
	width: 198px !important;
}

.twk-error-alert{
	width      : 50px!important;
	height     : 44px!important;
	padding    : 0!important;
	background : url("../images/contact_form_error.png") no-repeat !important;
	border     : none!important;
	display    : none;
	float      : left;
	margin-left: -50px;
	margin-top : -48px;
}

.twk-input-container.error .twk-error-alert, .twk-input-container.error .twk-error{
	display : block;
}

.twk-loader{
	float       : right;
	margin-top  : -32px;
	margin-right: 16px;
	background  : url("../images/ajax-loader.gif") no-repeat !important;
	width       : 16px;
	height      : 16px;
	display     : none;
}

#twk-submit-message{
	padding   : 0;
	margin    : 0;
	text-align: center;
	width     : 100%;
}

#twk-submit-message.twk-error{
	color  : #F071A8;
	display: block;
}

#twk-submit-message.twk-success{
	color  : #76B51B;
	display: block;
}

#twk-submit-button{
	margin-right : -16px;
}

#twk-submit-loader{
	display    : inline;
	padding    : 0px 8px;
	visibility : hidden;
	margin-left: 25px;
	float      : none;
	margin     : 0;
}
