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

#resa {
	position: relative;
	width: 450px;
	/*height: 71px;*/
/*	top: 50%;
	left: 50%;
	margin: 20px 0 0 -375px;*/
	margin-top: 20px;
	border: 1px dotted #7F111E;
	font-family: Arial, Helvetica, sans-serif;
}
#resa form {
	position:relative;
	height: 71px;
	margin: 0;
}
#resa form p {
	position:relative;
	float:left;
	height: 40px;
	margin:0 2px;
	font-size:14px;
}
#resa form p label em {
	font-size: 12px;
	color:#C1B05C;
}
#resa form p label {
	font-weight: bold;
	color: #7F111E;
}
#resa form p label input {
	position:relative;
	display:block;
	width: 155px;
	text-align:center;
}
#resa form p label select {
	position:relative;
	display:block;
}
#resa form p label img {
	position:absolute;
	right:0;
	margin-top: -22px;
}
#resa #promo {
	position:relative;
	clear:left;
	background-color: yellow;
	color: red;
	font-weight: bold;
	text-align:center;
	margin: -18px 0 0 0;
	/*height: 30px;*/
	line-height:30px;
	font-size:24px;
	text-decoration: blink;
	border-top: 1px dotted #7F111E;
}