﻿	@import "../../SharedStyles/Refreshing/Normalize.css";
	@import "../../SharedStyles/Refreshing/Content.css"; 	
	@import "../../SharedStyles/Refreshing/Layout.css";
    @import "../../SharedStyles/Refreshing/Panelbar/styles.css";
        @import "../../SharedStyles/Refreshing/contact.css";
    @import "Cart.css";
    @import "Wizard/styles.css";
    
	#right_col {
	background-image:none !Important;
	width:0 !Important;
	}
	
	#page_content
	{
		margin-right:0 !Important;
		overflow:visible;
		
	}
	
	#content_main
	{
		width:100%;
	}
	
	#registration
	{
		width:375px;
		min-height:650px;
	}
	
	ul
	{
		list-style-type:none;
	}
	
	.field-validation-error
	{
		color:Red;
		position:absolute;
		left:225px;
		margin:-20px 0 0 0;
	}
	
#review_list li ul li
{
	display:block;
}

#payment_info
{
	float:left;
	width:60%;
	text-align:left;
}


#licensure_info
{	
	width:60%;
	left:33%;
	text-align:left;
}

#contact_info
{
	width:30%;
	left:66%;
}

.expiration li
{
	display:inline;
}

fieldset
{

	margin:2px 0;
	width:375px;
}

legend
{
	font-weight:bolder;
}

.accept
{
	position:relative;
	top:17px;
}

.list li ul li
{
	list-style-type:disc !Important;
	text-indent:-25px;
}

#step_nav
{
	margin:10px 0 0 0;
	text-align:center;
}

#step_nav li
{
	display:inline;
}

#step_nav input
{
	background:none; border:0; color:blue; 
	font-size:24px; text-decoration:underline;
	cursor:pointer;
}

.error
{
	margin-top:5px;
	color:Red;
	text-align:center;
	font-weight:bolder;
}

.validation-summary-errors
{
	margin-top:5px;
	color:Red;
	text-align:center;
	font-weight:bolder;
}

#review_list label
{
	font-weight:bold;
}

.lost_label
{
	text-indent:32px;
	font-weight:bold;
}

#review_list b
{
	margin-right:10px;
}

#review_list li
{
	margin:10px 0;
	width:400px;
}

#review_list li ul li
{
	margin:0 !Important;
}

.lost_label
{
	text-indent:-1px;
}

.agreement
{
	margin-left:25px;
}

#review_cart
{
	background-color:#7CA4D0;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
	width:400px;
	margin:5px 0 0 25px;
}

#review_cart ul li
{
	margin-left:15px !Important;
}

.list
{
	list-style-type:disc !Important;
}

#footer {
	margin-top:-10px;
}
	

