﻿.EmailPetOwner {
        border: 1px solid transparent;
        background: none repeat scroll 0 0 #3490c9 !important;
        border-radius: 2px;
        color: #fff;
        display: block;
        padding: 8px 10px;
        text-decoration: none;
        font-size: 18px;
        margin-top: 10px;
        font-weight: 600;
    }

    .PetOwnerBorder {
        border: red 1px solid;
    }

    .petLostId {
        background-color: #f3f3f3;
        margin: 10px 0;
        padding: 10px 16px;
    }

    .greyDogBg {
        background: url(/content/images/greyGogBg.jpg) no-repeat scroll left top rgba(0, 0, 0, 0);
        min-height: 100px;
        width: 100%;
    }

    .editProfileBlock {
        padding-left: 0px;
        width: 100%;
    }