﻿.formRow { clear: both; position: relative; padding: 2px 0 2px 0; }

.formQuestion { float: left; position: relative; width: 170px; }

.formAnswer { float: left; position: relative; }

.formRow input, .formRow textarea { width: 250px; }

/*.FormSelectedDiv { background-color: gray; }*/
.FormSelectedQuestion { font-weight: bold; background-color: #25c8f1; }

.FormSelectedInput { background-color: #25c8f1; }

.formQuestionInput input        
{
width:15px;
}