*
{
	margin: 0;
	padding: 0;
	
}

.button{
width:98px;
height:43px;
background-color:#FFFFFF;
background: url(../images/submit.jpg) left center no-repeat;
border-style:none;
cursor:pointer;
}

.form
{
	float: left;
	padding: 0 10px 10px 10px;
	background: #f3f3f3;
	border: 2px solid #cfcfcf;
}
.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;
}
#msgcall
{
	display: none;
	position:absolute;
	z-index: 200;
	background: url(../images/msg_arrow_right.gif) right center no-repeat;
	padding-right: 7px;
	

}
#msgcontent
{
	display: block;
	background: #f3e6e6;
	border: 2px solid #924949;
	border-left: none;
	padding: 5px;
	min-width: 150px;
	max-width: 250px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666; 
}
#msgcontentcall
{
	display: block;
	background: #f3e6e6;
	border: 2px solid #924949;
	border-right: none;
	padding: 5px;
	min-width: 150px;
	max-width: 250px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
