@charset "utf-8";
/* CSS Document */

#box_form{
	border: none;
	margin: 0 auto;
	height: auto;
	width: 100%;
	padding: 0;
	background: transparent;
}
#obs{
    text-align: left;
	color: #FF0A00;
}
#box_form input {
    margin: 0;
    padding: 0;
}
#buttonenv{
	float:left;
	width: 100%;
}
#buttonenv input{
	float: right;
	width: 70px;
	height: 20px;
	background: #deda44;
	border: 1px solid #deda44;
	text-transform: lowercase;
	font-weight: 100;
	color: white;
	line-height: 10px;
	font-family: arial;
	font-size: 12px;		
	cursor: pointer;
}
#buttonenv input:hover{
	background: #665f97;
	border: 1px solid #665f97;
}
label{
	float:left;
	width:100%;
	padding: 0;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
}
.text{
	width: 100%;
	margin: 2px 0px 5px 0px;	
	border: 1px solid #abadb3;
}
.text2{
	width: 100%;
	height: 32px;
	line-height: 32px;
	/* margin: 2px 0px 5px 0px; */	
	border: 1px solid #ccc;
	border-radius: 0px;
}
.text3{
	width: 100%;
	height: 100px;
	margin: 0;	
}
.check{
	width: 100%;
	margin: 10px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.form_btn{	
	width: 70px;
	height: 20px;
	background: #E94545;
	border: 1px solid #E94545;
	text-transform: lowercase;
	font-weight: 100;
	color: white;
	line-height: 10px;
	font-family: arial;
	font-size: 12px;		
	cursor: pointer;
}
.btn:hover{
	background:#ff0000;
}
.select{
	float:left;
	width: 150px;
	height: 20px;
	margin:2px 5px 5px 5px;	
	border: 1px solid #abadb3;
}