/**
 * Registros en la Red
 * Copyright (c) Registros en la Red
 *
 * @copyright   Registros en la Red
 * @link        http://registros.net
 */
/* 
    Created on : 31-ago-2021, 0:27:58
    Author     : adrian
*/



body {

	margin: 10px;
}

form div.form-row {

	margin-bottom: 15px;

}

form div.form-row input {

	/*margin-left: 250px;*/
}

form {

	margin-bottom: 50px;
}

div.errors {


}

div.errors ul {
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
	color: #f00;
	margin-bottom: 25px;
}



input.spinner {

	background-image: url(/img/spinner_16.gif);
	background-repeat: no-repeat;
	background-position: right 10px center;

	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;


}



table#products {
	
	margin-bottom: 50px;
	
}

table#products a.trash {
	
	margin-left: 10px;
}