.tx-powermail fieldset{
    border: none;
	font-family: 'Roboto', sans-serif;
}
.powermail_fieldwrap {
	margin-bottom:20px;
}
.powermail_legend {
	display:none;
}
.powermail_input, .powermail_textarea, .powermail_captcha  {
	width:100%;
	max-width:500px;
	height:35px;
	font-size:18px;
}
.powermail_textarea {
	height:200px;
}
.powermail_captcha {
	width:100px;
}
.powermail_captchaimage {
	margin-left:20px;
	margin-top:20px;
}
.powermail_submit {
	background-color: var(--orange);
	font-size: 18px;
	width: 280px;
	height: 40px;
    border-radius: 5px;
    border: none;
	display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: italic;
	cursor: pointer;
}
.powermail_confirmation table, .powermail_create table {
	font-family: 'Roboto', sans-serif;
    width: 100%;
    max-width: 500px;
}
.powermail_confirmation .btn {
	background-color: var(--orange);
	font-size: 18px;
	width: 280px;
	height: 40px;
    border-radius: 5px;
    border: none;
	display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: italic;
	cursor: pointer;
	margin: 20px 20px 20px 0px;
}