.mainRConForm {
    background-color: #FFFFFF;
    float: right;
    height: auto;
    padding: 14px 27px 27px;
    position: relative;
    width: 99%;
}
.mainRConForm form {
    height: auto;
    float: left;
    width: 100%;
}
.mainRConForm form img{
    border: 2px solid #C0C0C0;
    border-radius: 0.3em;
    float: left;
    height: auto;
    margin-bottom: 14px;
    width: 98.7%;
}
.mainRConForm div{
    color: #C9C9C9;
    float: left;
    font-size: 22px;
    height: auto;
    padding-bottom: 21px;
    text-shadow: 1px 1px #FFFFFF;
    width: 100%;
}
.mainRConForm textarea{
    background-color: #FFFFFF;
    border: 1px solid #C6C6C6;
    box-shadow: 0 3px 10px -5px #000000;
    float: left;
    height: auto;
    margin-bottom: 19px;
    padding: 3px;
    width: 97%;
}
.robBox {
    border: 1px solid #C6C6C6;
    border-radius: 0.4em;
    box-shadow: 0 3px 5px -3px #000000;
    float: left;
    font-size: 12px;
    height: auto;
    margin-bottom: 8px;
    padding: 9px;
    text-transform: capitalize;
    width: 50%;
}
.contLformFIelde{
    border: 1px solid #c6c6c6;
    border-radius: 0.3em;
    float: left;
    height: auto;
    margin-bottom: 10px;
    padding: 9px;
    width: 96.4%;
}
.contLformFIeldeC{
    border: 1px solid #c6c6c6;
    border-radius: 0.3em;
    float: left;
    height: auto;
    margin-bottom: 10px;
    padding: 9px;
    text-transform: capitalize;
    width: 96.4%;
}
.mainRCon form textarea{
    border: 1px solid #C6C6C6;
    border-radius: 0.4em;
    box-shadow: 0 3px 5px -3px #000000;
    float: left;
    height: 78px;
    margin-bottom: 15px;
    padding: 9px;
    width: 94.4%;
}