#recommend{
  width: 450px;
  border: 1px solid #9D9D9D !important;
  background-color: #1F1F1F;
  padding: 0;
  position: absolute;	
  color: #C3C3C3;
  display: block;
}
#recommend .title{	
  background-color: #343434;
  width: 100%;
  height: 20px;
  padding: 5px 0 0 0;
}
#recommend .content{
	 padding: 5px;
  color: #fff;
  border: 0px solid white;
}
#recommend textarea{	
  background-color: #DCDCDC;
  border: 1px solid white;
  color: black;
  width: 438px;
}
*+html #recommend textarea{
	overflow: hidden;
}
#recommend .submit{
	background:transparent url(../images/btnBlank.gif) no-repeat;
	margin: 5px 4px 8px 0;
	border: none;
	width: 106px;
	padding: 0;
	color: #c3c3c3;
	float: right;
	cursor: pointer;
	position: relative;
	border: 0px solid red;
 }
 *+html #recommend form{
 	margin-bottom: 0;
 }
 *+html #recommend{
 	padding-bottom: 0;
 }
.title h2{
  color: #fff;
  width: 100%;
  background: none;
  margin: 2px 0 0 10px;
  padding: 0;  
  float: left;
  border: 0px solid red;
  width: 150px;
}
.title .close{
	float: right;
	border: 0px solid blue;
	margin: 2px 5px 0 0;
	width: 10px;
}

.close .popup_closebox{
	background:transparent url(../images/crossPopup.png) no-repeat;
	border: none;
	cursor: pointer;
	width: 10px;
}
div.popup {
  max-width: 600px;
  border: 1px solid #1DBBE9;
  padding: 5px;
  background-color: white;
  position: absolute;
}

#popup_overlay {
  background-color: whitesmoke;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}


.popup_draghandle {
  cursor: move;
}

