th {
    text-align: left;
}

#mailscontent2 table th {
    background: url(../images/headerbg.jpg) repeat-x;
    height:24px;
    padding:3px;
    text-align:left;
    vertical-align:middle;
}

#profilecontent2 {
    border:1px solid #c6c6c6;
    border-top:none;
    padding-top: 20px;
    width:577px;
}

#user {
    border:1px solid #c6c6c6;
    background: url(../images/profilbg.jpg) no-repeat; 
    width: 571px;
    min-height: 153px;
    margin: 0 0 2px 2px;  
    position: relative; 
}

#user h3 {
    height:20px;
    margin:7px 0 0 0;
    color:#383838;
    font-size:13px;
    font-weight:normal;
    padding:4px 0 0 13px;
    position: relative;
    top:-20px;
    left: 10px;
    width: 170px;
}

#user h3#girl {
    background:url(../images/nevhatter_no.jpg) no-repeat;
}

#user h3#boy {
    background:url(../images/nevhatter_ferfi.jpg) no-repeat;
}

#user h3#boyboy {
    background:url(../images/nevhatter_ferfiferfi.jpg) no-repeat;
}

#user h3#girlboy {
    background:url(../images/nevhatter_noferfi.jpg) no-repeat;
}

#user h3#girlgirl {
    background:url(../images/nevhatter_nono.jpg) no-repeat;
}

#ctrlbox {
    position: relative;
    top:-44px;
    left: 182px;
    height: 24px;
    width:138px;
    background:url(../images/ikonbox_nagy.jpg) no-repeat;
}

#ctrlbox ul, #ctrlbox2 ul {
    margin: 0;
    padding: 0;
}

#ctrlbox ul li {
    float: left;
    list-style-type: none;
    margin:2px 0 2px 2px;
    cursor: pointer;
}

#ctrlbox2 {
    position: relative;
    top:-68px;
    left: 323px;
    height: 24px;
    background:url(../images/ikonbox_kicsi.jpg) no-repeat;
    width:100px;
}

#ctrlbox2 ul li {
    float: left;
    list-style-type: none;
    margin:-1px 0 0 3px;
    cursor: pointer;
}

#userimage {
    left:25px;
    position:absolute;
    top:15px;
}
    
#userimage .faceborder {
    left:-17px;
    top:-4px;
    background: url(../images/nc_face_border2.png) no-repeat;
    width: 154px;
    height: 139px;
}

#userdata {
    left:182px;
    position:absolute;
    top:17px;
}

#userdata p {
    margin: 0;
}

.chattext {
    width:500px;
    height: 130px;
    background-color: white;
    border: 1px solid black;
    position: relative;
    left: 30%;
    top:5px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.noticebox input {
    width:500px;
    position: absolute;
    top:140px;
    left: 30%;
    border: 1px solid black;
}

.noticebox button#chatsend {
    top:138px;
    position:absolute;
    left: 30%;
    margin-left:409px;
}

.noticebox button#chatclose {
    top:138px;
    position:absolute;
    left: 30%;
    margin-left:472px;
}

.noticebox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
	z-index:100;
    background-color: #D57189;
}

span.mymsg {
    color: #CDCDCD;
}

span.msg {
    color: #CD0000;
}

span.systemmsg {
    color: black;
}