/*********************************************************************************************\
*       COPYRIGHT © 2009 ENVISION INFORMATION TECHNOLOGIES, LLC.    ALL RIGHTS RESERVED       *
*       DISTRIBUTION, UNAUTHORIZED USE AND MODIFICATION IS STRICTLY PROHIBITED                *
*       ENVISION IT, MADISON, WI    http://www.envisionitllc.com   info@envisionitllc.com     *
\*********************************************************************************************/

#surveyPreviouslyCompleted  /* (DIV) */
{
}

#theSurveyForm /* (FORM) */
{
}

.surveyQuestion /* (DIV) */
{
  padding-bottom:35px;
  clear:both;
}

.surveyQuestionNumber /* (DIV) */
{
  float:left;
  width:25px;
}

.surveyQuestionQuestion /* (DIV) */
{
  float:left;
  font-weight:bold;
}

.surveyAnswer /* (DIV) */
{
  clear:both;
  padding-top:5px;
}

.surveyAnswerYes /* (DIV) */
{
  float:left;
  padding-left:25px;
  padding-right:25px;
}

.surveyAnswerRadio /* (input-radio) */
{
}

.surveyAnswerNo /* (input-radio)*/
{
  float:left;
}

.surveyAnswerScale1 /*(DIV)*/
{
  float:left;
  padding-right:15px;
  padding-left:25px;
}

.surveyAnswerScale2 /*(DIV)*/
{
  float:left;
  padding-right:15px;
}

.surveyAnswerScale3 /*(DIV)*/
{
  float:left;
  padding-right:15px;
}

.surveyAnswerScale4 /*(DIV)*/
{
  float:left;
  padding-right:15px;
}

.surveyAnswerScale5 /*(DIV)*/
{
  float:left;
}

.surveyAnswerText /*(DIV)*/
{
  padding-left:25px;
}

.surveyAnswerTextBox /*(input-text)*/
{
  border: 2px solid #8098BC;
  width:500px;
}

.surveyAnswerComment /*(DIV)*/
{
  padding-left:25px;
}

.surveyAnswerTextArea /*(textarea)*/
{
  border: 2px solid #8098BC;
  width:500px;
  height:70px;
}

DIV.surveyAnswerCombo /*(DIV)*/
{
  padding-left:25px;
}

SELECT.surveyAnswerCombo /*(input-select)*/
{
  border: 2px solid #8098BC;
  width:500px;
}

.surveyQuestionRequired /*(DIV)*/
{
  float:left;
  color:darkred;
  padding-left:5px;
}

.surveyFormSubmit /*div*/
{
}

.surveyButton
{
  background:#85AAC6 url('/admin/images/button_item_left.gif') no-repeat scroll 0 0;
  float:left;
  height:18px;
  margin:0 10px;
}

.surveyButtonText
{
  background:transparent url('/admin/images/button_item_right.gif') no-repeat scroll 100% 0;
  height:18px;
  padding:0 10px;
  text-align:center;
}

.surveyButtonText A
{
  color:white;
  text-decoration:none;
}