
	div.register_box{
		width: 500px;
	}

	label.register{
		text-align: right;
		width: 70px;
		margin-right: 5px;
		display: block;
		float: left;
		
	}
	
	input.register {
		float: left;
		
		width: 250px;
		
		margin:0px;
		padding: 0px;
	}
	
	div.register_br{
		clear: both;
		
		margin:0px;
		padding:0px;
		
		height: 5px;
	}
	
	
	input.Zip {
		width: 72px;
	}
	
	input.Zip1 {
		width: 52px;
		margin-top:-5px;		
	}
	
	input.City,  input.Fax, input.Celular{
		width: 145px;
	}
	
	select.Country {
		width: 151px;
	}
	
	div.register_br_Zip {
		clear: none;
		display: none;
	}
	
	label.Zip1 {
		width: 15px;
		margin-right: 0px;
		margin-top:-5px;
		line-height:20px;
		text-align:center;
	}
	
	div.UserMustAgree{
		width: 250px;
		height: 150px;
		
		overflow-y: auto;
		
		border: 1px solid #c0c0c0;
		
	}
	
	.register_mandatory{
		color: red;
		
		float:left;
		padding-left: 3px;
		
		font-weight: bold;
		
		 line-height: 20px;
	}
	
	div#error_box{
		margin-bottom: 15px;
		color: red!important ;
		
		
		b/ackground : #fbdcdc ;		
		b/order-top: 1px solid #ffb5b5 ;
		b/order-left: 1px solid #ffb5b5 ;
		b/order-right: 1px solid #ff8888 ;
		b/order-bottom: 1px solid #ff8888 ;
		
		display: none;
		
		p/adding: 10px;
		
	}
	
	div#error_box * {
		color: red!important ;
	}
	
	div#error_box li {
		margin-left:15px;
		margin-bottom: 3px;
		display: block;
		
		color: red;
	}
	
	div#error_box h1 {
		font-weight: bold!important;
		margin-bottom: 5px!important;
		color: red!important;
	}

div.profile_pasword_warning{
	
	font-style:italic;
	
	text-align: center;
	}
}

