@charset "utf-8";

/***** Global Layout *****/
html {overflow-y:auto;overflow-x:auto;}
html, body {border:0;margin:0;padding:0;hight:100%;}
body {background:#489aff;}

/***** Common Formatting *****/

p, ul, ol {margin:0;padding:0 0 2px 0;}
ul, ol {padding:0 0 1.35em 2.7em;}
blockquote {margin:1.35em 2.7em;padding:0;}
img {border:0;}
acronym, abbr {color:#000;cursor:help;letter-spacing:1px;border-bottom:1px dashed #000;}
small {color:#555;font-size:0.75em;}
sup {color:#555;font-size:80%;}
code {font:1em "Courier New", Courier, monospace;}
blockquote code {font-size:.75em;}
a {outline:none;cursor:pointer;}
div {text-align:left;}
/*div {border:1px solid red;}/**/

/***** Forms *****/

form {margin:0;padding:0;display:inline;}
input, select, textarea, button {margin:0px;padding:1px;font-size:12px;color:#333;}
textarea {line-height:1.35;}
textarea.text {color:#555;width:473px;height:150px;padding:5px;border:1px solid #aaa;background:#fff;overflow:auto;}

/***** Tables *****/

table tr td {vertical-align:top;}

.date {
  font-size:11px;
  padding:0 0 15px 0;
}
