@import'RegisterForm.css';
@import'LoginForm.css';
@import'NewsLetter.css';
@import'OrderForm.css';



#RegNotes {
	border:1px solid #99CC33;
	color:#000;
	font-size:13px;
	font-family:tahoma;
	
	padding:10px;-moz-border-radius:5px;
	-webkit-border-radius: 5px; 
	direction:rtl;
	width:90%;
	margin-right:20px;

	margin-bottom:10px;
	margin-top:20px;
	
    }

#RegNotes2 {
	border:1px solid #99CC33;
	color:#000;
	font-size:20px;
	font-family:tahoma;
	
	padding:10px;-moz-border-radius:5px;
	-webkit-border-radius: 5px; 
	direction:rtl;
	width:auto;
	min-width:150px;
	margin-bottom:10px;
	margin-top:20px;
	width:500px;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
	float:right;
	
}	

	.info_div{
	   visibility: hidden;
	}
    
    .info_div2{
	   visibility: visible;
	}
   
#fail{
	margin:5px 0px;border:1px solid #c82820;
	color:#000;
	font-size:13px;
	font-family:tahoma;
	background:#e7928d;
	padding:5px;-moz-border-radius:3px;
	-webkit-border-radius: 3px; 
	direction:rtl;
	width:auto;
	min-width:150px;
	margin-bottom:0px;
	width:470px;
	margin-right:10px;
	margin-bottom:10px;
    }