
.drop_drag_word {
	margin-top:1em;
	display:inline-block;
	padding: 0.2em;
	background:#FFF;
	border: 1px solid #80c468;
	min-width:12em;
	min-height: 1.5em;
	border-radius:0.5em; 
	-webkit-border-radius:0.5em; 
	-moz-border-radius:0.5em; 
	-khtml-border-radius:0.5em;
}

.drop_drag_word.hover {
	/* background-color: #fce79f; */
	border-color:#face3c;
	 box-shadow: 0 0 0.4em 0.1em #face3c;
-webkit-box-shadow:0 0 0.4em 0.1em #face3c;
-moz-box-shadow: 0 0 0.4em 0.1em #face3c; 
}
.rasp_drag_word,  .rasp_drag_word p{
	line-height:2em;
}

div.rasp_drag_word p:first-child{
	margin-top:2em !Important;
}

.test_drag_word{
background:#fff;
position:relative;
display:inline-block;
width:95%;
margin:0em auto;
margin-top:-1.3em;
}

.vopr_drag_word{
margin-top: 2em;
padding:0.5em;
border-radius:1em; 
-webkit-border-radius:1em; 
-moz-border-radius:1em; 
-khtml-border-radius:1em;
min-height:3em;
background-color: #f5f5f5;
}


.rastask_word{
max-width:50%;
/*width:auto;*/
padding:0.5em;
position:relative;
line-height:1.2em;
display:inline-block;
cursor:pointer;
margin-left: 0.5em;
margin-right: 0.5em;
margin-top: 1em;
background:#FFF;
/* border:  1px solid #ff9b59; */

 box-shadow: 0 0 0.4em 0.1em #c5c5c5;
-webkit-box-shadow:0 0 0.4em 0.1em #c5c5c5;
-moz-box-shadow: 0 0 0.4em 0.1em #c5c5c5; 

text-align: center;
z-index:5;
font-size: 1em;
border-radius:0.5em; 
-webkit-border-radius:0.5em; 
-moz-border-radius:0.5em; 
-khtml-border-radius:0.5em;
}

.clone{
/*max-width:23%;*/
/* width:auto;
position:relative;

display:inline-block;
cursor:pointer;
background:#FFF;*/

 box-shadow: none;
-webkit-box-shadow:none;
-moz-box-shadow: none; 

/* text-align: center; */
z-index:5;
font-size: 1em;

border-radius:0em; 
-webkit-border-radius:0em; 
-moz-border-radius:0em; 
-khtml-border-radius:0em;  
}


