﻿#UserInformationContainer
{
	margin:15px;
}

#UserInformationContainer label
{
	color:#696969;
	font-weight:bold;
	font-size:1.1em;
	display:block;
}

#UserInformationDetails
{
	width:100%;
	margin:15px auto auto auto;
	padding-top:10px;
	background:#EEF4FF;
	color:#003366;
	border:solid 1px #003366;
	text-align:left;
	font-family:Tahoma, Verdana, Arial, Times New Roman;
	font-size:.9em;	
}

#UserInformationDetails label
{
	color:#003366;
	font-weight:bold;
	font-size:1.1em;
	display:block;
}

#UserInformationDetails .Title
{
	background:url(images/crosswalkplus_logo.gif) no-repeat;
	width:216px;
	height:43px;
	margin:5px auto auto 10px;
}

/*
#UserInformationDetails .command
{
	position:relative;
	float:left;
	width:5em;	
	border: solid 3px #FFF;
	text-align: center;
	padding: 5px;
	margin-right: 5px;
	background-color: #FFC433;
	text-decoration: none;
}
*/

#UserInformationDetails .command
{
	position: relative;
	float: left;
	width: 5em;
	text-align: center;
	padding: 3px;
	margin-right: 5px;
	background:#3b648d;
	color:#fff;
	border:1px solid #000;
	text-decoration: none;
	font-weight:normal;
}

#UserInformationDetails .commandGetPassword
{
	width:10em;
}

#UserInformationDetails .commandHolderHorizontal
{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	height:3em;
}

#UserInformationDetails .errorText
{	
	font-weight:bold;
	font-size:.8em;
	margin-left:5px;	
	color:Maroon;
	padding-left:15px;	
	background:url(images/Required.gif) no-repeat 0em .2em;		
}

#UserInformationDetails .errorTextBlock
{
	font-weight:bold;
	font-size:.8em;
	margin-left:5px;	
	color:Maroon;
	padding-left:15px;	
	display:block;
	margin:10px;	
}

#UserInformationDetails fieldset
{	
	margin: 0px 20px 10px 20px;
	padding:.5em;
	border:1px solid #003366;
}

#UserInformationDetails fieldset legend
{	
	margin-left:5px;
	padding:0.2em 0.5em;
	border:solid 1px #003366;
	font-weight:bold;
	font-size:1.1em;
	color:#003366;
	font-family:Verdana;	
}

#UserInformationDetails fieldset legend a
{	
	font-size:.8em;	
	color:#003366;
}

#UserInformationDetails fieldset legend a:hover
{
	text-decoration:none;	
}

#UserInformationDetails h3
{
	margin:15px 10px 15px 10px;
	
	font-size:1.1em;
	font-family:Verdana, Tahoma, Arial, Times New Roman;
	font-weight:bold;
}

#UserInformationDetails h4
{
	margin:15px 10px 15px 10px;
	font-size:.8em;
	font-family:Verdana, Tahoma, Arial, Times New Roman;
	font-weight:normal;
}


#UserInformationDetails p
{
	margin-top:1em;
	margin-bottom:1em;
	padding-left: 0px;
	clear:both;
}

#UserInformationDetails p a
{
	text-decoration:underline;
}

#UserInformationDetails p a:hover
{
	text-decoration:none;
}

#UserInformationDetails p label
{
	display:block;
	float:left;
	font-weight:bold;
	margin:auto auto auto 20px;	
	width:10.5em;
}

#UserInformationDetails p input
{
	font-family:Verdana, Tahoma, Arial, Times New Roman;
	font-size:.9em;
	padding:1px 1px 1px 3px;	
}

#UserInformationDetails p .inputEmailAddress
{
	width:250px;
}

#UserInformationDetails p select
{
	font-family:Verdana, Tahoma, Arial, Times New Roman;
	font-size:.9em;	
}

#UserInformationDetails table
{
	margin:10px auto auto 20px;
	width:650px;	
}

#UserInformationDetails table td, #UserInformationDetails table th
{
	padding:3px;
}



