/* fontface */

* { margin: 0; padding: 0; }

body { width: 100%; font: normal normal 10pt/16pt 'Arial', sans-serif; background: #fff; }
h1 { font: normal normal 18pt/24pt 'Verdana', serif; cursor: default; color: #fff; text-indent: 30px; height: 41px; line-height: 41px; background: url('../../frontend/images/clients/title-orange.jpg') top left repeat-x; }
h3 { margin: 5px 0; font: normal bold 14pt/20pt 'Verdana', serif; color: #7c0101; }

p { margin: 10px 0; }

img, table { border: none; }

a { color: #999; }
a:active { color: #000; }
a:hover { text-decoration: none; }

#message { position: fixed; left: 0; bottom: 5px; width: 100%; height: 50px; line-height: 50px; text-align: center; font-size: 16px; font-weight: lighter;
               filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE 5.5+*/
               -moz-opacity: 0.9; 
               -khtml-opacity: 0.9;
               opacity: 0.9;
    }
.success { color: #fff; border: 1px solid #fff; background: #090; }
.fail { color: #fff; border: 1px solid #fff; background: #CC1313; }

#shadow { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; }
#modal_window { display: none; padding: 10px; width: 600px; height: 400px; position: fixed; top: 50%; left: 50%; margin-left: -300px; margin-top: -200px; border: 2px solid #000; background: #eee; }
#modal_window textarea { width: 100%; height: 100%; }