body {
	font-family: "Bitstream Vera Sans", sans;
	font-size: 0.8em;
	margin: 12px;
	background: #6699CC;
}

h2 {
	border-bottom: 1px solid grey;
}

input {
	border: 1px solid grey;
}

#incoming {
	width: 420px;
	height: 260px;
	overflow: auto;
	border: 2px dashed grey;
	padding: 4px;
}

#msgArea {
	width: 420px;
	height: 45px;
	padding: 4px;
	margin: 0;
	border: 2px dashed grey;
}

.spaced {
	margin-bottom: 4px;
}

DIV.box_left {
	float: left;
	width: 450px;
	margin: 0;
	padding: 0;
}

DIV.box_right {
	margin: 0 0 0 460px;
	width: 450px;
	padding: 0;
}

div.box_content {
	padding: 10px;
	margin-top:10px;
	margin-bottom:10px;
	-moz-border-radius-topleft: 1.0em;
	-moz-border-radius-topright: 1.0em; 
	-moz-border-radius-bottomleft: 1.0em;
	-moz-border-radius-bottomright: 1.0em;
	background-color:#ffffff;
}

div.box_content_blue {
	padding: 10px;
	margin-top:10px;
	margin-bottom:10px;
	-moz-border-radius-topleft: 1.0em;
	-moz-border-radius-topright: 1.0em; 
	-moz-border-radius-bottomleft: 1.0em;
	-moz-border-radius-bottomright: 1.0em;
	background-color: #DCEEFD;
}

div.box_contacts {
	width: 450px;
	margin-top: 20px;
	z-index: 0;
}

div.ff {
	width: 295px;
	padding: 10px;
	margin-top:10px;
	margin-bottom:10px;
	-moz-border-radius-bottomleft: 1.0em;
	background-color: #eef6fd;
}


div.contatos {
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: -10px;
	width: 295px;
	background-color: #ffffff;
	padding-left: 10px;
	/*height: 300px;*/
	
}

span.contacts_content {
	background-color: #DCEEFD;
	-moz-border-radius-topleft: 1.0em;
	-moz-border-radius-topright: 1.0em; 
	padding-left: 230px;
	padding-top: 10px;
	padding-bottom: 10px;

}

span.contacts_title {
	width: 250px;
	background-color: #ffffff;
	padding: 10px;
	margin-top:10px;
	margin-bottom:10px;
	-moz-border-radius-topleft: 1.0em;
	-moz-border-radius-topright: 1.0em; 
}

div.block {
	/*background: #ccc;*/
	vertical-align: middle;
	display: table-cell;
}

div.box_top {
	text-align: right;
	background-color: #ffffff;
	height: 45px;
}

#login_pane {
	/*
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-110px;
	margin-top:-40px;
	*/
}

#box_me {
	color: #ffffff;
}

#changeMyStatus {
	position: absolute;
	border: 4px solid grey;
	background-color: #ffffff;
	margin-left: 46px;
	margin-top: 50px;
	color: black;
	z-index: 0;
}

li.status_list {
    list-style-type: none;
    padding: 3px;
    font-weight: bolder;
}
