@charset "utf-8";
/* dls.css Copyright 2006-2014 (c) by BT-Group (info@bt-group.lt)
   All Rights Reserved.
*/

html,body,form {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

body {
	background-color:#efefef;
}

.dls {

}

.dls .hp {
	height:5px;
	line-height:5px;
	font-size:5px;
}


.dls .message .panel {
	width:600px; 
	font-family:Tahoma; 
	color:#555;
	border-radius: 2px;
	background:#fcfcfc;
	border:1px solid #e2e2e2;
	padding:4px;
}

.dls .message .icon {
	margin:10px;
	opacity:0.8;
}

.dls .message .panel .title{
	font-size:18px; 
	font-weight:bold;
}

.dls .message .panel .description{
	font-size:11px; 
	color:#999; 
	line-height:14px;
}


