h3 { font-family:Arial, Helvetica, sans-serif; font-size: 18px; margin: 5px; text-align: center; }
p { font-family: Arial, Helvetica, sans-serif; font-size: 14px; }



#textFrame, #emailFrame {
border: 1px solid #487FB6;
background-color: #EEE;
}
#textFrameWrapper iframe, #emailFrameWrapper iframe {
width: 100%;
height: 100%;
max-height: 200px;
}
#textFrameWrapper .closeButton, #emailFrameWrapper .closeButton {
display: inline-block;
float: right;
background-color: #FFF;
}

.hide {
display: none !important;
}

form { text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
input { display: inline-block; }
.submit { 
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center; 
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}

.submit:hover {
color: #fff;
background-color: #39b3d7;
border-color: #269abc;
}

.success { background: #5cb85c; color: #fff; padding: 5px 12px; border-radius: 5px; font-family: Arial, Helvetica, sans-serif; }
