/* Registration form styles */

@media print 
{
	#rcptActions-top 
	{
		display: none;
	}
	
	#rcptActions-bottom 
	{
		display: none;
	}
	
	#progress-image 
	{
		display: none;
	}
}

.regoForm .info {
	text-align: center;
	width: 32px;
	cursor: pointer;
}

.actionImg {
	cursor: pointer;
}

#progress-bar {
	margin-top: 15px;
	margin-bottom: 10px;
}

#mandatory-text { float: left; }

#mandatory-text em { color: #ff3300; }

#progress-image { float: right; }

#terms-and-conditions {
	font-size: 10px;
	margin-bottom: 15px;
	height: 300px;
	overflow: auto;
}

#terms-and-conditions ul { list-style: none; }

#tc-acceptance {}

#tc-acceptance .content {
	padding-top: 15px;
	padding-left: 15px;
	height: 40px;
	width: 935px;
	background: #cccccc;
}

#dp-container {
	background-color: #F2F2F2;
	border:1px solid #808080;
	padding: 4px 6px 6px 6px;
}

#dp-header 
{
	margin-bottom: 4px;
}

#dp-year-container {
	margin-top: 7px;
	text-align: center;
}

#dp-next-year {	
	background: url(../../lib/YahooUI/assets/skins/sam/sprite.png) no-repeat scroll 0pt -500px;
	height: 15px;
	width:25px;
	cursor:pointer;
}

#dp-prev-year {	
	background: url(../../lib/YahooUI/assets/skins/sam/sprite.png) no-repeat scroll 0pt -450px;
	height: 15px;
	width:25px;
	cursor:pointer;
}
