.crypto {
	background: #f1f1f1;
	padding: 25px;
	padding-bottom: 10px;
}
.crypto input, .crypto select, .crypto textarea {
	max-width: 100%;
	padding: 7px;
}
.crypto textarea {
	display: none;
}
.crypto_plugin, .crypto_messages, .crypto_cert {
	margin: 15px 0;
}
.crypto_messages {
    margin: 15px 0;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 5px;
    padding: 10px;
    color: #fff;
	font-size: 14px;
	background: orange;
	display: none;
}
.crypto_messages.green {
	background: green;
}
.crypto_messages.red {
	background: red;
}
.crypto_cert-status {
	margin: 5px 0 15px;
    font-size: 14px;
}
.crypto_save {
    margin: 15px 0;
}
.crypto_cert-info {
    background-image: url(img/cert.png);
    border: 5px double #5a9251;
    padding: 10px;
    margin: 10px 0px 0px 0px;
	display: none !important;
}
.crypto p.crupto_cert-info--field {
    margin: 0px;
    color: #333;
    padding: 5px 10px 5px 10px;
    font-weight: normal;
    font-size: 16px;
}