
body{
	
	margin:0;

}


input[type="text"] , input[type="password"] , select , textarea {
	border:1px solid #999999;
	padding:3px;
	color:#666666;
}

input[type="checkbox"]{
	border:0px;
	float:left;
	padding:3px;
}

textarea {
	overflow:auto;
}


.alert_box{

	padding:10px;
	border:1px solid #cccccc;
	background-color:#eeeeee;
	text-align:center;
	margin:5px

}

.select_menu{

	border-bottom:1px dashed #cccccc;
	padding:5px;
}

#main-html{

   position:relative;
   z-index:0;

}

.title1-web2{

	font-size: 19px;
	color:#4F6781;
	font-weight:bold;
	padding:10px;
	margin:6px;
	
}


