
a{ text-decoration:none;}

div.content{
	width:90%;
	margin: 10px auto;
	color: black;
	text-decoration: none;
}



div.link{
	float: right;
	font-family: helvetica;
	color: black;
	width:50px;
	text-decoration: none;
	font-style: none;
	background-color:666666;
}


div.title{
	margin: 13px auto auto auto;
	font-family: helvetica;
	/*width:100%;*/
	color: black;
	text-decoration: none;
	font-weight: bold;
	/* background-color:#e8e8e8; */
}

div.author{
	text-align: left;	
	font-family: helvetica;
	color: black;
	width:100%;
	text-decoration: none;
	font-style: italic;
	/* background-color:#e8e8e8; */
}



div.source{
	color: black;
	font-family: helvetica;
	text-decoration: none;
	font-style: none;
	/* background-color:#e8e8e8; */
	width:100%;
}

div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}

div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}

div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

label {
    display: block;
}

.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  width : 10em; 
  display : block;
  text-align:left; 
	background: url('bg_select.png') right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;
}