.form {
	float:left;
	border:1px solid #cfcfcf;
	width: 380px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size:12px;
}
.form label {
	float:left;
	padding:10px 10px 0 0;
	display: block;
	color: #666666;
}
.email {
	color: #CC0000;
	text-decoration: none;
}
#form div {
	clear: both;
}
#form span {
	width: auto;
	display: block;
}
#form div input {
	background-color: #CC0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
	width: 80px;
	color: #FFFFFF;
}
#form  div input:hover {
	color: #CCCCCC;
	background-color: #CC3300;
}



.form input {
	margin-top:10px;
}
#form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#form textarea {
	width: 300px;
	margin-top: 10px;
	height: 100px;
}
#form label {
	clear: both;

}


.form .submit {
	clear:both;
}

#msg {
	display:none;
	position:absolute;
	z-index:200;
	padding-left:7px;
	background-image: url(../images/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;
	font-size: 12px;
}
#form   input:active, #form   textarea:active, input:focus, textarea:focus {
	border: 1px solid #CC0000;
	background-color: #EEEEEE;
}
