/* The page background */
#SurveyEngineBody {
	background-color: transparent;
}

/* The background of the question area */
.Skin .SkinInner {
	width: 450px;
	
}
/* The buttons background color */
.Skin #Buttons {
    text-align: right;
}

/* progress bar color */
.Skin .ProgressBarFill {
	background: #8B8B8B;
}

/* The question text */
.Skin .QuestionText {
	font-size: 120%;
    padding: 3px;
	border-bottom: 1px solid black;
	font-weight: bold;
}

/*Text Entry boxes were WAY too wide (700px)*/
.Skin .TE textarea, .Skin .TE input {
width:396px;
}

.Skin #Plug {
font-size:95%;
margin-top:10pt;
text-align:center;
}

.Skin #Plug a {
color:#A31A1A;
text-decoration:underline;
}
