﻿body
{
	font-family: Segoe UI;
}

ul
{
	list-style-type:none;
	border-width:0px;
	margin:0px;
	padding:0px;
}

li
{
	margin-top:10px;
   
}

li span
{
	display:block;
}

li input
{
	background-color:Gray;
	background-color:#E5E5E5;
}

input[type="text"] 
{
	
	border: 1px solid #3366FF;
	border-left: 4px solid #3366FF;
}

/* 
	Need to have a more specific selector because otherwise it will use
	the class .input-validation-error and override these values
	which, for this case, is ill-advised.
*/
textarea, textarea[name="Message"]
{
	border: 1px solid #3366FF;
	border-left: 4px solid #3366FF;
}

.blueButton01
{
	margin-top:10px;
	border: 1px solid #3366FF;
	background-color:#B3C6FF;
}

.blueButton01:hover 
{
	color:#FF6600;
	font-weight:bold;
}

.noteToSelf
{
	font-family: Segoe UI;
	font-style: italic;
}

.error
{
	color:Red;
} 
