@charset "utf-8";
body {
	background-color:#FFF;
	background-image:none;
}
#register-form {
	height: 180px;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/register-form.png);
	background-repeat: no-repeat;
	padding-top: 80px;
}
#register-form #result {
	width: 300px;
	color: #999;
	margin-right: auto;
	margin-left: auto;
}

#register-form #form1 {
	margin-right: 25px;
	margin-left: 25px;
	height: 140px;
	padding: 10px;
}

#register-form #form1 p {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 22px;
}
#register-form #form1 label {

}
#register-form #form1 input {
	float: left;
	background-color: #F9FEFF;
	border: 1px solid #DDF8FD;
	margin-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #069;
	padding: 5px;
	height: 12px;
}
#register-form #form1 .etiqueta {
	float: left;
	width: 80px;
	padding-top: 7px;
}
#register-form #form1 .but {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}

#register-form #form1 #imageField {
	margin-top: 10px;
	height: 32px;
	width: 98px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F0FDFF;
}
