#loginBox {
	background-color: #c5beac;
	position: relative;
	padding: 10px;
}

#loginBox h2 {
  margin-top: 0px;
  margin-bottom: 0px;
		
}

#loginBox a {
	color: black;
	margin-right: 4px;
	white-space: nowrap;
}

#loginBox img {
	margin-right: 2px;
}

.loginBoxTable {
	width: 100%;
}

.loginBoxInput {
}

.loginBoxInput input {
	width: 100%;
	margin-bottom: 2px;
}		

.loginBoxLinks {
	margin-top: 2px;
}

.loginBoxTopL {
	position: absolute;
	background-image: url(/images/auth/ruta_login.gif);
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	top: 0px;
	left: 0px;
}

.loginBoxTopR {
	position: absolute;
	background-image: url(/images/auth/ruta_login.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	top: 0px;
	right: 0px;
}

.loginBoxBottomL {
	position: absolute;
	background-image: url(/images/auth/ruta_login.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	bottom: 0px;
	left: 0px;
}

.loginBoxBottomR {
	position: absolute;
	background-image: url(/images/auth/ruta_login.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	bottom: 0px;
	right: 0px;
}

.profileTable td {
  padding: 4px;
}

.profileTable .col1 {
  text-align: right;
}
