.top-1 		{ margin-top: 1em; }
.top-2 		{ margin-top: 2em; }
.bottom-1 	{ margin-bottom: 1em; }
.bottom-1 	{ margin-bottom: 2em; }

.bigger-1-1 { font-size: 1.1em; }
.bigger-1-2 { font-size: 1.2em; }
.bigger-1-3 { font-size: 1.3em; }
.bigger-2 	{ font-size: 2em; }

img.many 	{ float: none; margin: 0 10px 10px 0; }
img.left 	{ float: left; margin: 0 10px 0 0; }
img.right 	{ float: right; margin: 0 0 10px 10px; }
img.border 	{
	border: 5px solid #fff;
	padding: 0;
}

input.error	{ border: 1px solid red; }
span.error	{ color: red; }

input.text-05 	{ width: 50px; }
input.text-1 	{ width: 100px; }
input.text-15 	{ width: 150px; }
input.text-2 	{ width: 200px; }
input.text-25 	{ width: 250px; }
input.text-3 	{ width: 300px; }

textarea.text-05 { width: 50px; height: 100px; }
textarea.text-1 { width: 100px; height: 200px; }
textarea.text-2 { width: 200px; height: 200px; }
textarea.text-4 { width: 440px; height: 100px; }
textarea.text-4-1 { width: 540px; height: 100px; }

select.select-05 	{ width: 50px; }
select.select-1 	{ width: 100px; }
select.select-15	{ width: 150px; }

form#quick-form input.submit 		{ padding: 3px; margin: 0; }
form#quick-form input.text-12 		{ width: 135px; margin: 0; }
