/*
.form
{
	float: left;
	padding: 0 10px 10px 10px;
	background: #f3f3f3;
}

.form label
{
	float: left;
	width: 100px;
	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;
	background: url("/images/msg_arrow.gif") left center no-repeat;
	padding-left: 7px;
	color: #333;
	font-size: 95%;
}

#msg strong
{
    color: #000;
}



#msgcontent
{
	display: block;
	background: #f1c6c6;
	
	padding: 5px;

	/*
	width: auto !important;
	w\idth: 180px;  // No MSIE
	
	min-width: 180px;
	max-width: 300px;
    */
    width: 185px !important;
    
	border: 2px solid #bf2525;

	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;

	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	
	border-left: none;
}