* {
	margin:0; 
	padding:0;
}
body {
	font:12px Verdana, Arial, Helvetica, sans-serif; 
	color:#666;
	}
.form {
/*	float:left; */
	}
.form label {
	float:left; 
	width:100px; 
	padding:10px 10px 0 0; 
	font-weight:bold;
	}
.form input {
	float:left;
	margin-top:0px;
	}
.form .submit {
	clear:both;
	}
#msg {
	display: none; 
	position: absolute;
	z-index: 1010;
	width: 170px;
	background: url(../images/home_msg_arrow.gif);
	background-position: top;
	background-repeat: no-repeat;
	}
#msgcontent {
	display:block; 
	background:#f4f4f4; 
	border: 1px solid #e02c2c; 
	border-top: none; 
	padding: 12px; 
	width: 144px;
	margin-top: 9px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #d30000;
	text-align: center;
}
/*
   The following styles are required for the message display
   to work properly within Thickbox
*/
#TB_overlay #msg {
	position: relative;
}

/* ARCHIVED MESSAGE DISPLAY, 2008-08-12 -- DW
#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:#f3e6e6; 
	border:2px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px;
	}
*/
