﻿/* Registration Form */

#RegForm
{
	float:left;
	height:179px;
	margin-left:238px;
	padding-top:8px;
}

#RegForm .FormField,
#RegForm .AgreedToTermsField
{
	float:left;
	position:relative;
	width:233px;
}

#RegForm .AgreedToTermsField
{
	margin-top:14px;
	width:300px;
}

#RegForm .ErrorMessage,
#RegForm .AgreedToTermsError
{
	color:#ff0000;
	font-size:0.85em;
	position:absolute;
	top:61px;
	left:0px;
}

#RegForm .AgreedToTermsError
{
	top:17px;
}

#RegForm label
{
	display:block;
	font-weight:bold;
	margin:10px 0px 2px 1px;
}

#RegForm label .LabelInfo
{
	color:#666600;
	font-weight:normal;
}

#RegForm label.Inline
{
	display:inline;
	font-weight:normal;
	margin:0px;
}

#RegForm input[type="text"], #RegForm input[type="password"]
{
	width:192px;
	border:1px solid #ffffff;
	background-color:#ffffff;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	height:19px;
	padding:8px 5px 4px 4px;
}

#RegForm input[type="checkbox"]
{
	margin-left:0px;
}

#RegSubmit
{
	float:right;
	margin-top:33px;
}

#LocationFinderResults
{
	border:1px solid #cce718 !important;
	padding:0px 0px 0px 0px;
	background-color:#fff;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	color:#000000;
	font-size:0.9em;
}

#LocationFinderResults ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#LocationFinderResults ul li
{
	margin:0px;
	padding:4px 5px 4px 5px;
	cursor:pointer;
}

#LocationFinderResults ul li.Selected,
#LocationFinderResults ul li:hover
{
	background-color:#eef5a2;
	color:#000;
}

/* Videos */

#Videos
{
	clear:both;
	margin-left:238px;
	padding-top:10px;
}

#Videos h1
{
	background:url(/Images/WatchtheVideosTitle.gif) no-repeat left top;
	height:19px;
	margin:0px 0px 15px 0px;
	width:162px;
}

#Videos ul
{
	margin:0px 0px 0px -4px;
	padding:0px;
}

#Videos ul li
{
	background:url(/Images/VideoThumbnailShadow.gif) no-repeat left top;
	float:left;
	list-style-type:none;
	height:85px;
	width:139px;
}

#Videos ul li img
{
	margin:6px 10px 12px 10px;
}
