.tml
{
	font-size: 1em;
	width: 600px;
   /* float: right;*/
   margin: 0 auto;
}
.tml-links li{
	
	 list-style-type: none;
	
}
.tml *
{
	box-sizing: border-box;
	webkit-box-sizing: border-box;
}
.tml-field-wrap
{
	margin-bottom: 1em;
}
.tml-label
{
	display: block;
	margin: .5em 0;
}
.tml-checkbox+.tml-label
{
	display: inline;
}
.tml-field
{
	width: 100%;
}
.tml-description
{
	display: block;
	font-size: .85em;
	font-style: italic;
	margin: .5em 0;
}
.tml-errors,.tml-messages
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tml-action-confirmaction .success,.tml-error,.tml-message,.tml-success
{
	border-left: 4px solid #00a0d2;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,.1);
	display: block;
	margin: 0 0 1em;
	padding: .75em;
	webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.1);
}
.tml-error
{
	border-left-color: #dc3232;
}
.tml-action-confirmaction .success,.tml-success
{
	border-left-color: #46b450;
}
#pass-strength-result
{
	background-color: #eee;
	border: 1px solid #ddd;
	color: #23282d;
	font-weight: 700;
	margin-bottom: 1em;
	opacity: 0;
	padding: .5em;
}
#pass-strength-result.strong
{
	background-color: #c1e1b9;
	border-color: #83c373;
	opacity: 1;
}
#pass-strength-result.good
{
	background-color: #ffe399;
	border-color: #ffc733;
	opacity: 1;
}
#pass-strength-result.bad
{
	background-color: #fbc5a9;
	border-color: #f78b53;
	opacity: 1;
}
#pass-strength-result.short
{
	background-color: #f1adad;
	border-color: #e35b5b;
	opacity: 1;
}