/* BUTTONS */
a.button {
	display:block;
	width:150px;
	height:25px;
	background:#743804;
	color:white !important;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
	margin:10px 0px 0px 10px;
	float:left;
}

a.button:hover {
	background:brown;
	color:brown;
}

/* MODELS LIST */
.models { margin-left:5px;}
.models div {
float:left; width:125px; height:110px; overflow:hidden;}
.models div img {cursor:pointer;}

/* FORMS */
form {margin:0; padding:0;}
label {margin-right:5px;}

