/* CSS Document */
/* last updated in 27.08.2015 23.15 */
html {
	background-image: url('bg.jpg');
	background-size: 100%;
	background-repeat: repeat-y;
}
body {
    font:12px arial;
    color: #222;
    text-align:center;
    padding:32px; 
	}
  
form, p, span {
    margin:0;
    padding:0; 
	}

  
input { font:12px arial; }

.left {text-align:left;}

.right {text-align:right;}

.center {text-align:center;}
  
a {
    color:#0000FF;
    text-decoration:none; }
  
    a:hover { text-decoration:underline; }

#loginform {
    margin:0 auto;
    padding-bottom:36px;
    width:544px; }
	
#wrapper{
	margin:0 auto;
	width:544px; }
	
#loginform { padding-top:18px; }
  
    #loginform p { margin: 5px; }
  
#chatbox {
    text-align:left;
    margin:0 auto;
    padding:10px;
	background-color: rgba(250,250,255,0.85);
    height:344px;
    width:472px;
    overflow:auto; }
  
#usermsg {
	background-color: rgba(250,250,255,0.85);
    text-align:left;
    margin:0 auto;
    padding:10px;
    width:472px;
	height:96px;
	resize:none; 
	overflow:auto; 
    border:0; }
 
#submit { width: 60px; }

.midg { background:#EBF4FB;}

.border { border:2px solid #ACD8F0;}
  
.error { color: #dd0000; font-weight: bold;}

.unerror { color: #00aa00; font-weight: bold;}
  
#menu { padding:12.5px 25px 12.5px 25px; }
  
.welcome { float:left; }
  
.logout { float:right; }

.old {text-align:center;}

.msgln { margin:0 0 2px 0; text-shadow: 0.4px 0.4px #000000;}