/* FORMULARIOS */
#registro {
	margin: 30px 0 10px 0;
	font-size: 10px;
}

#dialog {
	width: 483px;
	margin: 0 auto;
}

.closeregister {
	float: right;
	width: 122px;
}

label {
	display: block;
	margin-bottom: 10px;
}

#login label {
	margin-bottom: 6px;
}

#loginerror .in {
	position: absolute;
	top: 40px;
	left: 70px;
}

#loginerror span {
	text-transform: none;
	color: white;
}

label.error {
	text-transform: uppercase;
	font-weight: bold;
	color: #C50000;
}

div.error { /*display: none;*/
	position: relative;
	width: 457px;
	height: 276px;
}

#error-background {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../img/ferror.png) no-repeat left top;
	width: 457px;
	height: 276px;
}

#error-message {
	text-transform: uppercase;
	font-weight: bold;
}

div.error img.alert {
	display: block;
	position: absolute;
	right: -38px;
	top: -51px;
}

.error-ok {
	position: absolute;
	right: -43px;
	bottom: -35px;
}

div.error .in {
	position: absolute;
	left: 74px;
	top: 86px;
	width: 308px;
	height: 120px;
}

div.error .in h3 {
	text-transform: uppercase;
	color: black;
	margin-bottom: 7px;
}

div.error .in p {
	margin-bottom: 10px;
}

label.inline,label.inline span {
	display: inline;
}

label span,div.label span {
	display: block;
	font-weight: bold;
	padding-bottom: 4px;
	color: #A8A8A8;
	text-transform: uppercase;
}

label span em {
	font-weight: normal;
	font-style: normal;
}

label input {
	border: 1px solid #FFAC00;
	color: black;
}

#registro label input {
	padding: 3px;
}

label select {
	padding: 3px;
	width: 236px;
}

label.checkbox span,label.radio span {
	float: left;
	margin-left: 5px;
	font-weight: normal;
	color: #FFAC00;
	text-transform: none;
}

label.radio span {
	margin-right: 15px;
}

label.checkbox span * {
	color: #FFAC00;
}

label.radio input,label.checkbox input {
	width: auto;
	display: block;
	vertical-align: middle;
	float: left;
	border: 0;
	background: transparent;
}

label textarea {
	width: 425px;
	height: 200px;
	border: 0;
}

.buttons {
	text-align: right;
	margin-right: 10px;
}

label.long,div.long,label.long input {
	width: 230px;
}

#login form {
	padding: 40px 0 0 103px;
}

#login label.long,#login label.long input {
	width: 170px;
}

#loginerror label.long {
	width: 207px;
}

#loginerror label.long input {
	width: 206px;
}

#login .button,#loginerror .button {
	margin-top: 14px;
	margin-left: 10px;
}

select,select * {
	color: black;
}

/* Evitar que las etiquetas cambien de línea */
#borndate span,label.medium span {
	overflow: hidden;
	white-space: nowrap;
}

label.medium,label.medium input {
	width: 110px;
}

label.short,label.short input {
	width: 70px;
}

fieldset.checkgroup {
	margin-top: 15px;
	margin-bottom: 10px;
}

.checkgroup label {
	width: 160px;
	float: left;
}

.checkgroup label.last {
	width: 140px;
}

.checkgroup label span {
	width: 110px;
}

#dialog .none span {
	display: none;
}

#dialog label,#dialog div.label,#login label,#loginerror label {
	float: left;
}

form .col2 {
	margin-left: 20px;
}

form .col3 {
	margin-left: 10px;
}

#dialog input.button {
	float: right;
	width: auto;
	cursor: pointer;
}

div.privacy {
	float: left;
}

#privacy {
	color: #FFAC00;
	text-transform: uppercase;
	text-decoration: none !important;
}

label.radio span,label.checkbox span {
	padding-top: 3px;
}

#borndate input {
	margin-top: 0;
	margin-bottom: 0;
}

label.checkbox span {
	margin-top: 0;
	padding-top: 0;
}

form#registro a {
	text-decoration: underline;
}

.upgrade-complete {
	border-top: 1px #A8A8A8 solid; 
	margin-top: 20px;
	padding: 10px;
	color: #A8A8A8;
}

.upgrade-complete a:hover {
	color: #FFAC00;	
}

