<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------- My Form ----------- */
.myform2{
	width:400px;
	margin-bottom: 0;
	padding-right: 0px;
	margin-left: 0px;
	padding-top: 30px;
}

/* ----------- stylized2 ----------- */
	#stylized2{
	float: left;
	width: 500px;

	}
	#stylized2 h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized2 label{
	display:block;
	text-align:left;
	width: 300px;
	font-size: 11px;
	float: left;
	margin-left: 15px;
	color: #FFFFFF;
	}
	#stylized2 .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized2 input{
	float:left;
	font-size:11px;
	width:300px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	margin-right: 0;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	height: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(border-radius.htc);
	margin-bottom: 15px;
	}
	#stylized2 textarea{
	float:left;
	font-size:12px;
	width:300px;
	height: 50px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	background-color: #FFFFFF;
	border: thin solid #FFEAD5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(border-radius.htc);
		}
	#stylized2 button{
	clear:both;
	width:200px;
	height:19px;
	text-align:center;
	background-image: url(imagenes/entrar.png);
	background-repeat: no-repeat;
	float: left;
	background-position: center center;
	}
</pre></body></html>