.wrap_column
	{
	width:90%;
	margin:0 auto;
	margin-top:20px;
	}

.column
	{
	float:left;
	width:45%;
	border:1px solid #CCC;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	padding:10px;
	height: 350px;		
	overflow:auto;
	}

.column2
	{
	float:right;
	width:45%;
	border:1px solid #CCC;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	padding:10px;
	height:230px;
	overflow:auto;
	}

.placeholder{
	background: #f0f0f0;
	border:1px dashed #ddd;
	margin-bottom:10px;
	margin-top:10px;
	padding:10px;	
}

.questionWrapper
	{
	background: url('cursor_drag_arrow.png') no-repeat #ffffff center right;
	margin-bottom:10px;
	margin-top:10px;
	padding:10px;
	border:1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	}
	
.questionWrapper:first-child
{
margin-top:0px;
}

.questionWrapper:last-child
{
margin-bottom:20px;
}

textarea{
margin:10px;
width:95%;
}


.addMenuClass{
width:80%;
margin:0px auto;
}

#selectAddQuestion{
width:100%;
}

.saveSurvey{
width:100%;
height:50px;
font-weight:bold;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
}

.saveSurvey:hover{
background:#008800;
color:#ffffff;
cursor: hand; cursor: pointer;
}

