body, button, fieldset, form, h1, h2, h3, html, iframe, input, label, legend,
li, ol, p, select, table, td, textarea, th, tr, ul {
    margin: 0;
    padding: 0
}

article, aside, footer, header, nav, section {
    display: block
}

html {
    overflow-y: scroll
}

html.modal {
    overflow-y: auto
}

body {
    background: #dfe5e9;
    color: #000;
    font-family: arial, sans-serif;
    font-size: 12px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body.with-nav {
    background-image: url(data:image/gif;base64,R0lGODlh3AABAIAAAB0hJwAAACH5BAAAAAAALAAAAADcAAEAAAINhI+py+0Po5y02otdAQA7);
    background-position: 0 0;
    background-repeat: repeat-y
}

a {
    background: 0 0;
    color: #0061b4;
    text-decoration: none;
    outline: 0
}

a:focus, a:hover {
    text-decoration: underline
}

img {
    border: none;
    vertical-align: middle
}

h1, h2 {
    color: #003a88;
    font-weight: 400
}

h1 {
    font-size: 16px
}

h2 {
    font-size: 16px
}

ol, ul {
    list-style-type: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset {
    border: none
}

label {
    cursor: pointer
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    outline: 0
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.clearfix:after, .clearfix:before {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.nowrap {
    white-space: nowrap
}

.content {
   	width: 350px;
        height: 140px;
        background-color: #fff;
	padding: 20px;
        left:0; right:0;
        top:0; bottom:0;
        margin:auto;
	text-align:center;
        max-width:100%;
        max-height:100%;
        overflow:auto;
	font-size: 16px;
	-webkit-box-shadow: 0px 0px 67px -1px rgba(166,166,166,1);
	-moz-box-shadow: 0px 0px 67px -1px rgba(166,166,166,1);
	box-shadow: 0px 0px 67px -1px rgba(166,166,166,1);
}
