/*
=========================================================
Dynamic Surveys V2.5 (May 2013) - copyright 2013 by
2x4 Holding Ltd.
69 Great Hampton Street
B18 6EW Birmingham
United Kingdom
www.2x4.de - info@2x4.de
All Rights reserved
=========================================================
*/

.TrashContents 
{
    position:absolute;
    background:#E6E6E6;
    border:1px solid #cccccc;
    z-index:199;
    
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.Header
{
    height: 100px;
}

.DragItem 
{
    cursor:pointer;
}

.Options
{
    height: 132px;
}

.Answers
{
    height: 242px;
}

.ButtonToLeft
{
    width: 50px;
    text-align: center;
}

.ButtonToRight
{
    width: 50px;
    text-align: center;
}

.Trash
{
    width: 135px;
    height: 100px;
    background: #C5C6C8;
    border: 1px solid #888888;
    position: absolute;
}

.DragAndSortItemText
{
    position: absolute;
    text-align: center;
}

.TrashContainer
{
    margin-top: 90px;
}

.TrashLabel
{
    font-size: 35px;
    color: #E42522;
    font-weight: bold;
    position: absolute;
    margin-top: -40px;
    z-index: 170;
    text-align:center;
}
