﻿input {
	width: 10em;
}

#Registration
{
	height:700px;
}

div[id="#Registration"]
{
	height:inherit;
	min-height:700px;
}

	#Registration fieldset
	{
		margin-top: 10px;
		border:none;
		font-size: 95%;
		width: 49%;
		float: left;
	}
	
	#Registration fieldset.child
	{
		margin-top:5px;
	}

		#Registration fieldset legend
		{
			color:#696969;		
			font-weight:bold;
			margin-left:-7px;	
			margin-bottom:10px;		
		}
		
		#Registration fieldset p
		{
			clear:both;
			margin-bottom:5px;
		}
		
			#Registration fieldset p label
			{
				display:block;
				width:10em;
				float:left;	
				margin-bottom:5px;	
				font-size: 95%;		
			}

	#Registration .contents
	{
		padding:10px;
	}
	
	
	#Registration .radioList
	{
		margin-top:5px;
		margin-bottom:5px;
	}
	
		#Registration .radioList input
		{
			border:none;
		}
		
		#Registration table[class="radioList"] label
		{
			padding-left:5px;
		}
		
		
	#Registration .registrationTable
	{
		width:100%;
	}
	
	#Registration .userId
	{
		padding-bottom:20px;		

	}
	
		#Registration .userId .invalidField
		{
			display:block;
			margin-left:345px;
			margin-top:-22px;
		}
		
	#Registration .welcomeText
	{
		font-size:1.3em;
		font-weight:bold;
		line-height:20px;
		
	}
	
	#Registration .subText
	{
		display:block;
		margin:3px 0 10px 0;
	}
	
input.startnextbutton {
	background: url(http://media.salemwebnetwork.com/crosswalkradio/images/button_register.gif) no-repeat;
	width: 84px;
	height: 18px;
	border: 0;
}

input.cancelbutton {
	background: url(http://media.salemwebnetwork.com/crosswalkradio/images/button_cancel.gif) no-repeat;
	width: 72px;
	height: 18px;
	border: 0;
}

hr {
	height: 1px;
	margin: 5px 0;
	padding: 0;
}

input.newsletter {
	border: 0;
	width: auto;
}

.nlTitle {
	font-weight: bold;
}

input#ctl00_Content_wzdUserRegistration_FinishNavigationTemplateContainerID_FinishButton {
	background: url(http://media.salemwebnetwork.com/crosswalkradio/images/button_register.gif) no-repeat;
	width: 84px;
	height: 18px;
	border: 0;
}