.cma_container{

}

.cma_container label{
    text-transform: capitalize;
    font-variant: small-caps;
    font-size: 18px;
    display:inline-block;
    vertical-align: top;
    width: 200; }

.cma_container input{
    margin: 5px 0;
    padding: 5px 0;
    line-height: 1.5; }

.cma_container input[type='submit']{
    padding: 5px 10px;
    color :#fff;
    background-color: #6699FF;
    border: 1px solid #6699FF;
    /* this color blue is from your side menu */
    border-radius: 5px; }

.cma_container textarea{
    /*
     these values are just guesses
     just make the box big enough for the person to not have to resize the box
    */
    width: 300px;                
    height: 200px; }            

#prop_address{
    margin: 0;
    padding: 0; } 

#prop_address label{
    vertical-align: top; }

#prop_address textarea{
    width: 300px;
    height: 100px; }
