﻿.SuperSurveyForms_Form
{
    border: none;
    padding: 0px;
}

.SuperSurveyForms_Required
{
	color: Red;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.SuperSurveyForms_PagingTable
{
	border-top: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
	border-left: solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
	width: 100%;
}

.SuperSurveyForms_PagingCell
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	width: 33%;
}

.SuperSurveyForms_SectionTitle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.SuperSurveyForms_SectionText
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    padding-bottom: 14px;
}

.SuperSurveyForms_FormItem
{
    border-top: solid 0px #000000;
    border-left: none;
    border-right: none;
    border-bottom: solid 0px #000000;
	padding: 5px 0px 5px 0px;
}

.SuperSurveyForms_FormItemNumber
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.SuperSurveyForms_FormItemText
{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.SuperSurveyForms_FormItemHelp
{
    border: none;
    float: left;
    top: -3px;
}

.SuperSurveyForms_FormItemInput
{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.SuperSurveyForms_ValidationText
{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #FF0000;
}

.SuperSurveyForms_FormItemCommentText
{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.SuperSurveyForms_FormItemCommentInput
{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.SuperSurveyForms_SubmitButton
{
	position: relative;
	top: 0px;
	left: 0px;
}

.SuperSurveyForms_SubmitImageButton
{
    border-width: 0px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.SuperSurveyForms_SubmitLinkButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

A.SuperSurveyForms_SubmitLinkButton:link
{
	text-decoration: underline;
	color: #003366;
}

A.SuperSurveyForms_SubmitLinkButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.SuperSurveyForms_SubmitLinkButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.SuperSurveyForms_SubmitLinkButton:active
{
	text-decoration: underline;
	color: #003366;
}

.SuperSurveyForms_PollBar
{
	border: solid 1px black;
	background-color: Silver;
}

