
.dialog, .row .dialog, .row-fluid .dialog, .row-fluid [class*="span"].dialog:first-child {
    margin: 0px auto;
    margin-top: 5em;
    float: none;
    width: 400px;
}

    .dialog .block {
        -webkit-box-shadow: 1px 1px 0px #ffffff;
        -moz-box-shadow: 1px 1px 0px #ffffff;
        box-shadow: 1px 1px 0px #ffffff;
    }

.block {
    border: 1px solid #ccc;
    background: white;
    margin: 1em 0em;
}

p.block-heading, a.block-heading, .block-heading a {
    color: #505050;
    background: #dddddd;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fafafa));
    background: -ms-linear-gradient(bottom, #dddddd, #fafafa);
    background: -moz-linear-gradient(center bottom, #dddddd 0%, #fafafa 100%);
    background: -o-linear-gradient(bottom, #dddddd, #fafafa);
    filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#dddddd')";
    display: block;
    padding-left: 1em;
    border-top: 1px solid #fff;
    outline: none;
}

.block-heading {
    border-bottom: 1px solid #a6a6a6;
    border-left: none;
    color: #505050;
    display: block;
    margin-bottom: 0px;
    text-shadow: none;
    text-transform: none;
    font-weight: bold;
    font-size: .85em;
    line-height: 3em;
}

.block-body {
    margin: 1em;
    min-height: .25em;
}

.dialog form, .row .dialog form, .row-fluid .dialog form, .row-fluid [class*="span"].dialog:first-child form {
    margin-bottom: 0px;
}

label {
    display: block;
    margin-bottom: 5px;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
    display: inline-block;
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

.row-fluid .span12 {
    width: 100%;
}

.pull-right {
    float: right;
}


element.style {
}

Matched CSS Rules p {
    margin: 0 0 10px;
}

user agent stylesheetp {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a:hover {
    text-decoration: none;
}

a:hover {
    color: #005580;
    text-decoration: underline;
}

a:hover, a:active {
    outline: 0;
}

a {
    color: #0088cc;
    text-decoration: none;
}

p {
    margin: 0 0 10px;
}


#AccountContent {
    width: 960px;
    padding: 0px 35px 0px 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    background-color: white;
    min-height: 400px;
    clear: both;
    margin: 0 auto;
}

#PanelLeft {
    float: left;
    padding: 10px 20px;
}

#DeviderMiddel {
    float: left;
    border-left: 1px dotted #ccc;
    height: 360px;
    margin: 20px;
}

#PanelRight {
    float: left;
    padding: 10px 10px;
}
