body{
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 10pt;
}
td{
	font-size: 10pt;
}
input{
	border:1px solid #8F8F8F;
}

input.mandatory{
	border: 1px solid #8F8F8F;
}

#header{
  margin-bottom:30px;
  background-repeat:no-repeat;
  background-position:left bottom;
}

table#form{
	background-color: #F4F4F4;
	border:1px dashed #8F8F8F;
	border-top-width:0;
}
/*td#title*/
.title{
	color:white;
	font-weight:bold;
	font-size:12pt;
	padding:3px;
}
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:right;
    margin:0 7px 0 0;
    background-color:white;
    border:1px solid #dedede;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#5F5F5F;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* ENVIAR */
.buttons a.lmbutton, button.negative{
    color:#5F5F5F;
}
/*buttons*/
.buttons a.lmbutton:hover, button.lmbutton:hover{
    color:#336699;
}
/*#errorContainer*/
#errorContainer{
	text-align:left;
	display:none;
	width:456px;
	margin-bottom:10px;
	padding:5px;
}

#errorContainer div#errortitle{
	font-weight:bold;
}

#ayuda_apellido, #ayuda_pnr{
    display:none;
    margin-left:20px;
}