#survey_overall {
    width: 400px; 
    margin-left:auto; 
    margin-right: auto;
    border-color: gray;
    border-width: 2px;
    border-style: solid;
    padding: 20px;
}

#survey_overall img 
{
    z-index: 10;
}

.survey_header {
    width: 380px; 
    font-size: 20px;
    margin-bottom:5px;
}

.survey_subheader {
    width: 380px; 
    height: 20px; 
    font-size: 13px;
    margin-bottom:5px;
}

#survey_smilies {
    width: 380px; 
    height: 80px;
}

.smiliesoverview {
	width: 20%;
	height: 65px;
	float: left;		
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}

.survey_description 
{
	height: 9px;
	text-align: center;
	display: none;
	font-size: 10px;
	z-index: 11;
	margin-top: -10px;
}

#survey_feedback{
	width: 380px; 
	margin-top: 2em;
}

#survey_feedback input 
{
    width: 100%;
    height: 3em;
    margin-top: 1em;
}

#survey_share {
	width: 400px;
	font-size: 13px;
	display: block;
	
}

#survey_userinput 
{
    display: none;
}

#survey_feedbackarea{
	width: 320px;
	height: 50px;
	margin-top: 5px;
	font-size: 11px;
}

.survey_submitlink{
	text-decoration: none;
    border: none;
    border-radius: 0 4px;
    color: white !important;
    cursor: pointer;
    font-size: 16px;
    max-height: 36px;
    padding: 7.5px 10px;
    text-align: center;
    vertical-align: middle;
	background: #D7410B;
	margin-top: 1em;
}

.survey_submitlink:hover{
	background: #C1401A;
}