input:not ([type=checkbox] ):not ([type=radio] ):not ([type=submit] ) {
	width: 244px;
	padding: 3px 5px;
}

#complexity {
	width: 250px;
	text-align: center;
}

.default {
	background-color: #CCC;
	color: #000;
}

.weak {
	background-color: #FF5353;
	color: #fff;
}

.strong {
	background-color: #FAD054;
	color: #000;
}

.stronger {
	background-color: #93C9F4;
	color: #000;
}

.strongest {
	background-color: #B6FF6C;
	color: #000;
}

.err {
	background-color: #ff5353;
}