﻿.modalContent {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 30px;
}

h1 {
    font-size: 1.7em;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, Verdana, sans-serif; }

p { margin: 0 0 1em; }

:link, *:visited, *:link:hover, *:visited:hover, *:link:active, *:visited:active { color: #075984; }

a { text-decoration: none; }

.alertDate {
    float: right;
    font-weight: bold;
    margin-top: 5px;
    text-align: right;
    width: 94%;
}

.modal {
    background: #fff none repeat scroll 0 0;
    overflow: auto;
    padding: 40px;
    margin-top: 5px;
}

img {
     border: 0 none;
}

body {
     color: #666;
     font-family: Arial;
}