#wrapper {
	width: 400px;
	float: left;
	margin: 0px auto;
	margin-top: 30px;
	margin-left: 50px;
}
fieldset{
border: none;
}

form {
	float: left;
	background: #181818;
  margin-bottom: 25px;
}
form label {
	float: left;
	width: 60px;
	position: relative;
	height: 32px;
	top: 13px;
	font-weight: bold;
	font-size: 0.8em;
	text-align: right;
	padding-right: 5px;
}
form input, textarea {
	float: right;
	width: 305px;
	margin-top: 10px;
}

form .submit {
	color: #32b6fa;
	background-color: 
	border: 1px solid white;
	font-weight: bold;
	width: 90px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

#message {
  height: 100px;
}

#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: grey;
	color: white;
	border: 2px solid red;
	border-left: none;
	padding: 5px;
	min-width: 150px;
	max-width: 250px;
}