﻿#registrarse{
  background: url('/images/border/buscador_top.gif') no-repeat left top;
}
#registrarse h1
{
  color: #74B219;
  font: bold 20px Arial;
  margin: 12px 22px;
  float: left;
}
#registrarse h2{
  float: right;
  color: #9999CC;
  font: bold 11px Arial;
  margin: 15px 22px;
}
.chkbox{
	border: 0;
	margin-left: 12px;
}

#registrarse fieldset, #registrarse .botones{
  background: url('/images/border/buscador_middle.gif') repeat-y left top;
  border:0;
  clear: both;
  margin: 0;
}
#registrarse .botones{
  width: 100%;
}
#registrarse .botones{
  float: none;
}
#registrarse .botones .boton{
  float: right;
  padding-right: 12px;
}

#registrarse fieldset label{
	display: block;
	float: left;
	width: 182px;
	margin:3px 0px 0px 10px;
	color:#333333;
}

#registrarse  label span{
	display:block;
}

#registrarse label input, #registrarse textarea{
	width:99%;
	margin-left:0px;
	border:solid 1px #ccc;
	margin-left:3px;
	margin:0px;
}

#registrarse .botonRegistrese {
	background-color:#01135D;
	text-decoration:none;
	line-height:18px;
	border: none;
	height: 18px;
	color: #ffffff;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size:11px;
	width:99px;	
}
#registrarse .pie{
  background:  url('/images/border/buscador_bottom.gif') no-repeat left bottom;
  height: 16px;
}
