html, body {
	marign:0; padding:0;
	
    font:normal 12px verdana;

}

/*
.canvas {
	background:#EBE4E2 url(/lib/img/sxc-stelletje.jpg) 0% 100%;
}
*/

.dbheader {
	background: #A31471 url(/lib/img/bf-soft-toolbar.jpg) repeat-x;
}

a#btnLogout  {
	display:block;
	background: #D9004A url(/lib/img/button-logoff.gif) no-repeat 0 0;
	width:116px;
	height:21px;
	color: #fff;
}

a#btnLogout:hover {
	display:block;
	width:116px;
	height:21px;
	background: #F16 url(/lib/img/button-logoff.gif) no-repeat 0 -21px ;
	color: #fff;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.labelLeft {
	float:left;
	text-align:left;
	width:38%;
}

.labelRight {
	float:right;
	text-align:right;
	width:38%;
}

#sliderlabel {
	text-align:center;
}

.question {
	height: 107px;
	width: 344px;
	padding-top: 14px;
	padding-right:17px;
	
	padding-left:100px;
	background: url(/lib/img/balloon-girl.jpg) no-repeat;
}

#action-panel .x-panel {
	margin-bottom:3px;
	margin-right:0;
}
#action-panel .x-panel-body {
	border:0 none;
}
#action-panel .x-panel-body li {
	margin:3px;	
}
#action-panel .x-panel-body li img {
	width:16px;
	height:16px;
	vertical-align:middle;
	margin-right:2px;
	margin-bottom:2px;
}
#action-panel .x-panel-body li a {
	text-decoration:none;
	color:#3764A0;
}
#action-panel .x-plain-body {
	background-color:#cad9ec;
    padding:3px 0 0 5px;
}

.icon-questions {
    width:16px;
    height:16px;
    margin-left:3px;
    background: transparent url(/lib/img/icons/comments.png) no-repeat;
}

.icon-profile {
	width:16px;
    height:16px;
    margin-left:3px;
    background: transparent url(/lib/img/icons/folder_user.png) no-repeat;
}

.icon-matches {
	width:16px;
    height:16px;
    margin-left:3px;
    background: transparent url(/lib/img/icons/folder_heart.png) no-repeat;
}

.x-panel-body {
	background: transparent;
}

#canvas>div>div {
	background: #EBE4E2;
}

.match .photo {
	float:right;
}

.match {
	clear:both;
	background: #fff;
	padding: 4px;
	margin-bottom:4px;
}

.match h2 {
	font-size:18px;
	color:#9F3B2C;
	border-bottom:1px solid #eee;
	padding-left:0;
	padding-bottom:6px;
}

.spacer {clear:both;height:0;}
