#divGenerarPassword form
{
	float:left;
	width:466px;
	border:4px solid #d7d7d7;
	padding:10px;
	padding-bottom:20px;
}

#divGenerarPassword label
{
	float: left;
	width: 150px;
	color:#909090;
	font-weight: bold;
	text-align:right;
	padding-right:5px;
	height:20px;
	line-height:20px;
	margin-bottom:5px;
}

#divGenerarPassword input, textarea, select
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #bdbdbd;
	font-weight:bold;
	color:#666666;
	width:200px;
}

#divGenerarPassword select
{
	width:auto;
}

#divGenerarPassword textarea
{
	width:250px;
	height:150px;
}

#divGenerarPassword br
{
	clear: left;
}

#divGenerarPassword #btnSubmit
{
	border:0px solid #ffffff;
}