﻿#stimulus-text-section 
{
	float: left;
	width: 300px;
	margin-left: 25px;
}
#stimulus-form-section
{
	margin-left: 350px;
}
#stimulus-form 
{
	/**margin-left: 50px;**/
}
.button 
{
	margin: 5px 0;
}
#stimulus-form .button 
{
	margin-left: 25px;
}
#stimulus-form-comments 
{
	margin: 3px 0;
}
#stimulus-form-comments textarea {
	width: 188px;
	height: 75px;
	margin: 4px 0;
}
#stimulus-form-answers 
{
	margin-bottom: 15px;
}

