#wrapper {
	position: relative;
	width: 370px;
	height: 165px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 11px;
}
.form {
	float:left;
	padding:0 10px 10px 10px;
	border:1px solid #b29a6c;
	background-color: #d4b488;
}
.form label {
	float:left; 
	width: 168px; 
	padding:10px 10px 0 0; 
	font-weight:bold;
}
.form select {
	float:left; 
	width:146px; 
	margin-top:10px;
}
.form input {
	float:left; 
	margin-top:10px;
}
.form .submit {
	clear:both;
	}
#msg {
	display:none;
	position:absolute;
	z-index:200;
	padding-left:7px;
	background-image: url(../img/msg_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#msgcontent {
	display:block;
	border:2px solid #924949;
	border-left:none;
	padding:5px;
	min-width:150px;
	max-width:250px;
	background-color: #FFFFFF;
}
