        body
        {
            background-color: #94CAEC;
        }


        #boxPanelRegisterNow 
        {
            background: url('../img/cadRapido.png');
            margin: auto;
            text-align: center;
            width: 1600px;
            height: 700px;

        }

        .PContent
        {
            position: relative;
            top: 73%;
            left: 48%;
            transform: translate(-50%,-50%);
            padding: 15px;
            width: 20%;
        }

        .PContent label
        {
            display: inline-block;
        }

        .PContent label span
        {
            font-family: Arial, Helvetica, sans-serif;
            width: 58px;
            height: 17px;
            background: url('../img/inputPrefix.png');
            display: block;
            text-align: right;
            padding-right: 8px;
            color: #FFF;
            font-weight: 700;
            font-size: 10px;
            float: left;
            margin-bottom: 2px;
        }

        .redDark
        {
            border-left: 1px solid #160000;
            border-radius: 4px 4px 4px 4px;
            border-top: 1px solid #735f48;
            border-bottom: 1px solid #825a45;
            border-right: 1px solid #000;
            background-color: #4a0000;
            color: #FFF;
            font-size: 11px;
            height: 16px;
            padding: 0 3px;
        }

        #submit
        {
            width: 138px;
            height: 51px;
            margin-left: 70px;
            clear: both;
            background-image: url('../img/btnRegister.png');
            border: none;
            outline: none;
            cursor: pointer;
        }



        #pageFooterObjects
        {
            background: url("../img/footerObjects.jpg") no-repeat scroll center 0 #94CAEC;
            position: absolute;
            height: 242px;
            width: 100%;
            min-width: 1900px;  
            left: 0;
            right: 0;
            z-index: -1;
        }

/*
Template by R@ylee
Date 09/10/2023
*/