@charset "utf-8";
/* CSS Document */

#col2 {
	width: 400px;
	float: right;
	margin: 70px 35px 0 0;
	padding: 0;
	display: inline;
	/*border: #000 solid 1px;*/
}

#reservaform {
	padding: 50px 20px 0 30px;
	background: url(../imatges/reserves.png) no-repeat center top;
	margin-top: -10px;
}
#peureserves {
	background: url(../imatges/reserves_peu.png) no-repeat center bottom;
	height: 90px;
	padding: 0 20px 0 30px;
}
input {
	font-size: 11px;
	padding-left:4px;
	margin: 0 5px 4px 10px;
	border: none;
	/*height: 12px;*/
	background-image: url(../imatges/ombraform.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#reservaform input[type=submit] {
	font-size: 11px;
	padding: 4px;
	border: #999 1px solid;
	background-image: url(../imatges/ombrasubmit.gif);
	margin-top: 10px;
}
