form{
	margin: 0px;
	padding: 0px;
}
fieldset{
	border: 0px solid #FFF;
}
legend{
	font-size:12px;
	border-bottom: 1px dotted #D6E6C5;
	margin: 0px 0px 5px 0px;
	font-weight:bold;
}
.in{
	min-height: 24px;
	height: auto !important;
	height: 24px;
}
.in label{
	width: 150px;
	margin-bottom: 5px;
	display: block;
	min-height: 24px;
	height: auto !important;
	height: 24px;
}
.in label span,
.multi label span{
	padding-left: 15px;
	background-image:url(images/pointer.gif);
	background-repeat:no-repeat;
}
.in input{
	border-bottom: 1px dotted #7CA056;
	border-style: none none dotted none;
	/*background-color: #E9F4DE;*/
	background-color: #FFF;
	height: 20px;
	width: 350px;
}
.in input:focus,
.in .mytextarea:focus{
	/*background-color: #C3D8AD;*/
	background-color: #E9F4DE;	
}
.in .mytextarea{
	width: 400px;
	height: 100px;
	border: 1px dotted #7CA056;
}
.cb{

}
.multi{
	
}
select.myselect{
	background-color: #E9F4DE;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 1px;
	border-color: #EEEEEE;
	border-style: solid;
}
.sb{
	width: 100%;
	text-align:center;
}
.sb input{
	border: 1px solid #7CA056;
	width: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	height: 20px;
}
.in,
.cb,
.multi,
.sb{
	margin-bottom: 15px;
}