div.quote {
 	right:10px;

  border:none;
  width: 100px;
  z-index: 500;
  height:60px;
  line-height:60px;


}

div.quote p {
 	font-size: 1.2em;
	 margin: 0;
	 color:#eee;
}

div#commentForm {
 	display: none;
 	font-family: Arial, sans-serif;
 	font-size: 1em;
	z-index:500;
	right:40px;
	width:260px;
	position:absolute;
}

div#commentForm1 {
 	
 	font-family: Arial, sans-serif;
 	font-size: 1em;
	z-index:500;
	right:40px;
	width:260px;
	position:absolute;
}

a.commentLink {
 	font-family: Arial, sans-serif;
	 font-size: 1em;
	
}


/* search */

.d1 input {
  position: absolute; 
  top-margin:10px;
  top: 10px;
  width: 100%;
  height: 40px;
  line-height:40px;
  padding-left: 10px;
  border:none;
  border-radius: 5px;
  outline: none;
  background: #fff;
  color: #eee;
}
.d1 button {
  position: absolute; 
  top-margin:10px;
  top: 10px;
  right: 0px;
  width: 50px;
  height: 40px;
  border: none;
  background: #7d5493;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  color:#fff;


}


/* navbar */
#dd
{   margin: 0;
    padding: 0;
	height:60px;}
	

#dd li
{   margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: bold 11px arial}

#dd li a.menu
{   display: block;
    text-align: left;
    padding:0 10px;
    color: #fff;
    width:auto;
    text-decoration: none;
	line-height:60px;
	font-size:1.4em}


#dd li a.menu:hover
{   background: #a881bc;
padding:0 10px;}

.submenu
{   background: #56455f;
    border: 1px solid #6c328a;
    visibility: hidden;
    position: absolute;
    z-index: 6;
	width:200px;
	height:auto;}

    .submenu a
    {   display: block;
        font: 1.3em arial;
        text-align: left;
        text-decoration: none;
        padding: 20px;
        color: #eeeeee;}

    .submenu a:hover
    {   background: #a881bc;
        color: #56455f;
		}