.clear {
	clear: both;
}
.error_message {
    background: #ed1c24;
    color: #fff;
    padding: 7px 15px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
}
#success_page{text-align:left;}
#success_page h1{font-size: 24px;line-height: 34px;font-weight: 400;margin-bottom: 20px;margin-top: -8px;  color: #03C714;}
#success_page a#refreshpage{width: auto;font-size: 16px;font-weight: 300;color: #fff;display: inline-block;background-color: #ed1c24;line-height: 22px;padding: 15px 10px;vertical-align: middle; margin-top: 10px;}