﻿body {
}

/* Course Info */

#regCourseInfo label
{
	text-align: left;
}

#regCourseInfo li
{
	margin-left: -50px;
}

.regForm .inputLabels
{
	font-weight: bold;
	width: 250px;
	margin-bottom: 5px;
	margin-left:5px;	
}


/* Registration Form Inputs */

.regForm label
{
	vertical-align: top;
	width: 150px;
	position: static;
	text-align: right;
	float: left;	
}

.regForm label span
{
	font-size: 80%;
}

.regForm p
{
    padding: 0;
    margin: 0 0 5px 0;
}

.regForm input
{
	width: 250px;
	margin-bottom: 5px;
	margin-left:5px;	
}

.regForm .combinedInputs
{
	margin-left: 5px;
	font-size: 20px;
}

.regForm .phone
{
	width: 30px;
	margin-left:0px;
}

.regForm select
{
	width: 255px;
	margin-bottom: 5px;
	margin-left:5px;	
}

.regForm ul li
{
	list-style: none;
}

#studentsAdded ul li
{
	list-style-type: disc;
}

.regForm .expiration
{
	width: auto;
	margin-bottom: 5px;
	margin-left:5px;
}

.regForm .example
{
	font-size: 10px;
	font-family: Arial, Verdana;
	position: relative;
	left: 10px;
}

.formButton
{
}

.linkButtonControl
{
}

.regForm .validationSummary li
{
	list-style: disc;
}

span.reqAsterisk
{
	color: #dc143c;
	right: 3px;
	position: relative;
}

fieldset.regForm
{
	margin-bottom: 20px;
}

.regForm .otherCompany
{
	/* position: relative;
	left: 155px;
	vertical-align: top; */
}
