﻿
.UserInput
{  
	padding: 5px 0 5px 10px;
	overflow: hidden;
}

.UserInputRow1
{
    background-color: #F6F6F6; /* Cindy changed this to another shade */
}

.UserInputRow2
{
    background-color: #F0F0F0; /* Cindy changed this to another shade */
	
}

.UserInput .Label
{
	float: left;
	width: 375px;
	padding-left:10px;
}
	
.UserInput .Input
{
	float: left;
}

.UserInput select, .UserInput input
{
	width: 345px;
}

.participantHeading
{
	clear: left;
    padding-left:20px;
    font-weight:bold;
}

.SelectableInput input
{
    width: 30px;
}
