.main_wrapper{
    min-height: 360px;
}
.error-message{
    color:red;
}
.message{
    text-align: center;
    /*color: green;*/
        clear: both;
    color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #3B8230 -moz-linear-gradient(center top , #76BF6B, #3B8230) repeat-x scroll 0% 0%;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-weight: bold;
}
.textHyperlink:hover{
    color: #FCFF00;
    cursor: pointer;
    font-weight: bold;
}
.redClassTr{
    background: #EA9862;
}

#pf-body input {
	visibility: visible !important;
}