/* outer style */
.xcls {
    background: rgba(0, 0, 0, 0) url("styles/BBOOTS/imageset/close-icon.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 16px;
    line-height: 16px;
    margin-top: 1px;
    opacity: 0.3;
    vertical-align: text-top;
    width: 16px;
	padding: 3px 0;
}

.xcls:hover {
  opacity: 0.5;
  filter: alpha(opacity=40);
}

.wrpifr{
	 position:relative;
    top:10px;
	background: rgba(218, 218, 218, 0.8) none repeat scroll 0 0;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);
    color: #888888;
    margin: 0 12px 70px 0;
    padding: 10px;
    text-shadow: 0 1px 0 #ffffff;
    width: 279px;
	height: 270px; 
	overflow: hidden;
}


.wrpifr form {
    position: relative;
    top: 10px;
}

.wrpifr.movetopic {
	display:none;
	height : 100px;
}