#wrapper {
	position: relative;
	width: 320px;
	height: 165px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.form {
	float:left; 
	padding:0 10px 10px 10px; 
	background: #f8dead; 
	border:1px solid #b29a6c;	
}
.form label {
	float:left; 
	width:120px; 
	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; 
	background:#f3e6e6; 
	border:2px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px;
}