﻿form
{
}

	/*form div
	{
		clear:left;
		padding:3px 0;
	}*/

	div.errors
	{		
		width:500px;
		margin: 0px 0px 10px 0px;
		padding:10px !important;
		color:#fff;
		float:none !important;
		color: #FFF;
		background-color: #EB008B;	
		clear:none !important;
	}
		div.errors h3{ font-size: 18px; color:#fff !important; }
		div.errors li{ color:#ffffff !important; }
		div.errors p{ color:#ffffff !important; }
		
		    div.errors .error-icon
		    {
		        float: left;
		        width: 62px;
		        display:block;
		        height: 62px;		       
		    }
		    
		    div.errors div.summary
		    {
		        float: left;
		        width: 320px;		        
		        color: #fff;
		        margin-top: 0px;
		        margin-left:10px;		        
		    }
		
	div.confirm
	{
		width:450px;
		margin-bottom:15px;
		padding:15px;
		color:#fff;
		float:none !important;
		background-color: #4A0146;

	}
		div.confirm h3{ font-size: 18px; color:#eb008b !important; }
		div.confirm li{ color:#ffffff !important;  }
		div.confirm p{ color:#ffffff !important; }
		
		    div.confirm .confirm-icon
		    {
		        float: left;
		        width: 62px;		       
		    }
		
		    div.confirm div.summary
		    {
		        float: left;
		        width: 320px;
		        color: #fff;
		        margin-top: 0px;		        
		    }

		div label
		{
			float:left;
			display:block;
			width:120px;
		}

		div label.wide
		{
			float:none;
			display:block;
			width:auto;
			white-space:nowrap;
		}
		
		p.note
		{
			width:100%;
			float:left;
		}

	div.email2
	{
		display:none;
	}

	.button
	{
		margin-left: 270px;
	}


#review-form fieldset div
{
	clear:none;
}

#review-form fieldset div.wide
{
	width:100% !important;
}

input#search
{
	background: url(../_img/curved-search-box.gif) no-repeat;	
	width: 125px;
	height: 20px;
	padding: 2px 7px 0px 7px;
	margin-right: 5px;									
	border: none;
	border: 0px; 				

}

.product-list-item form div
{
	clear:none;
}

div.clear-both
{
	clear:both !important;
}

p.error
{
	color: Red;
}

#overlay
{
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../_img/ajaxLoad.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color: #ccc;
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	display:none;
}


