#wrapper1 {width:300px; margin:50px auto;}
.form {float:left; padding:0 10px 10px 10px; background:#FFE7AF; border:2px solid #924949;}
.form label {float:left; width:100px; padding:10px 0px 0 0; font-weight:bold;}
.form select {float:left; width:146px; margin-top:10px; background:#ffffff; border:1px solid #924949;}
.form input {float:left; margin-top:10px; background:#ffffff; border:1px solid #924949;}
.form .submit {
	clear:both;
	background-image:url(images/sim.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	border: 0px;
	height: 22px;
	width: 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
#msg {display:none; position:absolute; z-index:200; background:url(images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#ffffff; border:2px solid #924949; border-left:none; padding:5px; width:250px; max-width:250px}