/* Main
---------------------------------------- */

html, body {height: 100%; width: 100%; min-width: 996px;}
.error, .success {padding: 12px 15px; color: #fff; position: fixed; right: 50%; margin: 0 -205px 0 0; border: 1px solid #fff; z-index: 100; width: 300px; top: 25%; font: 12px Arial, sans-serif;}
.error a, .success a {color: #fff; font-weight: bold;}
.error {background: #990033}
.success {background: #04a32a;}

.close-mes {position: absolute; right: 8px; top: 2px; font-size: 18px; cursor: pointer;}

.link {position: absolute; width:800px; height:640px; top:50%; left:50%; margin-top:-320px; margin-left:-407px;}

.electric-meter {background: black; margin:0px 0 0 0; z-index: 1000; left: 0; top: 0; right: 0; bottom: 0pt; width: 99%; height: 99%; border:0px solid green;}
.electric-meter .close-mes  {right: 35px; top:10px; color: #8DDBFB;  z-index: 1000; text-decoration: underline; font-size:12px;}


