.page-alert-message {
display: block;
margin: 0!important;
padding: 15px!important;
width: 100%!important;
height: auto!important;
position: relative!important;
left: inherit!important;
right: inherit!important;
top: inherit!important;
border-radius: 0!important;
z-index: 9999;
border: 0!important;
text-align: center;
font-weight: normal;
line-height: normal;
font-family: 'helvetica', sans-serif;
font-size: 16px;
background-color: #d7833d;
color: #fff;
}
.page-alert-message .controls {
display: inline-block;
position: absolute;
top: 0;
right: 0;
margin: 0;
height: 100%;
width: auto;
}
.page-alert-message .controls input {
display: inline-block;
position: relative;
margin: 0;
padding: 15px;
border: 0;
outline: none;
text-transform: uppercase;
font-weight: normal;
background: transparent!important;
color: #fff!important;
font-size: 14px;
}