.Red{ color: #f00;}
.Green{ color: #090;}
.Bolder{ font-weight: bolder; }

#AutoInsert .Hidden{
	display: none;
	border: none;
}

#BoxWithBorder{
	width: 600px;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px auto;
	text-align: center;
}

#AutoInsert{
	width: 600px;
	border: 0px solid #ccc;
	padding: 5px;
	margin: 10px auto;
	text-align: left;
}

#AutoInsert h1{
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	margin: 10px auto;
}

#AutoInsert label{
	padding: 3px;
	display: block;
	width: 50px;
	height: 20px;
	font-size: 12px;
	font-weight: bolder;
	border-bottom: 1px solid #ccc;
	margin: 0 10px 10px 0;
	float: left;
	text-align: right;
}

#AutoInsert label{
	width: 80px;
	height: 15px;
}


#AutoInsert input{
	padding: 3px;
	border: 1px solid #063;
	width: 450px;
	margin: 0;
	display: block;
}

#AutoInsert .Matricula, #AutoInsert .UserInput, #AutoInsert .PassInput {
	float: left;
	margin-right: 10px;
	width: 120px;

}

#AutoInsert .Matricula, #AutoInsert .UserLabe, #AutoInsert .PassLabel {
	width: 120px;
}

#AutoInsert #P_Buttons{
	float: left;
	width: 500px;
	border: 0px solid #000;
}

#AutoInsert .Button{
	float: left;
	width: 100px;
	height: auto;
	padding: 5px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	background: #ddd;
	color: #063;
	border: 1px solid #096;
}

/*#AutoInsert---------------------*/
#AutoInsert #Sexo{
	display: block;
	width: auto;
	padding: 0;
	border: 1px solid #ccc;
}