@charset 'UTF-8';
html,body 
{
	background: #eee;
	background-image: url(erp.png);
	background-attachment:fixed;
	background-position:center;	
	background-repeat:no-repeat;
	color: #444;
	margin:0;
	padding:0;
	height:100%;
}
#container{
	background-color:#FFFFFF;
	width:280px;
	margin:0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow:hidden !important;
}
#cover 
{
	position: fixed; 
	height: 100%; 
	width: 100%; 
	top:0px; 
	left: 0px; 
	background: #FFFFFF; 
	overflow:hidden; 
	z-index:99999;
}
.loader 
{
  left: 50%;
  top: 50%;
  margin-left: -4em;
  position: absolute;
}

#page 
{
	color: #000
	opacity: 0.5;
}
.login
{
	margin-top:100px;
}

.dd-postauthoricon:before
{
	content: url('images/postauthoricon.png');
	margin-right: 6px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	bottom: auto;
}

.opera .dd-postauthoricon:before
{
	bottom: 0;
}

.enormal  
{  
	font-family: verdana,arial; 
    color: #8d8888; 
    font-size: 13px;  
	font-weight:bold;        
}

.dd-postcontent a, .dd-postcontent a:link
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #808080;
}
.dd-postcontent a:visited, .dd-postcontent a.visited
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #91A6A5;
}

.dd-postcontent  a:hover, .dd-postcontent a.hover
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #9C9C9C;
}