﻿.HQSurveyPopupStyle
{
	width:455px;
	padding: 10px;
	border: solid 1px #fa0;
	/*height: 415px;*/
}

.HQSurveyMessage
{
	width:455px;
}

.HQSurveyCaptionWrapper
{
}

.HQSurveyCaption
{
	color:#454545;
	font-size: 17px;
	line-height: 22px;
	text-align:center;
}

.HQRatingWrapper
{
	width:100%;
	height: 30px;
	margin-top: 5px;
}

.HQRatingCaption
{
	font-size: 12px;
	width:180px;
	float:left;
}

.HQRatingLeftSide
{
	float:left;
	padding-right:5px;
}

.HQRatingRightSide
{
	float:left;
	padding-left:5px;
}

.HQCommentsBox
{
	width:450px;
	height: 70px;
}

input.HQFeedbackSubmit
{
	width:100px; 
	margin-top:5px;
	height:25px;
}

input.HQRatingRadio
{
	margin: 2px;
}

.HQQuestionWrapper
{
	height:155px;
}
	
.HQQuestionCaption p
{
	font-size:12px; 
	margin:0; 
	padding:0; 
	color:#454545;
}
	
.HQQuestionLineWrapper
{
	padding-left:10px; 
	padding-top:4px;
}
	
.HQQuestionLine
{
	height:20px; 
	line-height:20px;
}
	
.HQQuestionLine input
{
	float:left;
	margin: 3px;
}
	/*
.HQQuestionLine p
{
	margin:0;
	padding:0;
}*/


